設置ASP.NET MVC4.5站點默認頁爲html頁

只需在Global.asax.cs文件中增長如下便可,無需在IIS默認文檔設置默認html頁面。html protected void Application_BeginRequest(object sender, EventArgs e) {     if (Context.Request.FilePath == "/") spa Context.RewritePath("index.htm")
相關文章
相關標籤/搜索