views:

397

answers:

3

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.

A: 

it all depends on what you mean by cant - please post the error you recieved from the webserver

BPAndrew
basic iis configuration then, did you create your virtual directory/application? can you ping that url you are putting in? if you drop a html in that directory can you get it to show up?start basic - this isnt even a .NET issue yet
BPAndrew
A: 

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.

cbeuker
i tried the test page and the browsing works u can see it inhttp://www.popetz.co.il/Services/testPage.htm
Chen Kinnrot
Is the ASP.Net ISAPI enabled? Is the web site configured to use .Net 2.0?
cbeuker
i'll ask my providers .... it'll take 24 houres... any other thoughts?
Chen Kinnrot
A: 

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

Chen Kinnrot