Difference between ASP.Net Website and ASP.Net Web Application?

 Posted by Syedshakeer on 8/24/2009 | Category: ASP.NET Interview questions | Views: 9404
Answer:

a.)ASP.Net Website (Microsoft Visual Studio’s default type):
i. Local Resource is treated as content based resource, so we can change it and it affects to website.
ii. Global Resource is treated as embedded resource, So they are compiled into specific language dlls into bin folder.
b.ASP.Net Web Application
i.Both Local and Global resource are treated as content based resource, so both are editable.
Any change in any type of resource cause whole resource compilation


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response