I have been having some trouble with my web server running
under Windows 2000 Server, so I removed IIS and
reinstalled it. Now, I noticed that my .aspx pages don't
work correctly. The server is returing the .aspx files as
text to the client instead of parsing them, although .asp
files work fine. I did notice when loking through the
variosu web properties, that under "Documents->Default
document", where there is usually a "default.aspx" item to
choose, there is not. It's my initial assumption that
something having to do with the .NET extensions has gotten
removed from IIS, presumable because I removed and re-
installed it and Windows 2000 did not originally have
support for .NET server content? Hmm.... So, I went to
Windows update and installed the .NET framework, but still
now luck. Any suggestiosn? default.aspx still does nto
show up automatically ni my choices for default documents,
so I'm assuming the server still doesn't understand
what .aspx files aer or what to do with them. Thanks!

JIM

Re: .aspx files don't work by Kristofer

Kristofer
Mon Nov 17 14:35:49 CST 2003

Hi,

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
Reply to newsgroup only. Remove NEWS if you must reply by email, but please
do not.


"Jim" <anonymous@discussions.microsoft.com> wrote in message
news:5e2001c3ad47$c5ebe400$a601280a@phx.gbl...
> I have been having some trouble with my web server running
> under Windows 2000 Server, so I removed IIS and
> reinstalled it. Now, I noticed that my .aspx pages don't
> work correctly. The server is returing the .aspx files as
> text to the client instead of parsing them, although .asp
> files work fine. I did notice when loking through the
> variosu web properties, that under "Documents->Default
> document", where there is usually a "default.aspx" item to
> choose, there is not. It's my initial assumption that
> something having to do with the .NET extensions has gotten
> removed from IIS, presumable because I removed and re-
> installed it and Windows 2000 did not originally have
> support for .NET server content? Hmm.... So, I went to
> Windows update and installed the .NET framework, but still
> now luck. Any suggestiosn? default.aspx still does nto
> show up automatically ni my choices for default documents,
> so I'm assuming the server still doesn't understand
> what .aspx files aer or what to do with them. Thanks!
>
> JIM