Difference between webapplication and website. The main difference is that website project can be complied on the fly. You need to compile every time when you changed the code. While in webapplication you have compile solutions and create binary files(.DLL) in the code then you can have new code effect in application.It will have all the code in bin folder as DLL. Website project can be opened without a project solution file while webapplication projects can not opened without a solutions. A website usually refers to the front-end interface through which the public interact with your business online.Website's are typically informational in nature with a limited amount of advanced functionality. Simple websites consist primarily of static content where the data displayed is the same for every visitor and content changes are infrequent. More advanced websites may sport features such as Commerce, content management and interactive content. You can download web application projects for visual studio 2005 from the following location. http://msdn.microsoft.com/asp.net/reference/infrastructure/wap/
Where AS A web application or Rich Internet Application (RIA) usually includes a website component but features additional advanced functionality to replace or enhance existing business processes. The interface design objective behind a web application is to simulate the intuitive, immediate interaction a user experiences with a desktop application.
Web applications frequently integrate with existing business IT infrastructure such as accounting packages, stock management systems, ERP, etc.
Tuesday, June 16, 2009
Labels:
Asp.Net
Subscribe to:
Posts (Atom)