So, I wrote a new web service in a .NET 2.0 app today. Went to fire it up, and I got a wierd message that I had never seen before.
I found a few references to this on the web, but they all dealt with 1.1 stuff.
Then, I went hunting around my web.config to see if there was some way it was trying to emulate 1.1. I ran across this line that I put in when I decided to mess around with AXAX.NET.
<remove verb="*" path="*.asmx"/>
Whoops. I had inadvertently disabled my web services...
Yeah. Don't do that.
Print | posted on Wednesday, April 18, 2007 6:41 AM