J
JV
I'm trying to understand how ASP.NET creates web folders when it creates a
new ASP.NET project. I am experienced with DotNet development, but not an
expert on how IIS works. Or, this may be a question about FP Server
Extensions.....
When you create a web project in the default way, VS.NET has no trouble
browsing for files. However, I like to keep all of my projects under a
folder structure like C:\PROJECTS\ with a subfolder for each solution, and
folders under those for each project in the solution. Example:
C:\PROJECTS\MySolution1\ (solution files)
C:\PROJECTS\MySolution1\WebProject1 (WebProject1 project
files)
C:\PROJECTS\MySolution1\ClassLib1 (ClassLib1 project
files)
etc.
You can, of course, create virtual folders either in IIS or via Windows
Explorer (folder properties, "Web Sharing" tab, etc.). However, when you
create those with the same permissions, VS.NET has trouble accessing files
in them and it cannot browse files (for example, try adding an existing file
from that folder to the project ).
Is there some way I can create my projects in the above folder structure and
still keep the usual VS.NET capabilities?
new ASP.NET project. I am experienced with DotNet development, but not an
expert on how IIS works. Or, this may be a question about FP Server
Extensions.....
When you create a web project in the default way, VS.NET has no trouble
browsing for files. However, I like to keep all of my projects under a
folder structure like C:\PROJECTS\ with a subfolder for each solution, and
folders under those for each project in the solution. Example:
C:\PROJECTS\MySolution1\ (solution files)
C:\PROJECTS\MySolution1\WebProject1 (WebProject1 project
files)
C:\PROJECTS\MySolution1\ClassLib1 (ClassLib1 project
files)
etc.
You can, of course, create virtual folders either in IIS or via Windows
Explorer (folder properties, "Web Sharing" tab, etc.). However, when you
create those with the same permissions, VS.NET has trouble accessing files
in them and it cannot browse files (for example, try adding an existing file
from that folder to the project ).
Is there some way I can create my projects in the above folder structure and
still keep the usual VS.NET capabilities?