I'm tired to write MapPath("") for every System.IO operation...

  • Thread starter Thread starter Burganovsky
  • Start date Start date
B

Burganovsky

Hi!
I'm new in aspnet, and i'm already tired to write MapPath("") for every
System.IO operation, where (in config maybe) i can set once, that cwd =
server root path, not winnt\system32\?

I mean f.e. this:
File.OpenRead ("logo.gif") <- this file is in application server root
directory i.e. c:\inetpub\wwwroot\aspnetproject\logo.gif

Thanks a lot!
 
Perhaps call it once, store in Session and fetch from there for subsequent
requests?

Hi!
I'm new in aspnet, and i'm already tired to write MapPath("") for every
System.IO operation, where (in config maybe) i can set once, that cwd =
server root path, not winnt\system32\?

I mean f.e. this:
File.OpenRead ("logo.gif") <- this file is in application server root
directory i.e. c:\inetpub\wwwroot\aspnetproject\logo.gif

Thanks a lot!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top