Podio 的 ASP.NET 示例应用程序创作问题

Issue with Podio's ASP.NET sample application authoring

每当我 运行 Podio ASP.NET Sample Application, it displays me the 'Authentication' page asking for either my Podio credentials or to choose the "Server side flow" with "Sign in to Podio"-button. However, once I try to authenticate with either method, Visual Studio prompts me with a "SqlException was unhandled by user code - An exception of type 'System.Data.SqlClient.SqlException' occurred in NPoco.dll but was not handled in user code" warning (image) 时,参考 PodioOAuthData.cs 上的第 20 行。我已按照 GitHub 自述文件页面上的说明进行操作,但无法正常工作。知道我是否遗漏了什么吗?

就开箱即用体验而言,自述文件似乎对细节略有说明。

您实际上需要一个 运行 SQL 服务器。然后编辑 PodioAspNetSample/Web.config (https://github.com/podio/asp-net-sample/blob/master/PodioAspNetSample/Web.config#L22) 以包含正确的连接字符串。

祝你好运。