Problem when publishing Website in IIS

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sudhaMurugesan
    New Member
    • May 2007
    • 94

    Problem when publishing Website in IIS

    Hi all,
    In my ASP.net application, i browse & save some files & open later. For this, I save files in a Temp folder . When i publish the newer version of the same website in IIS, all the previously saved files gets deleted & i cannot retrieve later. If I create a virtual directory for that Temp folder is it Ok. I also have 3 more folders to hold my files. Do I need to create seperate virtual directories for each one. Can any one guide me ? Please... Thanks in advance.
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Originally posted by sudhaMurugesan
    Hi all,
    In my ASP.net application, i browse & save some files & open later. For this, I save files in a Temp folder . When i publish the newer version of the same website in IIS, all the previously saved files gets deleted & i cannot retrieve later. If I create a virtual directory for that Temp folder is it Ok. I also have 3 more folders to hold my files. Do I need to create seperate virtual directories for each one. Can any one guide me ? Please... Thanks in advance.
    Sounds to me like you need a better system for deploying and backing up files. Suggest not backing up the site on the production server, except the dll(s) in case of problem. You also need to be aware of versioning and how to handle it. HTH.

    Comment

    • sudhaMurugesan
      New Member
      • May 2007
      • 94

      #3
      Originally posted by kenobewan
      Sounds to me like you need a better system for deploying and backing up files. Suggest not backing up the site on the production server, except the dll(s) in case of problem. You also need to be aware of versioning and how to handle it. HTH.
      Thank you for ur suggestion kenobewan.I will try to deploy newer versions in a better way.

      Comment

      Working...