I always use it on my last ASP.NET Web Forms applications without any problems but since I moved to ASP.NET MVC web applications I must remember to ignore the specified CSS URL route on the RegitserRoutes method on my Global.asax.cs file:
routes.IgnoreRoute("screen-min.css");
Where "screen-min.css" is the relative path to my stylesheet file.
Nessun commento:
Posta un commento