travisowens Posted July 27, 2004 Posted July 27, 2004 (edited) Opening a file in ASP.net in current folder I simply want to open a file that's in the same directory as my ASP.net app but it throws a FileNotFound exception and shows that it is trying to open the file from C:\Windows\System32\ when I want it to open the file in the current directory. What gives? Edited July 27, 2004 by travisowens Quote Experience is something you don't get until just after the moment you needed it
Moderators Robby Posted July 27, 2004 Moderators Posted July 27, 2004 You need to give a physical path not a virtual one. Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.