The command line utility for configuring IIS 7.

learn more… | top users | synonyms

0
votes
0answers
8 views

Change 'allowDefinition' and 'overrideModeDefault' in applicationHost.config programmatically

I'm looking for a way to edit allowDefinition and overrideModeDefault values of the section system.webServer/httpCompression to Everywhere and Allow, but I need to do this programmatically as it will ...
0
votes
0answers
6 views

Security settings while creating website using AppCmd

I was able to create website using AppCmd but the AppPool identity is NETWORK SERVICE and the files under physical path doesn't contain security permissions to any ASP.NET related user. So, how to ...
7
votes
1answer
75 views

Azure Appcmd startup task, setting preloadEnabled for ALL sites

Okay, so I'm basically in the process of implementing azure warmups using the new IIS 8.0 Application Initialization module. I've got a startup task (cmd file) that basically already cancels out the ...
0
votes
1answer
18 views

Appcmd command not working

appcmd set config /section:applicationPools /[name='xxx - yyy'].processModel.idleTimeout:0.00:00:00 When I run this command, instead of receiving a validation message or an error message, the ...
0
votes
0answers
41 views

Set password on virtual directory in IIS Express with AppCmd

I have a vdir with a physicalPath that points to a file share. Setting the "userName" and "password" attributes to a user with access to that share in the vdir config section in applicationhost.config ...
0
votes
1answer
73 views

Appcmd script that will monitor IIS app pools and send email if application pools is stopped

I am looking for a script with appcmd, that will monitor the IIS application pools and we can also get email notifications when some apppools are crashed. We want to put the script as a scheduler ...
1
vote
1answer
89 views

C# IIS 7 Base Url

Recently I asked this : C# Get Base URL of IIS 7 using ServerManager This worked to an extent in debug, as I use the VS Development server. I then produced an Install, the install will then point ...
0
votes
0answers
9 views

How to use AppCMD to test and see if a website exists in IIS7 using the Site's Name?

I would like to add new bindings to a site using appcmd but I need to see if it exists first. How can I do so using AppCMD? Much appreciated!
2
votes
1answer
127 views

Setting IIS config via appcmd.exe for Load User Profile

I am attempting to set the config setting for 'Load User Profile' to true via a powershell script using appcmd.exe. After reading through many documents I cannot figure out the correct syntax. The ...
0
votes
1answer
130 views

How to revert-to-parent handler mappings for an application on IIS 7 (or higher) by code?

It is possible to revert handler mappings for an application to parent manually by following below steps: Select Application on IIS management console Double click Handler Mappings Clik Revert to ...
0
votes
2answers
191 views

Creating IIS7 web application using PowerShell with Require SSL set to “Require”

I'm creating an IIS web site using PowerShell's New-WebSite cmdlet, and within that a web application using New-WebApplication. The SSL settings for the web application need to be set to Require SSL; ...
0
votes
1answer
90 views

How start site to browse through appcmd.exe?

How start site to browse through appcmd.exe? How know site url through appcmd.exe? Upd: My site have name to iis: Default Web Site, but at start on brawse have address ht_tp://localhost/Site. How me ...
0
votes
0answers
124 views

Set '<location overrideMode=“Allow”…' programatically in applicationHost.config

Having massive trouble with this. I need to allow the site I'm installing to override error page delegation so that it behaves correctly without affecting any other sites or settings on the web ...
0
votes
2answers
278 views

What config file does appcmd.exe update?

When running appcmd.exe commands from the command prompt, is there a config file getting updated somewhere? If so, where is that file? For example, I ran the following: appcmd.exe set config ...
1
vote
0answers
158 views

Encrypt password for iisClientCertificateMappingAuthentication = keyset does not exist

When adding oneToOneMappings for IIS Client certificate mapping authentication. We want to encrypt the password for obvious reasons. But if we try to run the following script : appcmd.exe set config ...
1
vote
1answer
143 views

IIS Redirect with appcmd causing recursive redirect

I'm trying to set a relative redirect using appcmd.exe with the following command: appcmd.exe set config "Website" -section:system.webServer/httpRedirect /enabled:"True" ...
3
votes
4answers
490 views

How to make startup tasks idempotent?

I have a number of startup tasks in batch files. In particular I call IIS's appcmd.exe to configure IIS. Startup tasks in Azure are supposed to idempotent (ie, able to be run repeatedly with the same ...
0
votes
1answer
244 views

SharePoint modify web.config file via appcmd

I want to modify a setting for a particular website via commandline, but I'm having trouble finding the syntax for the command. I want to change the following xml section in the file ...
0
votes
1answer
207 views

appcmd created site ignoring asp.net web.config file with iis 7

If I make a site manually via the inetmgr app (IIS 7) and give it a site name and physical location (as well as changing its app pool to .net 4) it all runs fine and picks up the web.config file. ...
1
vote
1answer
3k views

Windows CMD Batch File Run A Command as Administrator

I have a batch file where I want to run some commands, but not all of them as administrator. I do not want to run the command prompt as administrator or run the entire batch job as administrator. An ...
1
vote
1answer
431 views

appcmd set ssl certificate for site

I am trying to give an app https bindings using one of the available certificates in IIS7 but am struggling with the syntax. I think the command should look something like the following but it does ...
0
votes
1answer
713 views

How to enable/Disable Forms Authentication in IIS

I am building a setup package using the WIX tool. I have a requirement for enabling/disabling Forms Authentication for a particular virtual directory in IIS based on the user requirement. I have tried ...
1
vote
5answers
675 views

Azure startup task Appcmd to config my site

I have a azure site running, and I want to solve the notorious application pool restart warm up issue. It seems that MS has release for Application Initialization IIS. So I have to do the following ...
0
votes
2answers
518 views

Removing modules in IIS7 in script

I have a Windows 2008 x64 server with WSUS installed and, thus, broken websites that use 32 bit app pools. This problem is due to the definition of a compression scheme within the ...
1
vote
1answer
375 views

Access IIS Websites Properties Using ServerManager

I am able to display the sites in my IIS using the serverManager.Site. Is there any way to list the files in each of the Website. I need to change RequireSSL property of one of the File. Is that ...
0
votes
1answer
211 views

Multiple wildcard certificate on IIS 7, how to chose

My wildcard certificate expires in three weeks and I've just renew it and installed the new certificate, so that my IIS has two now. I have currently more than 30 sites running and I would like to ...
1
vote
2answers
849 views

appcmd add vdir /IN < fileWithVdirConfig.xml ERROR

I am trying to automate the deployment of sites with appcmd. I have the website and app pools working correctly. I get the settings in a xml config file with: appcmd list site "bleh" /config /xml ...
1
vote
1answer
569 views

How to avoid XSS attacks with GET requests, and automate offending IP addresses to IP deny list in IIS?

I noticed some XSS attempts on some of our sites due to some old URL's raising the errors. ie. http://www.mysite.com/[some old keyword]/searchterm . These sites are MVC3 sites, and from my ...
0
votes
1answer
526 views

powershell execute appcmd with /IN < pathToFile

I in the process of building a ps1 file to create all my IIS site(s), Virtual Directories and app pools via appcmd. I have used the appcmd list /xml to get the settings from the master machine and ...
1
vote
2answers
2k views

Error using appcmd to add ssl binding

I want to add a binding to a site using appcmd. But when I try the following command I get an error: appcmd set site /site.name:"My site name" ...
-1
votes
2answers
427 views

Running cmd as Administrator in PHP

Is there a way to run a CMD command as Administrator with PHP? I am trying to create a website on IIS7 using the appcmd.exe utility by running exec("%systemroot%\system32\inetsrv\APPCMD list sites") I ...
0
votes
2answers
453 views

using appcmd to turn off SSL in IIS 7.0

Appcmd will turn off SSL in IIS 7.0 following this command line from microsoft: appcmd set config " Default Web Site "/section: access /sslFlags:None /commit:APPHOST I am replacing "Default Web ...
1
vote
1answer
1k views

Use AppCmd to LIST CONFIG in APPHOST only

I have a requirement to use powershell to configure IIS7.5 on WebApplications that have not yet had code deployed (possibly at all, possibly old/broken web.configs exist) to the file system. I would ...
1
vote
1answer
811 views

appcmd.exe 'set' and 'list' commands for service authentication issue

Sorry about the non-descriptive title; Had no Idea how to put it. So when I run the following code in command prompt %systemroot%\system32\inetsrv\appcmd.exe list config "Default Web ...
2
votes
2answers
1k views

Can I use PowerShell instead of AppCmd.exe to monitor IIS state?

I want to write a script that uses appcmd.exe to monitor IIS state - restart a site if it's down and/or restart IIS if it's down. Can this be done with powershell? is there a more natural/easier ...
0
votes
2answers
533 views

appcmd code in C#?

I have an web service that run's this: var Proc = new Process(); Proc.StartInfo.FileName = CredentialBatFile; Proc.StartInfo.Arguments = WebSiteName + " " + ...
0
votes
1answer
239 views

CFExecute not executing appcmd.exe

I created the following code on a Cofdfusion server: file name: testWebsite.cfm <cfoutput> <cfset exec_command = "add site /name:""demosite"" /bindings:http://demosite.testserver.com:80 ...
1
vote
1answer
988 views

How to loop in powershell until successful?

%WINDIR%\system32\inetsrv\appcmd.exe set site /site.name:"WebRole_IN_0_CB" /[Path='/'].applicationPool:"ASP.NET v4.0" >>CBLog.log powershell.exe -command Set-ExecutionPolicy Unrestricted ...
2
votes
3answers
552 views

Azure: How to execute a startup task delayed?

I have two Sites within my WebRole and have defined a Startup task. The first line works fine, it creates a new App pool for me: %WINDIR%\system32\inetsrv\appcmd.exe add apppool /name:"VCPool" ...
0
votes
1answer
2k views

How to create an application pool with appcmd?

I have figured out I could associate an existing application pool with an existing site like this: APPCMD.exe set app "sitename/" /applicationPool:"appPoolName" But how do I create my own ...
2
votes
0answers
189 views

Precompile ASP.NET Application after Installation

I have an ASP.NET Application compiled into installation package using INNO Setup installer. When I install an application to the dedicated server I want to precompile the whole application so it runs ...
2
votes
1answer
1k views

Adding Website and FTP into IIS 7 via script

We are in the process of moving over 100 domains over to a new server. I have created a script that will allow adding a Website entry and FTP entry into IIS 7 using a simple BAT file. I found several ...
0
votes
0answers
324 views

appcmd.exe to add/change mime type for a subdirectory of a website

I read from this link to add mime for IIS 7 appcmd set config /section:staticContent /+"[fileExtension=' .xyz ',mimeType=' application/octet-stream ']" But if I want to apply the mime settings ...
1
vote
2answers
276 views

C# process with an input and output file

When creating a new process you can give some StartInfo with it before you start the process. But how would one give the input of/output to parameter. the output to is achievable through a ...
0
votes
1answer
441 views

List all virtual directory redirects in an IIS site

I need a list of all redirect URLs which have been created with virtual directories in IIS 7.5. Presumably using appcmd, ideally outputing something like: /foo http://example.com/blah /bar ...
4
votes
2answers
2k views

Stop a web site hosted with IIS Express from command line

I'm working on a web solution in Visual Studio 2010 that is using IIS Express to host the application. I want the build process to copy the output DLLs from some of the projects into a directory ...
0
votes
1answer
876 views

Deploying WCF - Need to Set the Host Headers on an SSL Site

Using Visual Studio 2010 / .NET 4.0 I've been at this for hours but I'll try to be specific. I'm deploying a WCF 4.0 Service to IIS 7. It works fine under http. I can add a service reference from ...
3
votes
1answer
5k views

Renaming applications in IIS 7.0

It's generally known that you are not allowed to edit the application alias while editing application settings through window interface of IIS Manager. The alias of an application has the gray color ...
0
votes
1answer
263 views

Having trouble with the format of a custom action in WIX

I am trying to configure APICGIRestriction using APPCMD in WIX. The compiler throws an error saying "INvalid Format". When I try this command on the server directly, it works fine. Any ideas? I ...
5
votes
1answer
3k views

Associate an application pool to site with appcmd

I want create a site by command line using appcmd. How can I associate a specific application pool to site? To create a site, I write in this way: appcmd add site /name:"prova" ...

1 2