0

enter image description here

It must sound a stupid question but I am not able to find the "Properties" window so that i can set the IIS settings in my web application project. I am using Visual Studio 2010 (SP1). The weird thing is for other projects like a console application I am able to see the properties window.

leppie
  • 115,091
  • 17
  • 196
  • 297
Rahul Singh
  • 21,585
  • 6
  • 41
  • 56

2 Answers2

3

It's because that's a Visual Studio Web Site, not a Visual Studio Project.

When you create the site, choose Project instead, and after that you get to choose the project type, which can be one of the web types. Then you do get the properties tab.

Reg Edit
  • 6,719
  • 1
  • 35
  • 46
0

Try using the View menu to get the properties window back Or got to Windows => Reset Window Layout if you need to reset them back.

Dennis R
  • 3,195
  • 1
  • 19
  • 24