Tuesday, February 10, 2015

HTTP Error 500.24 - Internal Server Error

HTTP Error 500.24 - Internal Server Error


An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode.


Solution:
1) Go to IIS 
2) click on your website folder
3) Double click  on Authentication
4) Disable ASP.Net Impersonation

Try again.


HTTP Error 404.3 - Not Found

The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.


The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.


Solution : Choose follow by you version if you are windows version 8 you have to run on administrator.

"C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe" -i

"C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe" -i

"C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\aspnet_regiis.exe" -i"


"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe" -i