Filed underapplication pool

See all posts on Posterous with this tag »

Ronnie R.

Ronnie R.'s profile »

Tags

  • hn (3)
  • ihackernews (3)
  • asp.net (2)
  • c# (2)
  • json (2)
  • .net (1)
  • algorithms (1)
  • application pool (1)
  • iis7 (1)
  • jsonp (1)
  • View all 18 tags »
  • learning (1)
  • mvc (1)
  • podcasts (1)
  • rss (1)
  • tech (1)
  • viewtext (1)
  • windows phone 7 (1)
  • xml (1)
Subscribe to this posterous »
Unsubscribe »
Loading...
You're a contributor here (Edit)
This is your Space (Edit)
Follow by email »
Get the latest updates in your email box automatically.
December 1, 2010

Setting Application Pool Via Command Line in IIS 7

  • Edit
  • Delete
  • Tags
  • Autopost

I needed a way to set the default website's application pool in IIS 7 using the command line.  I discovered this:

%systemroot%\system32\inetsrv\APPCMD set site "Default Web Site" /[path='/'].applicationPool:"ASP.NET v4.0"

Filed under  //

  • application pool
  • asp.net
  • iis7

Comments [0]