PC Review


Reply
Thread Tools Rate Thread

ASP.NET Web Application = Web Site???

 
 
=?Utf-8?B?S1A=?=
Guest
Posts: n/a
 
      22nd Jun 2006
I've recently converted to VS2005 and I've noticed that their is no more
ASP.NET Web Application, but there is a New Website option. Are these two
things the same, or is a Web Application different then a website.
 
Reply With Quote
 
 
 
 
Juan T. Llibre
Guest
Posts: n/a
 
      22nd Jun 2006
Yes, they're the same...as far as VS 2005 is concerned.
When you create a website in VS 2005, you are creating an IIS application.

As far as IIS is concerned, no, they're different things.

In IIS, an Application and a Web Site are two different things,
although in IIS, an application and a virtual directory are similar.






Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
===================================
"KP" <(E-Mail Removed)> wrote in message
news:837BDEFB-F466-4579-AE0A-(E-Mail Removed)...
> I've recently converted to VS2005 and I've noticed that their is no more
> ASP.NET Web Application, but there is a New Website option. Are these two
> things the same, or is a Web Application different then a website.



 
Reply With Quote
 
 
 
 
Juan T. Llibre
Guest
Posts: n/a
 
      23rd Jun 2006
re:
> When you create a website in VS 2005, you are creating an IIS application.


I should be a bit more precise.

When you create a website in VS 2005, if you choose "http",
instead of "file system", you are creating an IIS application.




Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
===================================
"Juan T. Llibre" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Yes, they're the same...as far as VS 2005 is concerned.
> When you create a website in VS 2005, you are creating an IIS application.
>
> As far as IIS is concerned, no, they're different things.
>
> In IIS, an Application and a Web Site are two different things,
> although in IIS, an application and a virtual directory are similar.
>
>
>
>
>
>
> Juan T. Llibre, asp.net MVP
> aspnetfaq.com : http://www.aspnetfaq.com/
> asp.net faq : http://asp.net.do/faq/
> foros de asp.net, en espaņol : http://asp.net.do/foros/
> ===================================
> "KP" <(E-Mail Removed)> wrote in message
> news:837BDEFB-F466-4579-AE0A-(E-Mail Removed)...
>> I've recently converted to VS2005 and I've noticed that their is no more
>> ASP.NET Web Application, but there is a New Website option. Are these two
>> things the same, or is a Web Application different then a website.

>
>



 
Reply With Quote
 
Laurent Bugnion
Guest
Posts: n/a
 
      23rd Jun 2006
Hi,

KP wrote:
> I've recently converted to VS2005 and I've noticed that their is no more
> ASP.NET Web Application, but there is a New Website option. Are these two
> things the same, or is a Web Application different then a website.


Websites and Web Applications have different modes of compilation. With
a Web Application, you can specify the assembly's name, the output
directory, etc... just like in VS2003.

Check this:
http://webproject.scottgu.com/

HTH,
Laurent
--
Laurent Bugnion, GalaSoft
Software engineering: http://www.galasoft-LB.ch
Private/Malaysia: http://mypage.bluewin.ch/lbugnion
Support children in Calcutta: http://www.calcutta-espoir.ch
 
Reply With Quote
 
Juan T. Llibre
Guest
Posts: n/a
 
      23rd Jun 2006
Let's keep in mind that what VS calls a "Web Application"
is not the same as what IIS calls a "Web Application".

Otherwise, fine.




Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
===================================
"Laurent Bugnion" <galasoft-(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Hi,
>
> KP wrote:
>> I've recently converted to VS2005 and I've noticed that their is no more ASP.NET Web Application,
>> but there is a New Website option. Are these two things the same, or is a Web Application
>> different then a website.

>
> Websites and Web Applications have different modes of compilation. With a Web Application, you can
> specify the assembly's name, the output directory, etc... just like in VS2003.
>
> Check this:
> http://webproject.scottgu.com/
>
> HTH,
> Laurent
> --
> Laurent Bugnion, GalaSoft
> Software engineering: http://www.galasoft-LB.ch
> Private/Malaysia: http://mypage.bluewin.ch/lbugnion
> Support children in Calcutta: http://www.calcutta-espoir.ch



 
Reply With Quote
 
Laurent Bugnion
Guest
Posts: n/a
 
      23rd Jun 2006
Hi Juan,

Juan T. Llibre wrote:
> Let's keep in mind that what VS calls a "Web Application"
> is not the same as what IIS calls a "Web Application".
>
> Otherwise, fine.


Thanks for clarifying. I thought that the OP was asking about the web
application project (and I had read your answer, too), because it is
also exactly what puzzled me when I started VS2005 the first time,
coming from ASP.NET 1.1.

For my enlightment, would you care to explain what the exact difference
is between IIS virtual directory and IIS web application?

Greetings,
Laurent
--
Laurent Bugnion, GalaSoft
Software engineering: http://www.galasoft-LB.ch
Private/Malaysia: http://mypage.bluewin.ch/lbugnion
Support children in Calcutta: http://www.calcutta-espoir.ch
 
Reply With Quote
 
Juan T. Llibre
Guest
Posts: n/a
 
      23rd Jun 2006
re:
> For my enlightment, would you care to explain what the exact difference is between IIS virtual
> directory and IIS web application?


That would take a lot of explanation.

I will refer you to a very good description of the differences, at :

http://www.perfectxml.com/ASPNETConfig.asp

Basically, a virtual directory can be a subdirectory of an Application, but if you
create an Application out of the same physical directory, it will show up as a
different branch of the root Application.





Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
===================================
"Laurent Bugnion" <galasoft-(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi Juan,
>
> Juan T. Llibre wrote:
>> Let's keep in mind that what VS calls a "Web Application"
>> is not the same as what IIS calls a "Web Application".
>>
>> Otherwise, fine.

>
> Thanks for clarifying. I thought that the OP was asking about the web application project (and I
> had read your answer, too), because it is also exactly what puzzled me when I started VS2005 the
> first time, coming from ASP.NET 1.1.
>
> For my enlightment, would you care to explain what the exact difference is between IIS virtual
> directory and IIS web application?
>
> Greetings,
> Laurent
> --
> Laurent Bugnion, GalaSoft
> Software engineering: http://www.galasoft-LB.ch
> Private/Malaysia: http://mypage.bluewin.ch/lbugnion
> Support children in Calcutta: http://www.calcutta-espoir.ch



 
Reply With Quote
 
Laurent Bugnion
Guest
Posts: n/a
 
      23rd Jun 2006
Hi Juan,

Juan T. Llibre wrote:
> re:
>
>>For my enlightment, would you care to explain what the exact difference is between IIS virtual
>>directory and IIS web application?

>
>
> That would take a lot of explanation.
>
> I will refer you to a very good description of the differences, at :
>
> http://www.perfectxml.com/ASPNETConfig.asp
>
> Basically, a virtual directory can be a subdirectory of an Application, but if you
> create an Application out of the same physical directory, it will show up as a
> different branch of the root Application.


Excellent. I'll read that. Thanks,
Laurent
--
Laurent Bugnion, GalaSoft
Software engineering: http://www.galasoft-LB.ch
Private/Malaysia: http://mypage.bluewin.ch/lbugnion
Support children in Calcutta: http://www.calcutta-espoir.ch
 
Reply With Quote
 
Jon Paal
Guest
Posts: n/a
 
      24th Jun 2006
it gets even more confusing when people use Visual Web Develeoper, then they find references to 'solutions', 'projects' and 'files'.



"KP" <(E-Mail Removed)> wrote in message news:837BDEFB-F466-4579-AE0A-(E-Mail Removed)...
> I've recently converted to VS2005 and I've noticed that their is no more
> ASP.NET Web Application, but there is a New Website option. Are these two
> things the same, or is a Web Application different then a website.



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Web application or mvc web application? Andy B Microsoft ASP .NET 0 13th Aug 2008 12:32 PM
appdata-local-Application Data-Application Data-Application Data infinitum ad nauseum. WHY keepout@yahoo.com.invalid Windows Vista General Discussion 15 16th Sep 2007 01:50 AM
Web Setup project installs as Web Service rather than Web Application? Rob R. Ainscough Microsoft Dot NET 0 13th Sep 2005 06:10 PM
Making more memory available to application?Im making a memory intense application, the application is supposed to open a prettylarge image (about 9200*10200 in 300Dpi) yosh@liquidzone.net Microsoft Dot NET Framework Forms 0 6th Dec 2004 08:16 PM
application.exit, application.exitthread exit application problem =?Utf-8?B?TWlrZSBTaWx2ZXI=?= Microsoft Dot NET Framework Forms 2 24th Nov 2004 04:14 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:55 AM.