ASP.NET 5 An error occurred while starting the application

后端 未结 4 603
灰色年华
灰色年华 2020-12-16 11:45

After publishing an ASP.NET Web App, I\'m trying to host the website on my local server. However, when I start it up, it gives me this error in my browser:

4条回答
  •  萌比男神i
    2020-12-16 12:16

    This error also occurs when you are attempting a database connection from the startup (eg for seeding) and it fails on the deployment server due to insufficent previleges at the database server.

提交回复
热议问题