IIS - Cannot create ActiveX component



Hello all,

I'm developing a vb.net 2.0 webservice which accesses a lotus notes database using lotus domino api. This works fine on my local client if I select "Use Visual Studio Development server" (on project properties). But as soon as I select "Use IIS Web Server" I always got error messages.
One says: "Retrieving the COM class factory for component with CLSID {29131539-2EED-1069-BF5D-00DD011186B7} failed due to the following error: 8007000e." The CLSID is the one from "Lotus Domino Session" in my registry.
The other error message when I deploy to an external IIS (6.0) Server is: "Cannot create ActiveX component".

As my webservice works fine when I use the visual studio development server, I guess my script is correct. Any ideas why it does not work on IIS? Any registry settings? My local ASPNET-Machine account has full access to the directory.

Many thanks in advance!!
.



Relevant Pages

  • Difference Development Server - IIS Server
    ... I'm developing a vb.net 2.0 webservice which accesses a lotus notes database using lotus domino api. ... This works fine on my local client if I select "Use Visual Studio Development server". ...
    (microsoft.public.de.german.entwickler.dotnet.vb)
  • Re: Global.asax Application_Start and Application Pool Recycling Problem
    ... If your application is really being restarted via IIS (not the Visual Studio Development Server) then the code you have in Application_Start will always run. ... Could you guys give me a clue what can cause this? ...
    (microsoft.public.dotnet.framework.aspnet)
  • IIS ignores web.config in subfolder
    ... fine with the Visual Studio development server. ... But after publication to an ... IIS6 webserver a config file inside a subsubfolder is completely ignored, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: IIS ignores web.config in subfolder
    ... HttpHandlers I define in this web.config. ... works fine with the Visual Studio development server. ... regardless of the settings it defines. ...
    (microsoft.public.dotnet.framework.aspnet)

Loading