Click here to Skip to main content
15,917,517 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to share a folder in asp.net using C#.
Posted
Updated 7-Jun-10 23:04pm
v2

1 solution

Check this out

http://www.sarampalis.org/articles/dotnet/dotnet0002.shtml[^]

Remember, if you are calling it from a Web Application (a web page or a web service) though, permissions come into play and you will have to either set up IIS accordingly or experiment with code access security and the Permissions API.
 
Share this answer
 
v2

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