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

Thanx.

link|improve this question
feedback

2 Answers

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.

link|improve this answer
feedback

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!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown