Error renaming ASP.NET MVC project

前端 未结 7 875
慢半拍i
慢半拍i 2021-01-30 09:54

I have copied a previous project and renamed it. Once I had successfully renamed all the name spaces and it build correctly. I got the following error when I ran the application

相关标签:
7条回答
  • 2021-01-30 10:47

    Add following tag on web config appsetting

    <appSettings>
       <add key="owin:AutomaticAppStartup" value="false" />   
    </appSettings>
    
    0 讨论(0)
提交回复
热议问题