New js or css file calls within .net / C # language web projects can not, url error 404

 

----------------------------------------------------------------------------------------------------------------------------------

 

 

 Under the new framework for ASP.NET cause of the problem js file needs to be configured in the web.config

<add name="css" verb="GET,HEAD" path="*.css" type="System.Web.StaticFileHandler" />
<add name="js" verb="GET,HEAD" path="*.js" type="System.Web.StaticFileHandler" />

 

 

Guess you like

Origin www.cnblogs.com/lichangqing1997/p/12557512.html