在 Visual Web Developer 2010 Express 中哪里可以找到 asp.net 编译的可执行文件
我正在使用 Visual Web Developer 2010 Express。我在网站上创建了一个WCF服务。该应用程序在 IDE 中运行良好。但我想将代码发布到IIS。
我尝试了“发布”选项,但在 VWD Express 版本中没有“发布”选项。所以我想手动将编译后的代码复制到IIS中。但我在 Bin
或 ClientBin
文件夹中找不到编译后的代码。
我如何获得编译后的代码?请帮我。
I am using Visual Web Developer 2010 Express. I have created a WCF service in the website. The application is running fine in IDE. But I want to publish the code to IIS.
I tried the Publish option, but in VWD express edition Publish option is not there. So I want to manually copy the compiled code to IIS. But I couldn't find the compiled code in the Bin
or ClientBin
folder.
How I can get the compiled code? Please help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该能够将 aspx 文件复制到 IIS Web 服务器中。
You should just be able to copy the aspx files into your IIS webserver.