我想在IIS6.0上部署我的.net MVC 2應用程序。 是否需要在global.asax文件中更改路徑路徑。在IIS6上部署.net MVC 2應用程序
在我的應用程序中,我使用了html鏈接,ajax請求和Html.ActionLink。
在Global.asax文件中的代碼行是:
routes.MapRoute(
"LogOn",
"{controller}/{action}/{id}",
new { controller = "Account", action = "Index", id = UrlParameter.Optional }
);
請給我建議。
感謝和問候 Munish
邁克爾我diployed在IIS6.0應用和tryed通過訪問http:// MYIP /帳號和http:// MYIP /帳號/索引,然後我得到了404錯誤。爲此,我在服務器上安裝了mvc 2框架。那麼有沒有關於IIS 6.0上的mvc的設置? – munish 2011-01-12 04:59:46