Play Guitar, Record and Share it to others

Do you like playing guitar like famous musicians?


Do you want others to listen the guitar that you played and recorded?


Below is an link that lets you play, record and listen the recorded guitar and even you can share the same on your favorite social networking sites.

iPad : Online Simulator




When you are developing any mobile application, you need to have the device with you for testing during the development process.

Below is the list for useful websites that provide online simulator for iPad.

Please provide more links as comment, if you have any other than listed in this post.


By
image credit: http://www.cultofmac.com

iPhone : Simulator Online



When you are developing any mobile application, you need to have the device with you for testing during the development process.

Below is the list for useful websites that provide online simulator for iPhone.


Please provide more links as comment, if you have any other than listed in this post.


By
image credit: http://www.dirjournal.com

ASP.NET - Unable to start debugging on the web server. The IIS worker process for the launched URL is not currently running.

Finished your coding and going to run your project.
As soon as you press F5 to debug the project, you get an error:

Unable to start debugging on the web server. The IIS worker process for the launched URL is not currently running.

and it wont allow you to debug your application.

Here is the solution to resolve the problem
  • Open your Internet Information Server

SQL SERVER - Login Failed for "NT-AUTHORITY\IUSER"

When your connection string has the words "Integrated Security=SSPI" and you try to access the database, you will get this error

Login Failed for "NT-AUTHORITY\IUSER".

Below are the steps to resolve the error:
  • Open your Microsoft SQL Server Management Studio
  • Connect to your SQL Server instance