Click here to Skip to main content
15,867,999 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am trying to make asp.net website to configure in IIS (version 6 at windows 7). After i configure it, click on browse it showing error. please help me to solve this error.

SQL
HTTP Error 404.17 - Not Found
The requested content appears to be script and will not be served by the static file handler.



Module StaticFileModule
Notification ExecuteRequestHandler
Handler StaticFile
Error Code 0x80070032
Requested URL http://localhost:88/default.aspx
Physical Path C:\web\wwwroot\default.aspx
Logon Method Anonymous
Logon User Anonymous
Posted

You need to take care of following checklist:

1. You should be having .Net framework installed on the system.
2. The framework should be registered with IIS.
3. You should have the relevant application pool assigned to your application in IIS

Regards
Pawan
 
Share this answer
 
More than likey you have to register ASP.Net with IIS after you installed the framework
Use,

aspnet_regiis.exe -i  


if this doesn't work , you may have wrong mapping of handlers.
Milind
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900