在同一网站下使用 ASP.NET MVC 运行 BlogEngine.NET?

发布于 2024-08-27 22:02:46 字数 361 浏览 5 评论 0原文

谁能帮我解决这个问题吗? 我有一台 Windows 2008 服务器,MVC 2.0 站点托管在 IIS 7.0 根目录下。该网站运行良好。我想在我的网站中使用 BlogEngine.NET。例如,如果我的螨名称是http://mysite.com(这是IIS的根目录),博客应该是http://mysite.com/blog/Default.aspx

这可能吗?我可以在我的根目录(托管 MVC 2 应用程序的位置)中创建一个子虚拟目录并在其中运行 ASP.NET BlogEngine.Net 吗?

任何想法表示赞赏。

Can anyone please help me with this?
I have a Windows 2008 server and MVC 2.0 site is hosted under IIS 7.0 root directory. The site works fine. I want to use the BlogEngine.NET with my site. For example if my mite name is http:// mysite.com (which is the root of IIS) and the blog should be http://mysite.com/blog/Default.aspx

Is this possible? Can I create a sub virtual directory within my root (where the MVC 2 app is hosted) and run the ASP.NET BlogEngine.Net in it?

Any ideas appreciated.

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

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

发布评论

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

评论(2

巷雨优美回忆 2024-09-03 22:02:46

如果您确实决定使用单个 Web 应用程序,您可能会发现以下链接很有用:

http://redditech.wordpress.com/2009/02/16/howto-convert-blogenginenet-from-web-site-to-web -application-project/

http://www.upfromthesky.com/blog/post/2009/01/30/Integrate-BlogEngine-145-into-an-exisitng-website- %28VSNET-Website-Project%29.aspx

我目前在 mysite.com/blog 上运行了一个博客 - 它似乎工作正常,我正在整合要使用的会员服务我现有的凭据。

第一个链接上有一些重要的注释,您可能需要执行这些注释才能使扩展正常工作。

If you did decide to go with a single web application, you may find the following links useful:

http://redditech.wordpress.com/2009/02/16/howto-convert-blogenginenet-from-web-site-to-web-application-project/

http://www.upfromthesky.com/blog/post/2009/01/30/Integrate-BlogEngine-145-into-an-exisitng-website-%28VSNET-Website-Project%29.aspx

I've currently got a blog running at mysite.com/blog - it seems to be working fine, I'm just in the process of consolidating the membershipservices to work with my existing credentials.

There are important comments on the first link that you will probably need to do to get extensions working correctly.

最近可好 2024-09-03 22:02:46

从 MVC 应用程序中切断 /blog 应用程序。

<clear />

使用以下命令

<system.web><pages><namespaces><clear />

有关更多详细信息,请查看此链接。

http://www.dondraper.com/ 2010/02/如何停止webconfig文件的继承/

Cut off the /blog app from MVC app using

<clear />

under

<system.web><pages><namespaces><clear />

For more details check this link.

http://www.dondraper.com/2010/02/how-to-stop-inheritance-of-webconfig-files/

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