Click here to Skip to main content
15,892,199 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
Hello Everyone,
I would like to know about how to decide which one to use among web application and website for the developers?
Posted
Updated 13-Oct-11 2:37am
v5
Comments
parul77 28-Apr-12 6:27am    
Reason for my vote of 5
ny 5

Hi,

website development comes under WebApplications

two Web applications are 1.Websites abd 2.Web Services

Here Websites are served to end users
and webservices are served to developers.

Based on your capabilities you've to decide among them.

for eg.

you are developing ticket booking for your shows
in this case you've to develop all your booking logic in web service then use that logic in your website.And publish that webservice to net to use another developers to integrate your booking logic in your website.


I hope you understood What I said

All the Best
 
Share this answer
 
Comments
member60 27-Sep-11 7:32am    
i will repeat again in simple words:
while creating a new project we get two options actually 1.website and another 2.web application i want to know which one to be choosen by the progrmmer ? whether selection depends upon any requirements ?
Muralikrishna8811 27-Sep-11 7:34am    
K fine

select website option for developing websites
member60 27-Sep-11 7:37am    
then when is to use web application ?
Muralikrishna8811 27-Sep-11 7:41am    
to develop both website and webservice integration

the difference is some dlls are not include in website
I have found a good link for you,

http://stackoverflow.com/questions/398037/asp-net-web-site-or-web-application[^]

I would prefer WebApplication since this is project based and also you'll get better control under a source control.
 
Share this answer
 
Comments
fjdiewornncalwe 27-Sep-11 10:36am    
Could you explain what source control has to do with this?
Arun Jacob 29-Sep-11 1:45am    
You can simply check in files into source control and it won't get automatically added into the project in case of Web Application. But for Website its not like that since it is based on file.
Let me know your comments.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900