Note that there are some explanatory texts on larger screens.

plurals
  1. POWhich type of project do I choose
    primarykey
    data
    text
    <p>I am going to create a solution which will have 2 projects as a class library, one project as a Web Application or Web Site.</p> <p>I have gone through the differences between Web Application and Web Site at <a href="http://msdn.microsoft.com/en-us/library/dd547590.aspx" rel="nofollow">Microsoft : Web Application VS. Web Site</a></p> <p>After reading it, I found that I need features from both of them, such as features in Web Application: </p> <ol> <li>run unit tests on code </li> <li>I want control over the assembly name and version number that is generated for the site. </li> <li>I want to avoid putting source code on a production server. </li> <li>I want to use the automated deployment tools that are available in Visual Studio 2010.</li> </ol> <p>features in Web Site which I need</p> <ol> <li>open the production site in Visual Studio and update it in real time by using FTP.</li> <li>be able to update individual files in production by just copying new versions to the production server, or by editing the files directly on the production server.</li> <li>be able to update individual ASP.NET Web pages (.aspx files) without having to recompile the entire Web site.</li> </ol> <p>And I don't want to keep the source code on the production server due to the security concern.</p> <p>And I still cannot make my decision.</p> <p>I am looking for some strong reasons which can convince me to go with one of the type.</p> <p>Thanks in advance.</p> <p>PS: Dear all, please provide reasons about why you marked it down, otherwise it's not going to help. Many thanks. </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload