Reputation: 199
I am trying to get started with the OpenAuth features of MVC4 as described here:
I already did start over again a couple of times in order not to miss anything, but even though I am choosing the right template (Internet Application) there is no AuthConfig.cs.
Nor do I find documentation what to do to get the required tasks done manually. I am pretty sure this is a pretty dumb question, but maybe I don't find the answer because it is so obvious... thx
Upvotes: 0
Views: 3446
Reputation: 199
unbelievable.. I used the RC Version of Visual Studio and even though I reinstalled MVC4 from scratch the recent version including the openauth extensions wasn't properly available.
Following the same steps on the regular Visual Studio Installation did the trick...
Upvotes: 0
Reputation: 3582
I followed these steps:
Open File/New/Project
Select ASP.NET MVC 4 web Application
Then Select internet Application
Once the project was created there should be a AuthConfig.cs file within App_Start folder
Upvotes: 2