I have visualStudio.NET loaded on my laptop, I am running XP Pro on the
laptop. I can not get my server to recognize aspx files. It will read an
aspx file but none of the elements appear on the page. It is like the
browser is throwing up a plain text file. I was looking around on my
computer and found that I have an asp dll file but I don't have an aspx dll.
Should I have one? Is that the problem, if so where would I get the file?

Re: aspx file not running on my localhost server by Kristofer

Kristofer
Wed Dec 31 13:38:31 CST 2003

Hello,

If you have Visual Studio .NET installed, you should have .NET Framework
installed. But, it might not be correctly installed in IIS.

Try to run this in a cmd prompt:
"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.


--
Regards,
Kristofer Gafvert - IIS MVP
Reply to newsgroup only. Remove NEWS if you must reply by email, but please
do not.
www.ilopia.com - FAQ and Tutorials for Windows Server 2003


"M Luper" <lup@bigf.com> wrote in message
news:u5UjjG9zDHA.3116@TK2MSFTNGP11.phx.gbl...
> I have visualStudio.NET loaded on my laptop, I am running XP Pro on the
> laptop. I can not get my server to recognize aspx files. It will read an
> aspx file but none of the elements appear on the page. It is like the
> browser is throwing up a plain text file. I was looking around on my
> computer and found that I have an asp dll file but I don't have an aspx
dll.
> Should I have one? Is that the problem, if so where would I get the file?
>
>