views:

95

answers:

1

Hello everyone,

I want to learn the pros and cons of using Web Site project type or using ASP.Net Web Application Project type?

My web application is using ASP.Net 2.0 or later, and the web application just shows UI, call some other database store procedure and some other WCF Web Services.

thanks in advance, George

+2  A: 
Andy White
Nice stuff! I like it.
George2
A further question, I did not find any cons of using web site? Any comments?
George2
I think the biggest issue I've seen is with Source Control. Since there is no proj file to manage references, you're sort of forced to put your DLLs/binaries under source control, which can be annoying, and possibly considered bad practice.
Andy White
Despite what I've said, it partly comes down to personal preference. You should try a few projects using both methodologies and decide which one works better for you.
Andy White