Click here to Skip to main content
15,897,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
We are using c# 3.5

While coding the windows service, we have specified UNC path as \\192.168.1.1\NAS_FOLDER\LIVE\

However, we are able to access the above UNC path in our website by specifying impersonation in web.config

Please help....
Posted

1 solution

this may help you to resolve the issue, the best will be to provide impersonation in your config file.
http://stackoverflow.com/questions/659013/accessing-a-shared-file-unc-from-a-remote-non-trusted-domain-with-credentials[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900