Read Write File on Workgroup Server -
07-10-2007
, 10:51 AM
Hi,
This is a strange one, but its the constraint I have to work in.
A web page modifies an xml Document, the trouble is that the document is on
a work group and not in our domain.
if i login to the server via windows login popup whilst accessing the remote
file, the webapplication works.
I'm trying to simulate this reaction seemlessly for the web page to connect
to the file share and read and write settings inside it. As at present
accessing the file throws an IO exception on a bad user name and password.
xmldoc.Load(AppSettings.Get("XMLDocLocation"))
Can anyone help? |