The views expressed on this weblog are mine alone and do not necessarily reflect the views of my employer.
Turning on HTTP GET with ASP.NET Web Services under Visual Studio 2003 and .NET 1.1 (Everett)
Updated Link to this post 11:03:41 AM # comment [] trackback []
In Visual Studio 2003/Windows .NET Framework 1.1 (Codename: Everett) when using ASP.NET XML Web services, note that HTTP GET is turned off by default, presumably for security reasons.
Here's how to turn it back on...add this to your web.config:
<webServices>
<protocols>
<add name="HttpGet" />
</protocols>
</webServices>
Updated Link to this post 11:03:41 AM # comment [] trackback []
Copyright 2003 Scott Hanselman
Theme Design by Bryan Bell



