Web Site
- Web Site is just one folder which contains the files and resources
- Web Site is open using browser from Visual Studio
- Web Application creates one solution file which may contain multiple projects in it
- If you are working on 3-tier or n-tier application then this type is good
- It is easy to maintain, its movable and it contain file in DLL format
- All files are compiled in .dll file on time of deployment
The article clears the difference very nicely.
ReplyDelete