B
Brent White
I am trying to publish a web service project that works on my local
machine just fine. I can access it by going to:
http://localhost/service1.asmx
and get the properties page.
I then published the service to a new virtual directory on the IIS
server, which already has a working Virtual Directory, in the
following folder:
http://195.1.2.222/Skipjack
When I try to access the file, using this:
http://195.1.2.222/Skipjack/service1.asmx
I get a 404 error. If I go to the web server, pull up the directory
and try to browse the file, I get a 404 error, even though the file
list shows it and I click on the link.
If I go back to http://localhost/service1.asmx on the original
machine, it comes right up. I even tried http://localhost/Skipjack/service1.asmx
on the actual server only to get the same 404 error.
machine just fine. I can access it by going to:
http://localhost/service1.asmx
and get the properties page.
I then published the service to a new virtual directory on the IIS
server, which already has a working Virtual Directory, in the
following folder:
http://195.1.2.222/Skipjack
When I try to access the file, using this:
http://195.1.2.222/Skipjack/service1.asmx
I get a 404 error. If I go to the web server, pull up the directory
and try to browse the file, I get a 404 error, even though the file
list shows it and I click on the link.
If I go back to http://localhost/service1.asmx on the original
machine, it comes right up. I even tried http://localhost/Skipjack/service1.asmx
on the actual server only to get the same 404 error.