Where did my file go?
What happen if you are doing something like this in ASP.Net:
On my machine, it goes to: c:\windows\system32\inetsrv\fun.txt
Remember that the current directory in ASP.Net is wherever the server process has decided it should be, if you want the directory that your application is on, use AppDomain.Current.BaseDirectory for it.
Comments
Comment preview