IIS7 custom 404 not showing

后端 未结 4 1438
-上瘾入骨i
-上瘾入骨i 2020-11-28 07:59

created a new IIS7 web site with Intergrated .net 4.0 app pool.

URLs ending with .aspx do show custom 404 anything else gives the blue server error page \"HTTP Error

4条回答
  •  一生所求
    2020-11-28 08:36

    answer was to use

        
            
            
        
    

    and not to have any system.web customErrors

    this worked for both .aspx and non .aspx requests.

    bizarrely this combination did not come up in any of the blog posts and stackoverflow answers I had investigated, it was just luck I tried it.

提交回复
热议问题