website & web appln
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
hello folks, what is diffrence bet web application and website projects
-
hello folks, what is diffrence bet web application and website projects
-
The web application project was introduced to address the issues while migration the previous version of web applications(VS 2003) into VS 2005. The main differences is the Web Application Project was designed to work similar to the Web projects that shipped with VS.net and VS 2003. The web application project will be compiled into into a single dll while publising. On the other hand, The website can be compiled into multiple dlls. Check this link[^]