Re: Big picture question - Web sites vs Web Applications
- From: B. Chernick <BChernick@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 24 Jun 2008 13:52:01 -0700
I'm getting the impression (correct me if I'm wrong) that Web application
projects are for professionals and web site projects are for amateurs.
Looks like I'll be sticking with web app projects. Thanks.
"Mark Fitzpatrick" wrote:
VS 2005 introduced a new type of project called a Web Site Project. It.
doesn't create a single dll for the entire site. Instead, code is seperated
out more, which leads to some annoying issues. For example, calling code in
folder b from a page in folder a probably won't work because the code in
folder b may not have compiled yet. To make code available throughout an
entire web site project it has to be in the App_Code directory. This new
project type annoyed a lot of people though so MS introduced the Web
Application Project back into VS first as an add-in, then as part of VS 2005
Service Pack 1. The Web Application Project is natively available in VS
2008.
The Web Application Project works pretty much the same way it did for the
1.x projects created by VS 2002 and 2003. The Web Site Project is more of an
interesting offshoot and does make it easier for people running VS Web
Developer Express to create a web site since they don't have to compile it
into a single-dll. Still, I prefer the single-dll method since it's easier
to pre-compile and if you need to call code that gets compiled into multiple
dlls you get the inter-dll communication hit.
Hope this helps,
Mark Fitzpatrick
Microsoft MVP - Expression
"B. Chernick" <BChernick@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:7F2FEEDE-67E8-401F-8C62-05ABBD52FF67@xxxxxxxxxxxxxxxx
I did my MCAD sometime ago in 1.1, using the 305 manual. I've since moved
up
to VS 2005. I've created perhaps a half dozen Dot Net 2.0 web
applications.
(Click on the Create Project link within Recent Projects and Asp.Net Web
Applications.) Now I find out that my co-worker has been programming in a
different style. He's been using the File/New/Web Site menu item. If I
ever
noticed that option, I've forgotten it.
Could someone briefly summarize the differences between web 'sites' and
web
'applications'? (I thought all web sites were web applications.)
(My immediate motivation for posting here is that my coworker approached
me
for help, since his website is giving 'AccessViolationException' errors,
but
he swears that he has no unmanaged code that he knows of. It also looks
to
me like the web site has no references at all, if that's even possible, so
I'm even more confused.)
- Follow-Ups:
- Re: Big picture question - Web sites vs Web Applications
- From: Teemu Keiski
- Re: Big picture question - Web sites vs Web Applications
- From: Mark Fitzpatrick
- Re: Big picture question - Web sites vs Web Applications
- References:
- Big picture question - Web sites vs Web Applications
- From: B. Chernick
- Re: Big picture question - Web sites vs Web Applications
- From: Mark Fitzpatrick
- Big picture question - Web sites vs Web Applications
- Prev by Date: Re: Big picture question - Web sites vs Web Applications
- Next by Date: NetworkService Account alternative
- Previous by thread: Re: Big picture question - Web sites vs Web Applications
- Next by thread: Re: Big picture question - Web sites vs Web Applications
- Index(es):
Relevant Pages
|
Loading