6

Where can I find Application ID for website in IIS 6?

RBT
  • 251
  • 1
  • 3
  • 12

3 Answers3

10

Open IIS manager, click on the top level websites folder, view the lists of sites in the right hand pane, listing the App ID's.

Sam Cogan
  • 38,736
  • 6
  • 78
  • 114
0

Or, you can open up a command prompt (Start --> Run --> 'cmd') and type in: iisapp

That will give you a list of sites currently running, the PID of the process and the App ID you need.

Thanks!

tresstylez
  • 378
  • 1
  • 4
  • 17
0

You can open run a command window then type isapp.vbs. It will list all websites with id.

slm
  • 7,615
  • 16
  • 56
  • 76
BGS
  • 151
  • 1
  • 1
  • 7