网站到dll
我需要编译我的网站,是否可以不先转换为网络项目?
I need to compile my web site, is it possible without converting to a web project first?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我需要编译我的网站,是否可以不先转换为网络项目?
I need to compile my web site, is it possible without converting to a web project first?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
我认为他想“保护”他的代码以进行任何部署。
如果这是一个 .Net 项目,您可以尝试使用 ASP.NET 中的代码隐藏组件隐藏一些代码。
这是一个关于它的小教程:
http://asp.net-tutorials.com/basics/code-behind/
对于较旧的项目,您可能必须构建一个 cgi 二进制应用程序,但正如此处已经提到的,添加一些更多详细信息来指定您的问题。
I think he wants to "protect" his code for any deployment.
If this is a .Net project you can try hide some code using codebehind components in ASP.NET.
Here is an small tutorial about it:
http://asp.net-tutorials.com/basics/code-behind/
For older projects you may have to build a cgi binary application, but as already mentioned here, add some more details to specify your problem.
我想你想要一个 VS Web 部署项目。它作为解决方案中的单独项目存在,但可以编译现有 Web 项目并将其复制到不同的目录。
有一个合理的写法 在此博客上提供分步说明。不过,您需要单独下载并安装新的项目类型 (2008,2010)
I think you want a VS Web Deployment project. This exists as a separate project in your solution but can compile and copy the existing web project to a different directory.
There's a reasonable write-up of it on this blog with step-by-step instructions. You'll need to download and install the new project type separately though (2008, 2010)