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

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

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

unit testing - How to mock PreferenceManager in Android? -