Hi everyone -
Crazy question here...
I am running server 2008 with iis 7.0
ASP.NET with vb.net codebehind
I am trying to execute a batch file that resides on a network share.
I know my code works to execute a batch file from a physical drive attached to my system (i.e. c:\)
But the same command fails when i try to access the network share directory.
My assumptions are that the Z: drive is not being seen by the web server.
Do i need to map the drive for the user context that that runs the web server under?? If so - what user is it???
thanks in advance!!
take care
tony