D
David Thielen
Hi;
I had assumed that what I am asking here was a common request - but I am not
finding anything on this.
In my ASP.NET app a user can enter an xml file that we then pull in as data.
Needless to say we don't want them able to get the
\\hr\payroll\executive_salaries.xml - unless it is the authorized person in
HR.
So we require a username & password with which to access a file. For http(s)
and ftp this is fine as you can pass an ICredentials to the XmlDocument
resolver.
But the files that are on a share - how should we be doing this? I don't
want to use the rights of the user running the app as it will allow too much
for some users and not enough for others.
Or am I totally missing something here?
???
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm
I had assumed that what I am asking here was a common request - but I am not
finding anything on this.
In my ASP.NET app a user can enter an xml file that we then pull in as data.
Needless to say we don't want them able to get the
\\hr\payroll\executive_salaries.xml - unless it is the authorized person in
HR.
So we require a username & password with which to access a file. For http(s)
and ftp this is fine as you can pass an ICredentials to the XmlDocument
resolver.
But the files that are on a share - how should we be doing this? I don't
want to use the rights of the user running the app as it will allow too much
for some users and not enough for others.
Or am I totally missing something here?
???
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm