关于如何使用同一代码库维护 Web 应用程序项目和网站的建议

发布于 2024-12-09 16:50:15 字数 243 浏览 0 评论 0原文

我有一个相对较大的“现成”Web 应用程序,目前是一个 ASP.NET 网站项目。当网站项目是 .net 2.0 测试版中唯一的解决方案时,它就开始了。我们有不少客户在使用它。

现在我们要在应用程序中支持MVC。为了正确支持 MVC,我们的解决方案必须作为 Web 应用程序项目运行。我们希望将其中一个项目类型设为“主”,并在构建脚本中生成/修改其他项目类型所需的文件。关于如何实现这一目标有什么建议吗?有人做过这个吗?或者我们看待这个问题的方式是错误的?

I have a relatively big "off-the-shelf" web application that is an ASP.NET website project at the moment. It was started when a website project was the only solution in the beta version of .net 2.0. We have quite a few customers using it.

Now we want to support MVC in the application. In order to support MVC properly, our solution must be run as a web application project. We want to make one of the project types the "master", and generate/modify the files needed for the other project type in a build script. Any suggestions on how to accomplish this? Anyone have done this? Or are we looking at this the wrong way?

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

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

发布评论

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

评论(1

回首观望 2024-12-16 16:50:15

我认为您正在寻找的是解决方案。然后在其中添加尽可能多的不同项目,它们将很好地构建在一起。

I think what's you are looking for is a solution. Then add as many and different project in it, they will build all together nicely.

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