Re: UNC, GetFolder & Windows Authentication



Rick E wrote:

spmsmmpath="\\server\share\folder\"
SET ofolder=ofs.GetFolder(spmsmmpath)

What am I missing? Does the file server need to be trsuted too? Do I need to use a MapPath command or am I using the wrong slashes? Remmeber the code works as is if I pass literal credentials.

Then perhaps it's just a question of escaping characters ? In c#, you have to escape the "\" character... I'm just guessing here.
.