Two things to look out for...
1. Is the .Net Framework registered with IIS ?
Try running aspnet_regiis -u
from a command window in the .Net Framework directory :
Drive:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
or
Drive:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
That will first unregister ASP.NET with IIS
Then, run aspnet_regiis -i
to re-register it, and see if it works after that.
2. Are you using Windows 2003 Server ?
If you are, you need to explicitly allow ASP.NET to run.
Open the IIS Manager and browse on the left to "Web Service Extensions".
Then, go to the right-hand pane, select ASP.NET and click the "Allow"button.
Juan T. Llibre, asp.net MVP
aspnetfaq.com :
http://www.aspnetfaq.com/
asp.net faq :
http://asp.net.do/faq/
foros de asp.net, en espaņol :
http://asp.net.do/foros/
===================================
"pj" <> wrote in message
news: oups.com...
> Within IIS, I've gone to my website properties, and have changed the
> ASP.NET version to 2.0.
>
> But not, even the simplest of ASPX page will not show in my browser
> (IE). What else do I need to change?