I able to add my ASP.NET application on IIS. And when I browse my application I am able to successfully login to my application. But when I button click on Login I am getting
Error "Retrieving the COM class factory for component with CLSID {C5CBD7B2-490C-45F5-8C40-B8C3D108E6D7}
failed due to the following error:80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)). I am able to do all operations on my application locally
. I tried republishing my application
. Checked all the authorization access
But still couldnot figure it out