You may receive “Service Unavailable” error while connecting to Team Foundation Server(TFS). I was getting this error from yesterday whenever I was trying to connect to TFS. Finally today I found the reason and solution. I had changed the password of Administrator user which I had used to configure TFS Application Pool. This has [...]
Archive for February, 2008
Service Unavailable error while connecting to team foundation server.
Posted in DotNet 2.0, Techincal on February 29, 2008 | 6 Comments »
Authorize.Net Integration using ASP.Net
Posted in DotNet 2.0, Sql Server, Techincal on February 25, 2008 | 10 Comments »
Recently we had integrated Authorize.Net as a payment one of the payment gateway in application. Integrating Authorize.Net is a really simple task.
First you need to register for test account. Here is the link for that. You will get a mail from Authorize.Net team regarding the approval of account. You will receive your [...]
The media set has 2 media families but only 1 are provided.
Posted in Sql Server, Techincal on February 15, 2008 | 7 Comments »
You get this error while restoring the database backup file in SQL Server 2005. This is because when you took the backup your backup file is divided in more than one part and at the time of restoring the database you have not added all the parts.
Lets do this practically so that you can [...]
Query to find all the tables and columns in selected database.
Posted in Sql Server, Techincal on February 8, 2008 | 12 Comments »
As a developer, it is really important for us to understand database design and underlying tables used in application. Sometime we do not have direct access to database server so that we can not open the server console and look in to the database.
In this case we can take help of SysObjects, SysColumns, SysTypes [...]