Zero Touch Deployment

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jon L. Lovesky

    #1

    Zero Touch Deployment

    Hello All,

    I just created my first ztd application hosted in iis, a very simple hello
    world program. Up to this point I have kept various types of information
    that I use in my applications in files that are in folders relative to the
    exe. To access these other files I typically use Application.Sta rtUpPath and
    go from there. However I see with a ztd application the startup path is the
    framework path (C:\WINNT\Micro soft.NET\Framew ork\v1.1.4322) and the current
    directory is the desktop.

    Can someone suggest what might be a best practice for accessing/maintaining
    files from within the application in this scenario? Just to be clear I'm not
    talking about the app.config, I have no problem getting this information.
    I'm just talking about generic information that I want to store, a log file
    for example that I want to reside on the server.

    Thanks

    Jon


Working...