When I use my browser to test my web service, it opens at http://localhost:4832/ -- where can I find its files physically on my drive?
Update
I do not want to know where the files of my VS.NET solution are located but where I should put the files of the web service... the .asmx, .dll and other files that I will install for the real web service later.
Update 2
The webservice need to call some external DLL when initializing to get plugin. This is why I need to know where those files are to go put manually the plugin dll...