Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,

I am having difficulties to run my MVC application on Windows 8 and IIS 8. Whenever I try to call a MVC PUT method the browser UI hangs. The GET method works fine.

The network tab in IE developer tools shows the request is pending but no errors. I have waited around 20 mins then closed the browser window as there UI was hanging. I removed the WebDav module/handler from IIS and changed the applicationhost.config to allow PUT and DELETE but nothing worked.

Previously I was using windows 7 and everything worked properly and now I have upgraded to Windows 8 with IIS 8 and all my PUT methods seems to be not working. Please see the screen shot of developer tools after I hit the Save method. Please let me know how do I enable the PUT requests to allow the save method. Please let me know if anyone has faced the same issue.

Thanking You
Deepak KK
Posted
Comments
virusstorm 1-Jul-15 10:23am    
For this, try debugging it with Fiddler. It will capture all of your requests and responses in better detail (I think) then the IE Network Tools.

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