Troubleshooting WebService



I have a Web servcie that works fine on my development machine, but I can't
get it to work on a clean machine that I am trying to deploy it on.

The development machine is running XP. The deployment machine is running
Windows 2003 Server. The web service was built with visual studio 2005. .net
framework 1.1 and 2.0 are both installed on both machines.

I have tried copying the folder that the web service is in directly from the
machine that it works on to the machine it doesn't work on, so everything is
exactly the same, including subfolders. When I do this, I make one change to
the web.config file to change a path that is different between the two
machines, other than that it is exactly the same. So, this makes me think
it's not any problem with the folders/files under the web service. I have
tried setting debug to true and to false in the web.config and neither makes
a difference.

I put a test html page in the same directory as the web service on the
machine that is not working, and was able to access it through IE, so this
makes me think it is not a problem with the IIS setup.

I have verified that the properites in IIS are the same on both machines -
both are set to "scripts and executables"

On both machines I am testing whether the webservice is working by trying to
access it through IE like this:
http://localhost/nameofmyvirtualdir/myfile.asmx

I am not running sharepoint on either machine.

Any suggestions as to what the problem might be?

I've have registered ASP.NET (by running aspnet_regiis.exe -i from the .net
framework 2.0 dir.)

thanks for your help!
.



Relevant Pages

  • Re: HttpPostedFile file locking issue?
    ... uploading the file and calling the web service still had a reference to the ... local version of my site on my development machine. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: HttpPostedFile file locking issue?
    ... uploading the file and calling the web service still had a reference to ... local version of my site on my development machine. ... Sorry for being picky but the message clearly states "Could not find file ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Error executing .NET app from a network folder
    ... "strongpair.snk" in my development machine. ... network folder. ... I went on and created the same child code group on the host server and ran ...
    (microsoft.public.dotnet.security)
  • Re: Publishing my Web Site
    ... the one on my development machine? ... For me, it's only connection strings, which I modify manually after the "publish" to a local folder. ... There's a few things (some error settings, ... On bigger changes or if you have added settings to your web.config then yes, you have to modify web.config after the "local publish". ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Session_start not firing in production server
    ... In IIS Managment console right click on your folder and you will see ... production server. ... It works OK in my development machine, ...
    (microsoft.public.dotnet.framework.aspnet)