Differences between asp.net web Site and asp.net Web Application
« اگر کريستوف کلمب ازدواج کرده بود | Assign a static port to Asp.net Website » Differences between asp.net web Site and asp.net Web Application by Vahid 10. December 2009 06:05 Have ever wondered what the differences between 2 types of asp.net web projects in visual studio 2005 (asp.net web site project and asp.net web application project) are?Well personally I had some idea here and there about the differences but when I found the following tables from MSDN which describe the differences in an organized way, I thought of sharing them with you.Just one important thing is missing and this is:In asp.net web application project we can assign a static port number for your internal web server whereas in asp.net web site project we are restricted to use the dynamically assigned port number. Static port number assignment functionality comes handy in many situation starting from an automated testing.The following table lists Web project options or tasks and indicates which project model best implements those options. ...