Web服务的编译输出到哪里去了? [英] Where does the compiled output for a web service go?

查看:60
本文介绍了Web服务的编译输出到哪里去了?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在VS2003中一个Web服务项目将编译为与虚拟文件夹下bin目录中的服务同名的dll文件.

In VS2003  a web service project would compile into a dll file of the same name as the service in the bin directory under the virtual folder.

在VS2005中似乎不是这种情况,我无法在硬盘上的任何位置找到dll.

This does not seem to be the case in VS2005, I cannot find the dll anywhere on my hard drives.

那么编译器在哪里将Web服务的可执行代码放在哪里,以便我可以将该文件复制到另一台计算机上?

So where does the compiler put the executable code for a web service so that I can copy that file to another machine?

 

推荐答案

编译后的代码将位于App_Code.dll中.
The compiled code will be inside the App_Code.dll.


这篇关于Web服务的编译输出到哪里去了?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆