When I register the COM Components in COM+ Applications on Windows 2000 Server, I am getting the following error
Catalog Error :
An error occurred while processing the last operation.
Error Code 8000401A - The server process could not be started because the configured identity is incorrect. Check the username and password.
And when I try to call the Object from ASP page. I am getting the following error
Server object, ASP 0177 (0x800401F3)
Invalid ProgID. For additional information specific to this message please visit the Microsoft Online Support site located at:
http://www.microsoft.com/contentredirect.asp.
While creating the new application in COM+ Applications, on the Identity tab, I have selected "Interactive User ".
How can I get rid of this error and still maintain the "Interactive User " option instead of the "This User" option.