Outputting an HTML file to the browser

travisowens

Centurion
Joined
Feb 11, 2004
Messages
108
Location
Rochester, NY
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?
 
Last edited:
Back
Top