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/
===================================