将ASP.NET Webfarm与ASP.NET MVC集成 [英] Integrating asp.net webfarm with ASP.NET MVC

查看:73
本文介绍了将ASP.NET Webfarm与ASP.NET MVC集成的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我正在尝试将Webfarm集成到ASP.NET MVC应用程序中,我如何才能将ASP.NET MVC的同一网站管理员继承到asp.net Webform,请先感谢.

谢谢

Hi,

I am trying to integrate a webfarm in an ASP.NET MVC application, how can i inherit the same sitemaster of the ASP.NET MVC to the asp.net webform, thanks in advance.

Thanks

推荐答案


只需添加MasterPageFile标签..然后在页面顶部更新继承标签...,并在控制器的return函数中指定aspx页面名称.
返回View("Default.aspx",object)
希望对您有帮助..

just add the MasterPageFile tag..and shud update the inherits tag on the top of the page...and also specify the aspx page name inside the return function in the controller.
return View("Default.aspx",object)
hope this may help you..


这篇关于将ASP.NET Webfarm与ASP.NET MVC集成的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆