Hello,
Only the HTML?
If you look at the source code of the page (after you have browsed it), what
do you see? HTML code only? If so, i belive that it did what you told it to
do. The webserver will only send HTML to the client, not the server side
code.
Do you also see server side code? If so, it is probably either because IIS
is not configured for ASP.NET, or that your code is wrong. A common mistake
is to forget runat="server" in your code.
You can also try to run
"C:\WINDOWS\Microsof.NET\Framework\v1.1.4322\aspnet_regiis.exe -i"
(without the quotes)
Of course, change the path if aspnet_regiis.exe is not located in that
directory.
in a cmd prompt. That should register asp.net, in case it wasn't already.
--
Regards,
Kristofer Gafvert - IIS MVP
Reply to newsgroup only. Remove NEWS if you must reply by email, but please
do not.
<a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">www.ilopia.com</a> - FAQ and Tutorials for Windows Server 2003
"Alan" <anonymous.DeleteThis@discussions.microsoft.com> wrote in message
news:1530901c3fa46$4ef17e90$a401280a@phx.gbl...
> I have setup windows NT and iis version 5 on my computer.
>
> I had trouble getting simple ASP file to run but solved
> that by running a crystal report 8 fix. ASP files now run
> fine. I now want to run APSX files on my computer. I
> have run dotnetfx.exe to install the .net environment.
> Now when I run ASPX files on my computer only the HTML
> code appears. I get no errors either on the screen or in
> the event viewer.
>
> Any ideas ? Is this related to my crystal report 8
> problem.
>
> thanks
>
><!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: ASPX not working - ASP ok