Skip to main content

Posts

Showing posts from September, 2013

asp.net website with custom url instead of http://localhost/ in IIS

Here we will see how to host our asp.net website in iis with custom URL instead of http://localhost/urwebsite.

Authenticate your ASP.NET MVC WebSite using Facebook

ASP.NET MVC team recently integrated the excellent open source library called  DotNetOpenAuth (DNOA).  DotNetOpenAuth originally was created to add OAuth and OID Authentication capabilities. The library bakes in functionality to let your application to be an OAuth Server or an OAuth client (or both).