Hello,
I have an IIS6.0, Classic ASP application that is having some difficulties as I do not understand about permission/access rights etc. I have created a COM+, Components Service Application from a dll. This component needs to be accessible to the IIS user.
How do I set this up? Does anyone know what the identity should be for the Component and for the application pool?
The site is running fine for me whilst on the server but is giving access right errors to others on the network trying to access it (the components). If I register the dlls through regsvr32 the site runs fine but this is not ideal.
At the moment my identity for the component is:
Inter Active Account- The current Logged on user
The security account for the application pool is set to:
Predefined: Network Service
Any help appreciated.
Thanks,
Jim