Monday, 25 November 2013
The Request Failed with Http Status 405 : Method Not Allowed
The Request Failed with Http Status 405 : Method Not Allowed
This issue will come when our default application pool framework will not assigned to any framework.
In order to change the framework of the default application pool ,just double click on DefaultAppPool and select the .net framework version with v2.0 and then restart the iis .
HTTP ERROR 404.3 -Not Found
HTTP ERROR 404.3 -Not Found
You are trying to access your WCF web service on IIS7 or higher and receive a 404.3 error stating the folowing:
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.
In the iis when you are trying to browse any service like .svc or any .config file the system will open that page .
solution :- Install WCF support as following:
Open the command prompt and paste the following command
-----
"%windir%\Microsoft.NET\Framework\v3.0\Windows Communication Foundation\ServiceModelReg.exe" -r -y
"%windir%\Microsoft.NET\Framework\v3.0\Windows Communication Foundation\ServiceModelReg.exe" -r -y
-------
Subscribe to:
Posts (Atom)