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.