TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Patrik Johansson
NA
3
0
Security issue when running a winform program on a network share
Apr 24 2006 7:38 AM
Hi.
I'm developing a small program that reads a .csv file and minipulates it a little and then is to save it back to the same location again.
The problem is that I need this program to reside on a windows network share so all the users on the company can access it easily. The problem is that even though the users have read/write priviliges to the folders needed, the C# .NET program don't. Is there some way to get around this problem, either using some setting in .NET or to launch a 3rd party program that you can use to write the file with.
The .csv file is located on a network share also.
I'm failing to find a solution that's acceptable, and I don't want to have to get C++ or something and write a different program just to get around the security issues .NET has.
Thanks in advance and hope someone can help me.
/Patrik
Reply
Answers (
1
)
Is it a bug or Am i missing something?
what is dsn files