Web Application project was launched with Visual studio 2005. Both the models has their own characteristics.
Web Application Project -
1. Run on IIS as well as ASP.net internal server.
2. The compiled output is a single assembly.
3. Change in one perticular file requires recompilation of entire application.
4. Consist of its own project file, so the application is structured based on the project file.
How to create a Web Application?
Web Site Project -
1. Run on IIS as well as ASP.net internal server.
2. Each page gets compiled into its own assembly.
3. Changes can be applied without compilation of entire site.
4. Do not consist of project file. Structure is based on the file system.
How to create Web Site Project?
Web Application Project -
1. Run on IIS as well as ASP.net internal server.
2. The compiled output is a single assembly.
3. Change in one perticular file requires recompilation of entire application.
4. Consist of its own project file, so the application is structured based on the project file.
How to create a Web Application?
Web Site Project -
1. Run on IIS as well as ASP.net internal server.
2. Each page gets compiled into its own assembly.
3. Changes can be applied without compilation of entire site.
4. Do not consist of project file. Structure is based on the file system.
How to create Web Site Project?
No comments:
Post a Comment