install a web application on my site

Discussion in 'ASP.NET / ASP.NET Core' started by nature, Nov 20, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I'm trying to set up a web application called nGallery (a photo gallery).

    I'm not at all sure how I would follow these instructions below:


    Installing from Source with the .ZIP file
    1.) Install the source on the target machine (be it with the installer, or the zip file).
    2.) Create a virtual directory called "nGallery" that points to nGalleryWeb folder in your new directory that contains the nGallery source.
    3.) Update the file permissions on the data/ directory so that the ASP.NET worker process has write permissions to this directory (NOTE: This is only necessary if using the XML datastore).
    4.) Update the file permissions on the photos/ directory so that the ASP.NET worker process has write permissions to this directory. This is so the upload facilities have the correct entitlements to upload without error.
    5.) Make sure your FTP account has permissions/access to the upload/ directory, if you plan to use the Bulk Add features.
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    installing ngallery is very simple.

    1) unzip the content on your local computer
    2) upload all the source file to the server using FTP.
    3) set up the directory as an web application using the Web Application Tool in the control panel.

    these steps came straight from my memory, let me know if run into any problem

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page