Click here to Skip to main content
15,890,506 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have an ASP.NET MVC 4 application compiled on framework 4.5 and running perfectly on localhost iis on my machine.
When i try to host same application on Windows Server 2012 having IIS 8.0, it shows following 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.


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.


The application pool have .net framework 4.0 and pipeline mode integrated.
I have already used following options to fix the issue...

1. I have checked that the .net framework 4.5 is installed in machine and "HttpActivation" and also selected in WCF Services under .Net Framework 4.5 Features installed.

2. Tried following command in command prompt by using "Run as Administrator"
C:\Windows\Microsoft.NET\Framework\v4.0.30319>aspnet_regiis -i

3. Used following code in web.config under system.webserver
<modules runallmanagedmodulesforallrequests="true"></modules>


But all the above not worked for me.

Can anyone suggest me what is missing at my end?
Posted
Updated 4-Nov-15 2:36am
v6

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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