Common console commands for the typical ASP.NET developer
A post by JKealey about how to replace GUI usages with command line to perform the common ASP.NET tasks.
Here is the list :
1) Restarting IIS
2) Listing all ASP.NET worker processes
3) Associating a process ID with a particular application pool
4) Creating a virtual directory
5) Finding which folder contains the desired log files.
6) Many more commands…
read how to use those commands Here