Why is [Owin] throwing a null exception on new project?

前端 未结 16 1350
孤城傲影
孤城傲影 2020-12-25 10:01

I have a rather strange issue i\'m not sure how to fix or if i can even fix it.

I\'ve done some research into the issue but can\'t find an answer to what\'s causing

16条回答
  •  有刺的猬
    2020-12-25 10:42

    I had the same problem and it happened because the SQL database is behind a firewall and you need to add your local IP every time it changes.

    See this link from Microsoft for all the ways to do that:

    http://msdn.microsoft.com/en-us/library/azure/jj553530.aspx

提交回复
热议问题