Hi All,
I have a asp.net page which is checking a UNC path on a listbox item change event using Directory.exist method.
This works fine in Internet explorer.
But when i use firefox and debugging this method returns false even though the directory exists.
What could be the reason for this strange problem.
this is the code
Directory.Exists(@\\SYSMHARSYS\xxxxxxFiles\Region\Error)
when i browse from IE and put a breakpoint here it returns true.But in FF the same code returns false.Its happening only for a UNC.It returns true for a local path(eg Directory.Exists(@C:\test).
Authenticatiion:
authentication mode="Windows"
identity impersonate="true"
Please someone answer this
Thanks
SNA