The web service worked fine locally on the web server, it just failed if any other client tried to access it.
On Jun 10, 6:01 am, programmer <[email protected]> wrote: > Hello, > > Did the asmx webservice work at all after you deployed your > recent changes? > > Check to be sure that you webservice deployment is seen as an > application in IIS (in properties for your virtual folder click on > create application if the application name is empty) and that in > Security, its authentication is not set to Windows > Authentication but to Anonymous only. Ensure that your web server is > running (though I believe it is running or it wouldn't have given you > a HTTP 500 error code). > > Programmer > > On Jun 9, 5:33 pm, jtaylor <[email protected]> wrote: > > > I've inherited an ASMX web service written in VB.NET 2003. I posted > > an updated DLL this morning, and now I'm receiving an HTTP 500 in my > > client app. The ASMX runs fine locally on the web server in IE. > > > How do I find out what's causing the problem?
