For the “big” IIS versions since IIS 7, the location is always the same:
%windir%\System32\inetsrv\config\applicationHost.config
For IIS Express there is one per user, the default location is:
%USERPROFILE%\Documents\IISExpress\config\applicationhost.config
again it’s the same for all versions.
You can run multiple instances of IIS Express per user, you would need to specify the location of the applicationhost.config
as the command line parameter /config
for iisexpress.exe
Related Posts:
- What is w3wp.exe?
- IIS: Where can I find the IIS logs?
- How do I resolve “HTTP Error 500.19 – Internal Server Error” on IIS7.0
- HTTP Error 500.19 and error code : 0x80070021
- System.ComponentModel.Win32Exception: Access is denied Error
- PHP Fatal error: Call to undefined function mssql_connect()
- Bad Request – Invalid Hostname IIS7
- Unable to launch the IIS Express Web server
- What should I do to make sure that IIS does not recycle my application?
- Enable HTTP Strict Transport Security (HSTS) in IIS 7
- HTTP Error 503, the service is unavailable
- Node.exe Stuck at 100% CPU
- Chrome returns “Bad Request – Request Too Long” when navigating to local IIS Express
- What does ‘IISReset’ do?
- What does ‘IISReset’ do?
- The page was not displayed because the request entity is too large on IIS
- How to Fix ERR_HTTP2_INADEQUATE_TRANSPORT_SECURITY in IIS on Windows Server 2016
- HTTP Error 403.14 – Forbidden – The Web server is configured to not list the contents of this directory
- Access to the path is denied
- Verify return code: 20 when testing OpenSSL
- How to Determine IUSR Password
- The HTTP request was forbidden with client authentication scheme ‘Anonymous’. The remote server returned an error: (403) Forbidden
- How can I secure passwords stored inside web.config?
- Port 80 is being used by SYSTEM (PID 4), what is that?
- An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode
- The service cannot accept control messages at this time
- “This operation requires IIS integrated pipeline mode.”
- How to solve “Could not establish trust relationship for the SSL/TLS secure channel with authority”
- Maximum request length exceeded.
- CS1617: Invalid option ‘6’ for /langversion; must be ISO-1, ISO-2, 3, 4, 5 or Default
- How can I fix the “No certificates found – The app Chrome has requested a certificate” Android / Google Chrome issue
- Scalable wordpress setup
- How to update WordPress installed on IIS?
- Is it safe to use $_SERVER[‘REQUEST_URI’]?
- Wrong permissions when uploading a file through WordPress | IIS
- WordPress Subdomain MultiSite on localhost XAMPP on :8080 with IIS taking port 80
- WordPress in IIS 7.5 – “cannot create directory”
- Plugins won’t auto-update on IIS
- Installing wp3.2.1 on IIS; getting empty sessions
- WordPress Network on IIS7/SQL Server – Rewrite Issues
- Trying to avoid including wp-load.php
- Nothing Found for Index Php Error
- Migrating WPMS from apache to IIS7 causes Database Error
- Using the Importer on an IIS Server
- removing index.php IIS 7.5 webconfig
- Subsites in Multisite installation throwing 404 error on wp-admin in IIS 7
- Multisite installation on IIS gives 404 trying to access the admin dashboard
- WordPress, IIS7, SQL Server 2008, not showing posts (displays ‘Nothing Found…’) and only shows counts in admin – how to fix?
- cURL error 60: SSL certificate problem: unable to get local issuer certificate
- Multisite setup on IIS with subdomains
- WordPress 404 page returning with default in IIS7
- Where Does WordPress Make cURL Requests? How To Add cURL Option
- Page not found error shown while installing wordpress on IIS server
- Nothing Found error when creating new posts – how to correct this?
- Why does the ‘Month and Name’ Permalink Format not Work on my new WordPress Site (running on IIS7)?
- WordPress unable to create folders even though correct NTFS-rights are set
- WordPress on Microsoft-IIS/7.5 Server: Only Home Page works
- Admin Panel Slowdown After SSL Verification
- Base Image Missing When Uploading Images With WordPress
- example.com/index.php/%postname is working while /%postname is not working WordPress on IIS6
- Added Custom Post Type and the View Option Doesn’t Work
- IIS 7 Rewrite with parent categories
- Configure Php server with ISAP
- Media library and posts list problems with WordPress on IIS
- using rewrites to secure login page
- WordPress 3.0.1 on IIS 6 Web Server PermaLink Issues
- Default Permalink Type to Postname
- URL Change – Check if Post Exists Before 404
- strange behaviour with “rin” in brand new installation of 4.6.1 [closed]
- Page redirect to 404 when set Permalink = “Post Name”
- Newbie: Multiple WP sites on Windwos 2012 IIS
- Working with Reverse Proxies and Multisite Installation
- home_url on IIS missing permalink index.php
- Too Many Redirects – WP-Admin Only
- Graphics and Formatting Not Loading in WordPress on IIS
- TN3 Plugin Not Working Under IIS / WebMatrix
- Installing plugins on IIS-hosted site [closed]
- Moving blog and maintaining current permalinks
- How do you make RSS feeds work under IIS 7?
- IIS7.5 URL rewrite pboblem on index page
- WordPress database setup Windows 2016 IIS
- IIS Authorization Rules breaks WP REST-API and results in fail in Site Health
- Import from Windows to Linux
- Suddenly got alert when trying to login to admin panel of wordpress
- Configure redirects with web.config
- WordPress login loop on proxy setup with SSL – Apache proxy to IIS
- Migrating WordPress from Windows Server 2008 R2 (IIS v7.5) to CentOS
- Multisite subdirectory root not accessible
- Remove index.php from WP 8.0 install migrated to IIS from Apache (still detecting Apache server)?
- WordPress main site and sub domain
- How to back-up a database on IIS
- Media Library won’t recognize SOME old files after move
- Problems with ‘require (./xxx)’ on IIS7.5
- Permalinks is not working in my wordpress setup
- Stymied by 500.5 error for WordPress on IIS 8 / Windows Server 2012
- How to assign permissions to ApplicationPoolIdentity account
- How can I tell what version of IIS is installed?
- Recommended LogParser queries for IIS monitoring?
- Can IIS be configure to forward request to another web server?
- Best way to redirect all HTTP to HTTPS in IIS