Hi, We are working in a asp.net web application which connect to HP ALM using HP ALM dll. When I run the application thorugh visual studio, application is able to connect HP ALM and fetch the data from ALM. Now Next i deployed this code in IIS and checked functionalities of this application through the hosted url but when I tried to fetch the data from ALM. I am getting the below problem.
Detailed Error : System.Runtime.InteropServices.COMException (0x8000FFFF): Server has been disconnected while performing GetServerSettings action at TDAPIOLELib.ITDConnection4.InitConnectionEx(String ServerName).
Please help me to solve this problem.