Ray's Asp.net Blog
Answers and code snippets from ASP.NET projects (Webforms/MVC/Classic ASP)
Pages
(Move to ...)
Event registration app with QR/Paypal
Home
▼
Friday, May 10, 2013
How to add static html in ASP.NET MVC site?
Need to change routing setting in Global.asax.cs file like following:
public static void RegisterRoutes(RouteCollection routes)
{
routes.IgnoreRoute("{resource}.html/{*pathInfo}");
}
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment