J
Jim Little
Can someone please explain to me where the files in an ASP.Net project
should be physically located? I thought they should be in an application
folder, such as C:\myapps\app01\files, but when I drag-and-drop files to the
Solution Explorer they end up in C:\inetpub\wwwroot\app01!
The solution--and all of its projects--seems to work no matter where the
underlying files are physically located.
Worse, it seems that some files exist in BOTH the "app" folder and the
"inetpub" folder. The only way to know which file is being referenced by a
project seems to be to look at the properties page for a particular file in
Solution Explorer.
All this is very confusing to me. Is there an article that discusses the
concept of physical files and virtual files in ASP.Net projects?
Thanks,
-- Jim
should be physically located? I thought they should be in an application
folder, such as C:\myapps\app01\files, but when I drag-and-drop files to the
Solution Explorer they end up in C:\inetpub\wwwroot\app01!
The solution--and all of its projects--seems to work no matter where the
underlying files are physically located.
Worse, it seems that some files exist in BOTH the "app" folder and the
"inetpub" folder. The only way to know which file is being referenced by a
project seems to be to look at the properties page for a particular file in
Solution Explorer.
All this is very confusing to me. Is there an article that discusses the
concept of physical files and virtual files in ASP.Net projects?
Thanks,
-- Jim