Wednesday, 28 September 2011

Geostore OpenId integration

This post discusses how open id registration is being intergated with the Geostore project. The implementation is general and could be used in any ASP.net project.

Create Project
  • Choose ASP.Net MVC3 web application.
MVC3 application wizard step-1
  • On project template choose Internet Application
    • On this page select Razor option in View Engine selection box.
    • Select check box Use HTML5 semantic markup.
MVC3 application wizard step-2