posts - 18, comments - 23, trackbacks - 1

My Links

News

This blog has moved to http://shailen.sukul.org

Article Categories

Archives

Post Categories

Tuesday, June 13, 2006

REST style urls not working in IIS

HTTP GET/POST are disabled by default on web servers in the new .NET 1.1 which could make creating REST-type web services more difficult. The error message you get is:

Request format is unrecognized.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
The fix is to enable GET/POST. See http://support.microsoft.com/default.aspx?scid=kb;en-us;819267 to enable it.

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Tuesday, June 13, 2006 2:29 PM | Feedback (0) | Filed Under [ .Net Oddities ]

Powered by: