文件->在 MonoDevelop 中打开网站?

发布于 2024-09-29 15:35:01 字数 125 浏览 3 评论 0原文

我无法在 MonoDevelop 中打开现有网站。我尝试了各种选择但没有成功。有什么办法可以做到这一点吗?

Visual Studio 有这个功能并且运行得很好,但我想在我当前的项目中尝试使用 MonoDevelop。

I cannot open an existing website in MonoDevelop. I have tried various options with no success. Is there any way to do this?

Visual Studio has this and it works very well, but I'd like to try out MonoDevelop for my current project.

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

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

发布评论

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

评论(1

若相惜即相离 2024-10-06 15:35:01

MonoDevelop 支持 Visual Studio 的Web 应用程序项目,但不网站

  • Web 应用程序项目是真正的 MSBuild 项目,编译为 dll。这意味着您可以编写单元测试,对项目结构有更多控制,可以在部署之前在编译时捕获更多错误,等等。

  • 网站只是目录。设置存储在 web.config 中,所有编译都发生在服务器上。这意味着您可以直接在服务器上编辑站点(尽管我个人认为这是不好的做法)。

网上有很多解释 - 这里 看起来不错,虽然像我一样它偏向于 Web 应用程序项目......

MonoDevelop supports Visual Studio's Web Application Projects but not Web Sites.

  • Web Application projects are real MSBuild projects, compiling to a dll. This means you can write unit tests, have more control over the project structure, can catch more errors at compile time before deploying, and so on.

  • Web Sites are simply directories. Settings are stored in web.config, all compilation happens on the server. This means you can edit sites directly on the server (though I personally think this is bad practice).

There are many explanations on the net - here's one that seems good, though like me it's biased towards web application projects...

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