C
Corey Ellsworth
I have an out-of-process COM component referenced in a ASP.NET Web service
application. I am trying to access files with this COM object on a network
share that has limited user access. I am finding that the COM component
cannot access these files, even when I set the ASP.NET application to run
under an impersonated account that has access to the share. What do I need
to do in either the ASP.NET Web service's Web.config file or the
machine.config file to get the COM component to run under an account with
sufficient access privileges? Thanks for the help.
application. I am trying to access files with this COM object on a network
share that has limited user access. I am finding that the COM component
cannot access these files, even when I set the ASP.NET application to run
under an impersonated account that has access to the share. What do I need
to do in either the ASP.NET Web service's Web.config file or the
machine.config file to get the COM component to run under an account with
sufficient access privileges? Thanks for the help.