active componet cant create object

From: Invotion (newsgroups_at_invotion.com)
Date: 09/11/03


Date: Thu, 11 Sep 2003 08:43:45 -0700


It sounds like you have your component set to run as the
Interactive user. Thus, when a user logs into the
computer via pc anywhere, they are authenticated to run
the dll, otherwise they are not.

If you change the component to run as a specific local
user, you should not have this problem anymore.

Sincerely,
Invotion Engineering Team
Advanced Microsoft Hosting Solutions
http://www.Invotion.com

>-----Original Message-----
>Hi,
>i have installed my asp applictaion on IIS 4.0
>windows nt is the os..
>2>I have using a active dll made in vb and has
trnsaction property
>"uses transaction"
>which installed under MTS.
>3>In my asp pages i am calling the com object
>
>The website works fine for most of all the time.
>but suddenly when the website is stops working and gives
the error
>message
>active component cant create object.....
>it means the dll cant be found.
>in iis for the application security is anayomous....
>and more strange thing happends if the user opens
pcanwhere session to
>the web server
>and opens the websites form his own pc it works fine ....
>how this works
>
>what is tehe problem is realted to
>any security...
>or some bug in windows nt 4.0
>which causing the application to behave strangely.
>
>please advise me how to tacle this problem
>
>regds,
>Navin Mahindroo
>.
>



Relevant Pages

  • Re: How to share code between two different sites?
    ... application if you have common code for all? ... Three servers are given since all they are for different clients. ... comfortable adding dll to each site manually ) ... You can't add child project to website. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: How to share code between two different sites?
    ... Each website has customize code as well as re-used common code. ... Three servers are given since all they are for different clients. ... comfortable adding dll to each site manually ) ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: How to share code between two different sites?
    ... servers. ... automatic update of shared code. ... One dll...one dll update when needed...all applications are served. ... You can't add child project to website. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: How to share code between two different sites?
    ... You can't add child project to website. ... Whenever you add reference to a dll, it gets copied in /bin folder ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: partitioning the program depending upon browser
    ... want to show first 200 lines only if the user opens my website using ... IE, and next 200 lines in Firefox, and remaining lines in another ... the browsers used by users. ...
    (comp.lang.php)