强制项目打开某一个html
文件:Global.asax
代码:protected void Application_BeginRequest(object sender, EventArgs e)
{
Context.RewritePath("/index.html");
}
文件:Global.asax
代码:protected void Application_BeginRequest(object sender, EventArgs e)
{
Context.RewritePath("/index.html");
}