Listing Websites on IIS
Websites in an IIS web server can be listed and provide useful information to the end user such as:- Is the website still in operation?
- Site bindings
- Logs about the website
- Capability to change the site properties
How to list websites on an IIS server
There are two possible ways to list the websites on an IIS web server. The first one is the UI and the second one is the command line.
Listing websites from the UI
There are 3 possible ways to list your websites, depending on the version of IIS you are using
First
- Click Start -> Administrative Tools -> IIS Manager
- On the left pane expand the websites/site section
- The websites on this server are now listed
Second
- Click Start -> Right click on My Computer and click Manage
- Click on Services and Applications
- Expand the IIS section
- Click on sites
- The websites on this server are now listed
Third
- Click Start -> Right click on My Computer and click Manage
- From the options on the left panel, click Roles
- Then click Web Server (IIS) and then click IIS
- A new panel will open and on the left panel expand the name of your server and then click sites
- The websites on this server are now listed
Listing sites from the command line
- Click Start and open the command prompt
- Type appcmd list site and press entrer
- The sites for this server are now listed
To list websites with specific setting
In the command prompt type appcmd list site/ attribute: value and press enter
No comments:
Post a Comment