| What is the difference between web application and website? |
Loading
| What is the difference between web application and website? |
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sandeep ShekhawatPosted Jun 27, 2011, 6:54 AM
U can create web site with VS,VS Express, Visual web developer. But Web application create in VS Professional and above version.
Web site has only two page one is .aspx and another is code behind .aspx.cs but in web application we have three page one is .aspx,.aspx.cs and .aspx.designer.cs
When create web application we find several dll for each web page but in Web application we find only one dll in Bin folder.
When u use MVC and Silver light then u create as project of web application not website.
For More Info Visit Following Link:
http://msdn.microsoft.com/en-us/library/aa730880(v=vs.80).aspx#wapp_topic5