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
Post a Comment