Browse by Tags

All TagsAppCmd (RSS)
  • I want to use appcmd to put <clear /> element into defaultDocument

    I am trying to set up the same web site on multiple computers. I want to use a bat file to configure default documents. The site has several applications in different virtual directories that are directly under wwwroot. I am using appcmd like this: "%windir%\system32\inetsrv\appcmd.exe" set...
    Posted to Forum by brewbill03 on 10-28-2009, 4:19 PM
  • appcmd exit codes

    Looking for a list of appcmd exit codes, if it exists. I have a vbscript that checks for the appcmd exit code of 0 or non-zero. e.g. "ReturnCode = wshshell.run appcmd..." returning success for 0 and error for non-zero codes. I would like to know what the exit codes stand for. Thank you, James
    Posted to Forum by jamescpk on 09-14-2009, 8:45 PM
  • How do I reference a site by ID using IIS7 APPCMD?

    I know how to reference a site by name to stop and start it? For example: appcmd stop site /site.name:"Microsoft SharePoint Administration" How do I reference a site using its IIS ID? I tried these variations: appcmd start stop /site.id:2 appcmd start stop /site.id:"2" appcmd start...
    Posted to Forum by kevin_k on 09-02-2009, 11:52 AM
  • Setting Authentication on a Folder Under a Virtual Directory using Appcmd or Microsoft.Web.Administration in IIS7

    I've been trying to find a way using scripting (appcmd) or the Microsoft.Web.Administration class in C# to change the Authentication settings on a Folder under a Virtual directory. Does anybody have an idea how to do this? Thanks, Rob
    Posted to Forum by robblis on 08-05-2009, 7:07 PM
  • Re: How to translate a IISAPP.vbs command to IIS7 Appcmd.exe

    This will show you the details: appcmd apppool /? This will do the equivalent: appcmd recycle apppool "MyAppPool"
    Posted to Forum by davcox on 07-21-2009, 3:32 PM
  • Re: appcmd backup bug?

    Hmm, it looks like you may have found a bug ... basically AppCMD is hardcoded to look at the default History location, rather than look up the history location from config and then reference that location. Perhaps you can trick AppCMD by creating an alias in the "default" History folder that...
    Posted to Forum by davcox on 07-07-2009, 12:28 PM
  • Different anonymous user password encryption by IIS manager and appcmd.exe?

    Hi there, Normal 0 false false false EN-US ZH-CN X-NONE MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style...
    Posted to Forum by ehuang70 on 06-30-2009, 11:31 AM
  • Can't setup domain account as AppPool identity

    I've search and found some 2007 threads, but all havea dead end. If I try to set the user with the GUI I get an error of "BAD Data" so I tried the appcmd approach I found in this forum %windir%\system32\inetsrv\appcmd set appPool SP_APPPOOL -processModel.identityType:SpecificUser %windir...
    Posted to Forum by diegochb on 06-26-2009, 2:47 PM
  • About Appcmd: Parameter of path has a blank space,how to deal with it?

    windir%\system32\inetsrv\appcmd set config /section:isapiFilters /+[name='Test',path='C:\Program files\Test.dll"',preCondition='bitness32'] Parameter of path has a blank space:C:\Program files\, so appcmd can not work properly. How can i deal with this problem
    Posted to Forum by carlechen on 06-08-2009, 9:28 PM
  • Appcmd isapi cgi restrictions

    Allow ASP.NET on iis 7.0 Manual steps Start-> Run-> inetmgr o Click “Server Name” in left pane Double click “ISAPI and CGI Restrictions” in right pane Check if the Restriction of “ASP.NET v2.0.50727” is allowed, if not, then right click this entry and select “Allow” Using APPCMD COMMAND : appcmd...
    Posted to Forum by Lokeswara Rao Majji on 05-23-2009, 5:47 AM
Page 1 of 4 (37 items) 1 2 3 4 Next >