473,499 Members | 1,576 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP.NET Web Application = Web Site???

KP
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.
Jun 22 '06 #1
8 1037
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" <KP@discussions.microsoft.com> wrote in message
news:83**********************************@microsof t.com...
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.

Jun 22 '06 #2
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" <no***********@nowhere.com> wrote in message
news:%2****************@TK2MSFTNGP05.phx.gbl... 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" <KP@discussions.microsoft.com> wrote in message
news:83**********************************@microsof t.com...
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.


Jun 23 '06 #3
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
Jun 23 '06 #4
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" <ga*********@bluewin.ch> wrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
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

Jun 23 '06 #5
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
Jun 23 '06 #6
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" <ga*********@bluewin.ch> wrote in message
news:ef**************@TK2MSFTNGP05.phx.gbl... 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

Jun 23 '06 #7
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
Jun 23 '06 #8
it gets even more confusing when people use Visual Web Develeoper, then they find references to 'solutions', 'projects' and 'files'.

"KP" <KP@discussions.microsoft.com> wrote in message news:83**********************************@microsof t.com...
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.

Jun 24 '06 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

33
15827
by: aa | last post by:
I am migrating to PHP from ASP where there are the Application Scope variables which are accessible from any page on a website and which are used, in particular, for hit counters. Is there a similar...
4
1947
by: MG | last post by:
A Newbie question perhaps, but here goes: Is it possible to seaprate the presentatieon layer, i.e., the html, from the application itself. For example, our developer has told us that we cannot...
5
1556
by: Jim Heavey | last post by:
Hello, I am trying to figure out how to put my application onto the server. I am deploying to a Windows 2000 Server When I bring up Internet Services Manager and navigate to the Default Web...
2
1233
by: Sammy | last post by:
Everyone, I have this very strange problem and we spent weeks to figure out what's going on. Let me outline the configuration of our system: 1. .NET Framework v. 1.0.3705 2. SQL 2000 SP 3...
11
29742
by: Steve Franks | last post by:
I'm using VS.NET 2005 Beta 2. I have a helper C# class I wrote that I placed in my /App_Code directory. Everything runs fine locally. However when I use the "Copy Web" function to upload the site...
6
15726
by: M Craig | last post by:
I'm trying to write a custom installation engine to plug into our existing build system. Some things I'm trying to do are, Create/Delete/Start/Stop Application Pools, Web Sites, and Virtual...
19
1852
by: nyhetsgrupper | last post by:
Hi, Which project type do you prefer? Is the web site or web application project the best solution? The application I am about to write is completly new so migrating from vs 2003 is not an issue,...
4
3542
by: | last post by:
I have learned about compartmentalizing my code base using Class Libraries. I have my common code such as my ORM framework broken out into their own Class Libraries, which are referenced as...
0
2543
by: rmgalante | last post by:
I was developing a large web site in VS 2005 as a web site project. I was having problems with the VS 2005 publish tool. It was slow, and provided no feedback. It has other issues as outlined...
5
1418
by: Oriane | last post by:
Hi, I'm developinf an Asp.Net 3.5 site on W2k3, and I use a Web application Visual Studio 2008 project. This Web app is configured on IIS 6 as an "application" under a web site. When I start...
0
7009
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7223
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6899
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5475
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4919
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4602
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3103
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3094
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
302
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.