Click here to Skip to main content
15,891,828 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi All,
I'm using Windows 7 and IIS 7.5
Please help in finding what would be the issue in following error.


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

Detailed Error Information
Module StaticFileModule
Notification ExecuteRequestHandler
Handler StaticFile
Error Code 0x80070032
Requested URL http://localhost:80/WorkSolution/Web/ASPX/Login.aspx
Physical Path C:\inetpub\wwwroot\WorkSolution\Web\ASPX\Login.aspx
Logon Method Anonymous
Logon User Anonymous
Most likely causes:

The request matched a wildcard mime map. The request is mapped to the static file handler. If there were different pre-conditions, the request will map to a different handler.

Things you can try:

If you want to serve this content as a static file, add an explicit MIME map.

Links and More Information Sometimes preconditions and a wildcard MIME map can unintentionally cause serving script source.

View more information »



Thank you,
Posted

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