Where the deploy files goes for .NET Web Service running inside Visual Studio? -


when use browser test web service, opens @ http://localhost:4832/ -- can find files physically on drive?

update

i not want know files of vs.net solution located should put files of web service... .asmx, .dll , other files install real web service later.

update 2

the webservice need call external dll when initializing plugin. why need know files go put manually plugin dll...

so when launch webservice out of vs - cassini (the built in web server) runs files directly out of bin file of project.

http://localhost:4832/ point folder code located in (as suggested alassek) , directly consume asmx file. asmx file run off of dll compiled bin folder.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -