网站到dll

发布于 2024-10-10 09:42:20 字数 31 浏览 1 评论 0原文

我需要编译我的网站,是否可以不先转换为网络项目?

I need to compile my web site, is it possible without converting to a web project first?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

早乙女 2024-10-17 09:42:20

我认为他想“保护”他的代码以进行任何部署。

如果这是一个 .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.

对风讲故事 2024-10-17 09:42:20

我想你想要一个 VS Web 部署项目。它作为解决方案中的单独项目存在,但可以编译现有 Web 项目并将其复制到不同的目录。

有一个合理的写法 在此博客上提供分步说明。不过,您需要单独下载并安装新的项目类型 (20082010)

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)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文