Visual Basic 2005 & Visual Studio.net

When I try to open a new web site project:

I do not get the 'New Web Site dialog with the correct "ASP.net WEB SITE, ASP.NET Web Service, Personal Web Starter Kit and Empty Web Site --Templates.

Instead I get the templates that one normally sees when starting a new windows application, so I suspect that something is amiss in my install or setup...

Does anyone know how to fix my setup so that I get the correct templates when trying to start a new web project?

FYI: I try to launch the web project by using the : File/new/web project menu and this is not working as it should... Ideas anyone?

H.G.

[643 byte] By [HMGrossman] at [2007-12-24]
# 1
Create a blank solution. Right click on the created solution (or an existing one), one of the options is Add. The next drop down has New Website or Existing Web site which will give you the templates...

This threw me for a loop for awhile myself.

OmegaMan at 2007-8-31 > top of Msdn Tech,Visual Basic,Visual Basic IDE...
# 2

Create a blank solution? Using what? The only template I get is for a windows application, so do I use that... how?

Hg

HMGrossman at 2007-8-31 > top of Msdn Tech,Visual Basic,Visual Basic IDE...
# 3
HM Grossman wrote:
Create a blank solution? Using what? The only template I get is for a windows application, so do I use that... how?

  1. File->New->New Project
  2. Open tree item Other Project Types
  3. Select Visual Studio Solutions
  4. Highlight Blank Solution
  5. Fill in a name and select OK.
OmegaMan at 2007-8-31 > top of Msdn Tech,Visual Basic,Visual Basic IDE...
# 4

iT TURNS OUT THAT I WAS MISSING THE WEB APPLICATIONS EXTENSIONS TO MY VISUAL STUDIOS INSTALL...

ONCE I INSTALLED THE WEB DEVELOPERS SDK, EVERYTHING STARTED WORKING OK...

THX,

HG. :-)

HMGrossman at 2007-8-31 > top of Msdn Tech,Visual Basic,Visual Basic IDE...
# 5
Is that the actual name for the SDK? Thanks...I found the IIS Web developer sdk...but I don't think that is the one you used. Thanks.
OmegaMan at 2007-8-31 > top of Msdn Tech,Visual Basic,Visual Basic IDE...
# 6
I honestly do not remember what SDKs components I had to install... there were 3 or 4. What I did was search for web developer tools and I downloaded anything that looked promising; figuring I could alway uninstall if it wasn't what I needed.
HMGrossman at 2007-8-31 > top of Msdn Tech,Visual Basic,Visual Basic IDE...
# 7
I honestly do not remember what SDKs components I had to install... there were 3 or 4. What I did was search for web developer tools and I downloaded anything that looked promising; figuring I could always uninstall if it wasn't what I needed.
HMGrossman at 2007-8-31 > top of Msdn Tech,Visual Basic,Visual Basic IDE...