10-11-05 12:59 PM
Serge,
ISAPI runs under the same security context as IIS...soooo...IIS 5 runs under
the Local Account which has full privileges. IIS 6 runs under NETWORK
Service which has more restricted privileges. To test if this is the problem
you can change the Identity that IIS 6 runs as back to Local Account. Go to
IIS Manager select the application pool that your web server is using for
the web site in question select properties, under the Identity tab is where
you can change it.
Even if this works you may want to look at your ISAPI code to see what may
have caused the problem so it can be better structured or rewritten to be in
line with best security practices.
Best of luck with this,
Gery
--
Gery D. Dorazio
Development Engineer
EnQue Corporation
www.EnQue.com
www.ImagingHardware.com
"Serge Myrand" <info@softdelirium.qc.ca> wrote in message
news:432FE7CA.25E3DBB@softdelirium.qc.ca...
> Hi everyone,
>
> I have an ISAPI application taht run perfectly on IIS 5 refuse to start
> on IIS 6. I spent a lotof time trying to configure it, I think I need a
> step by step procedure to configure ISS 6 new security stuff in order to
> run an ISAPI application.
>
> Any help will be appreciate
> thank you for your time
> serge
>
[ Post a follow-up to this message ]
|