G
Guest
Hi;
We are writing an installer for our ASP.NET app and are hitting an argument
over where the default directory for the app should be.
Should it be (assuming standard folder layout):
1) c:\inetpub\wwwroot\WindwardPortal
2) c:\Program Files\WindwardPortal
Also, we have several files (the readme & the license) that we need to
install - but they should not be available to people hitting our app on IIS.
Where should we install these too?
Can we create a directory App_Documents that is not accessable just as
App_Code is not (assuming the App_* is the magic do not enter part)? Or
somewhere else? If we install the app to c:\inetpub\wwwroot\WindwardPortal I
hate to also create c:\Program Files\WindwardPortal just for 3 files.
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm
We are writing an installer for our ASP.NET app and are hitting an argument
over where the default directory for the app should be.
Should it be (assuming standard folder layout):
1) c:\inetpub\wwwroot\WindwardPortal
2) c:\Program Files\WindwardPortal
Also, we have several files (the readme & the license) that we need to
install - but they should not be available to people hitting our app on IIS.
Where should we install these too?
Can we create a directory App_Documents that is not accessable just as
App_Code is not (assuming the App_* is the magic do not enter part)? Or
somewhere else? If we install the app to c:\inetpub\wwwroot\WindwardPortal I
hate to also create c:\Program Files\WindwardPortal just for 3 files.
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm