c# - IIS 8.0 HTTP Error 404.17 - Not Found The requested content appears to be script and will not be served by the static file handler -


Friends, I am constantly facing this problem, I have tried many things, but what is vein in all Any body can help me with this problem All the stable pages are working but when I open any dynamic page it comes with this error. I am using C # IIS 8.0 If someone can help me then I would be very grateful.

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

Most likely reason: the request matches a wildcard Mime map. The request is mapped to the fixed file handler. If there are different statuses, the request will map to a different handler.

Whatever you can try: If you want to serve this content as a stable file, add a clear mime map.

Requested URL [Localhost: 58273 / Quatocashyl] Physical Path: F: \ ORG \ quote.cshtml Logon Method Anonymous Logon User Anonymous Request Tracing Directory [C: \ User \ Document \ IISExpress \ TraceLogFiles \ ORG2]

More information: Sometimes the prerequisite and wildcard MIME map may be unintentional due to the service of the script source. See more information

Try choosing ASP.NET4.5 options

< Img src = "https://i.stack.imgur.com/OZYbu.png" alt = "Enter image details here">

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -