Proper folder location when creating virtual directories in IIS 6.0? -


when creating new web sites visual studio .net, projects created @ default web site location, e.g. c:\inetpub\wwwroot\myapp. likewise, when creating msi packages such applications using visual studio web deployment project, custom action used determine folder location of default web site , files installed location.

when @ other virtual directories in current iis installation, see these logical paths:

iishelp: c:\windows\help\iishelp reports: c:\program files\microsoft sql server\mssql.3\reporting services\reportmanager reportserver: c:\program files\microsoft sql server\mssql.3\reporting services\reportserver crystalreportviewers12: c:\program files\business objects\common\4.0\crystalreportviewers12

my question is: c:\inetpub\wwwroot correct location use, if virtual directory created under default web site? not more appropriate install files c:\program files\myapp, create virtual directory, , point virtual directory folder (making sure proper permissions have been assigned folder, not inherit permissions c:\inetpub\wwwroot)?

any links official guidelines on topic welcome.

it doesn't matter long tell iis path. stick inetpub/wwwroot directory. way can apply security sites path. helps establish various security users such asp.net , network user account.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -