Click here to Skip to main content
15,896,726 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have 4 web services (as projects) in a solution. I want to publish my web services. The default web service can be published but when I run the others, I get directory listings. How do I setup my solution/projects so that I will get them published.

Thanks,
Posted

1 solution

You need to disable directory browsing in IIS

http://technet.microsoft.com/en-us/library/cc731109%28WS.10%29.aspx[^]

Have a look at this picture, you need to make sure that the 'directory browsing' option is not checked

http://blog.crowe.co.nz/images/DirectoryBrowsing1.gif[^]
 
Share this answer
 
Comments
Ankur\m/ 22-Feb-11 4:42am    
:thumbsup:

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