IIS 7.5 - 403 Forbidden

后端 未结 10 1236
傲寒
傲寒 2020-12-09 09:20

Ok, I have scoured online resources and applied all the suggested solutions.

I am setting up a simple website on Windows Server 2008 R2 under IIS 7.5 using the \"ASP

10条回答
  •  执念已碎
    2020-12-09 09:45

    For me the answer was in handler mappings section of IIS 7.5

    Adding the following to web.config enabled all the aspx pages to work correctly

    
    ...
      
        
        
        ... 
      
    
    

提交回复
热议问题