Handler “aspNetCore” has a bad module “AspNetCoreModuleV2” in its module list

前端 未结 12 1554
遇见更好的自我
遇见更好的自我 2020-12-29 19:32

I used angular .net core 2.2 template to build application.In localhost working fine,When i host to IIS Im getting this error.Im using IIS 10 to host the application.

<
12条回答
  •  北海茫月
    2020-12-29 19:47

    I had this problem just a second ago. I replaced my code part in web.config with this.

    OLD PART:

    
            
    
    

    NEW PART:

    
            
    
    

提交回复
热议问题