HTTP Error 404.17 - Not Found The requested content appears to be script and will not be served by the static file handler.
Register asp.net again....will solve the issue.
Go to Visual Studio Command Prompt,
And register asp.net as windows\microsoft.net\Framework[.Net version num]\aspnet_regiis.exe -i
AND
Go to Visual Studio Command Prompt,
And register asp.net as windows\microsoft.net\Framework[.Net version num]\aspnet_regiis.exe -i
AND
I had this issue with Windows Server 2012 with ASP .NET 4.5 you can't
use aspnet_regiis.exe, and just have to install ASP .NET 4.5 via the
Add Roles and Features Wizard:
and use correct application pool |
Comments
Post a Comment