Hi all,
In Visual Studio, if you have to go for any web based content you will be left with two choices - web site/web application. Here is one difference that may be helpful for your selection criteria:
- Create a solution file.
- Add a new project and select the project type as "Asp.Net Web Application".
- Right click on this web application and select properties - go to 'Web' tab, under server you will find the radio box 'Use Visual Studio Development Server' selected. Below that is the radio box 'Use Local IIS Web server'. Uncheck the former and select the later one.
- Now when you export your solution file to another machine and when you double-click the solution file, your web site is automatically created in the IIS Server of that machine.