Hi all,
Sorry if this isn't in the correct forums. It seemed to be the most appropriate but please move it if there's a better one.
I inherited a windows service application written in VB.NET 2.0 that’s throwing the following error:
Could not load 'c:\websites\website\reports\xslt\report.xslt' the remote server returned an error (401) unauthorized
The account that runs the service is on the network and has full permissions to the folder that holds this file. The file is NOT read-only. Lastly, the same account is used in 3 other non-production servers fine. The issue only happens in production.
What am I missing? Is there something else I could be looking at to track down why this file can’t be accessed by this account on this particular server?
Thanks,
Mark
Sorry if this isn't in the correct forums. It seemed to be the most appropriate but please move it if there's a better one.
I inherited a windows service application written in VB.NET 2.0 that’s throwing the following error:
Could not load 'c:\websites\website\reports\xslt\report.xslt' the remote server returned an error (401) unauthorized
The account that runs the service is on the network and has full permissions to the folder that holds this file. The file is NOT read-only. Lastly, the same account is used in 3 other non-production servers fine. The issue only happens in production.
What am I missing? Is there something else I could be looking at to track down why this file can’t be accessed by this account on this particular server?
Thanks,
Mark