ASP.NET Forms Authentication prevents loading javascript on Login.aspx

前端 未结 2 1914
说谎
说谎 2020-12-17 03:05

I am experiencing problems with Forms Authentication. When I try to load my Login.aspx page neither javascript nor stylesheets do not load. Here is part of my web.config fil

2条回答
  •  Happy的楠姐
    2020-12-17 03:28

    You need to add exceptions to those directories or files in your web.config, underneath the element.

    
      
         ...
      
    
      
        
          
            
          
        
      
    
    

提交回复
热议问题