Question

i created a web service, upload it to my site on a remote server. i tried to browse it but i cant, i also tried to add web reference to his adress through vs08 but the same problem happened there.

Was it helpful?

Solution 2

10x everyone, the server provider change some iis config and everything works...\

OTHER TIPS

Ok, based on your comment:

i didnt get any errors, only when beowsing it i get a 404 page not found error, the name space is "http://www.poppetz.com/poppetz"; but the service is actually in http://www.popetz.co.il/Services/Poppetz.asmx maybe this is the problem??? i deployed it with vs08 through ftp – Chen Kinnrot (2 mins ago)

The namespace of your service will have nothing to do with you being able to access it.

If you put a plain old test.html that echo "hello world" back to you and put that in the same directory as your service, can you access that? ie: http://www.popetz.co.il/Services/test.html

Can you get access to the machine hosting the web services. If so, if you look in the IIS manager, can you see the ASMX in the web site you are expecting it be in?

If not, then start looking at the IIS configuration and make sure that web site directory is the same folder as you are dumping the web service files.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top