E
Eagle
How do I programmatically get the path of my application and IIS? For
instance, my application is in directory Working, but the progrm could be
running from different servers, so when I attempt to write to a file,
using HTTPContext.Current.Request.ApplicationPath, it tries to write to
c:\working, not c:\inetpub\wwwroot\... or whatever is the path on that
server.
Thanks for your help.
instance, my application is in directory Working, but the progrm could be
running from different servers, so when I attempt to write to a file,
using HTTPContext.Current.Request.ApplicationPath, it tries to write to
c:\working, not c:\inetpub\wwwroot\... or whatever is the path on that
server.
Thanks for your help.