ASP.NET Example App - Are the database scripts missing?

Comments

1 comment

  • Kaine Varley

    I managed to resolve this easily enough. So, if you're interested, I:

    1. Created a local DB called PodioAspnetSampleDb
    2. Created a single table in the DB called PodioOAuthData
    3. Added a primary key column called UserId of type int
    4. Added a varchar(max) column called OAuthJsonData
    5. Altered the connection string in the web.config to point to my DB

     

    And that's it! Good luck with your project.

     

    Kaine

    1
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk