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

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!
 
S

Siva M

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

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top