Click here to Skip to main content
15,902,893 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Below url is web service which I hosted:
http://monocept.net/vlt/html/AutoComplete.asmx

When I am invoking this service it calls web method GetCompleteList(). This method implementation is defined in AutoComplete.asmx.cs file. When I invoking this service it throws exception as HTTP 404, where as in my local machine service is working fine and able to hit GetCompleteList() Web method.

So any solution for my issue sincerely accepted.

Thanks in advance
Posted
Updated 1-Feb-11 3:23am
v3
Comments
Prerak Patel 1-Feb-11 9:24am    
Added IIS7 and .Net tags
Prerak Patel 1-Feb-11 9:25am    
Please add some more details of IIS, server configuration, .Net framework.

Are you publishing to 2k3?

Try this:
404- File or Directory not found[^]

Cheers.
 
Share this answer
 
Try this

Click here

It may be helpful..
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900