Tuesday, March 5, 2013

How to get started on “Service Unavailable 503” error in ASP.NET?

In IIS Server application pool default settings,
If application crashed 5 times in 5 minutes, IIS will return 503 error.
Check log to get detail of errors


   
     
   
   
     
   

Friday, March 1, 2013

How to reset Orchard admin password from database?

  update [Orchard_Users_UserPartRecord] 
  SET [Password] ='password', [PasswordFormat] ='Clear'
  where [UserName] ='admin'

Thursday, February 28, 2013

Wednesday, February 27, 2013

How to create web service project in Visual Studio 2010?

1. New Project
2. Change .Net Framwork version from 4.0 to 3.5
3. Click Web