newbie issue - asp.net file displays as source

A

aacool

Hi,

I just setup the .NET framework for asp.net. I have programmed regular
csharp and ado.net programs before. I use the Borland CSharpBuilder IDE

I am having a problem that must have a simple solution.- any aspx file I
create within the IDE and then Run, opens as source in Internet Explorer.
The same file, say one of the quickstart examples run from the quickstart
page opens as expected in rendered html.

What am I doing wrong?

TIA
aacool
 
G

Guest

There's a readme file that comes with the Resource Kit. Here's a snippet on installing ASP.NET

2) Install ASP.NET - > From a command prompt window, run the following command from your windows directory: \Microsoft.NET\Framework\version\aspnet_regiis -i
Where version is the version number of the .NET Framework is installed on your machine (v1.1.4322, for example).

Note with Windows Server 2003, you can install ASP.NET using the Add or Remove Programs Control Panel.

Hope this helps...
 
A

aacool

There's a readme file that comes with the Resource Kit. Here's a
snippet on installing ASP.NET:

2) Install ASP.NET - > From a command prompt window, run the following
command from your windows directory:
\Microsoft.NET\Framework\version\aspnet_regiis -i Where version is the
version number of the .NET Framework is installed on your machine
(v1.1.4322, for example).

Note with Windows Server 2003, you can install ASP.NET using the Add
or Remove Programs Control Panel.

Hope this helps...

Thanks for your response - it sounded right - I followed it, and the
additional step mentioned in msdn of registering the aspnet_isapi dll -
regsvr32 %windir%\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll

This has not helped - I still see only the source code and am unable to see
the rendered html correctly.

Please advise
aacool
 
G

Guest

you need to type this at the command prompt

\Microsoft.NET\Framework\version\aspnet_regiis -i
^^^^^^^^
and then hit Enter. I've installed it on a couple of machines this way. Give it a try if you haven't as yet

Good luck..

2) Install ASP.NET - > From a command prompt window, run the followin
 
A

aacool

you need to type this at the command prompt :

\Microsoft.NET\Framework\version\aspnet_regiis -i
^^^^^^^^^
and then hit Enter. I've installed it on a couple of machines this
way. Give it a try if you haven't as yet.

Good luck...

2) Install ASP.NET - > From a command prompt window, run the
following

TY - I did exactly that, but the problem remains

aacool
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top