Ignore folder in ASP .NET MVC

后端 未结 2 374
无人共我
无人共我 2021-01-12 07:09

I have an existing ASP .NET MVC application and I would like to ignore a specific folder within it (where I intend to put PHP scripts).

I have tried adding an ignore

2条回答
  •  醉梦人生
    2021-01-12 07:57

    for those on IIS7+ who keep struggling with this issue even with the suggested solution: you also need to wrap system.webServer tag:

    
      
        
      
    
    
    
      
        
      
    
    

    Thanks to http://runtingsproper.blogspot.ca/2010/04/solved-breaking-parent-webconfig.html

提交回复
热议问题