By default, once you create web applications/services, the project files are saved in Inetpub > wwwroot directory.

To move from default location to your own project directory you must:

  1. first, set up the folder in required directory,
  2. Create Virtuary Directory using IIS to point to your folder,
  3. Using VS.net create new web application with the same virtuary directory name you created in Step 2.

The new project now will be saved in the folder you speficied rather than in default wwwroot folder. This makes it alot easier to manage your project files and better work folder organization.

No related posts.