iis: applicationhost.config in iis express

red888

I am using iis express 7.5. I ran the following to create a new website:

& 'C:\Program Files\IIS Express\appcmd.exe' add site /name:comm-app /id:2 /bindings:http/*:80:comm-app.local /physicalPath:C:\G_Drive\code\iis\www\CommunicationApp\public

I found this config was added to the config file in my documents folder here:

C:\Users\me\Documents\IISExpress\config\applicationhost.config

Then I decided to install the IIS console on my box and use that instead, but after installing and open the IIS console I can't see my new website. When look at the configuration editor I in the console I can see it is using the config file in the windows\system32\inetsrv.. directory: enter image description here

Which config file is iis express actually using and how can I edit it with the console?

red888

I should have mentioned before that immediately after installing iis express I install Zend server 6 (which I believe makes some config changes).

It appears my iis express is using the config file in the system folder and is working correctly.

If anyone else is using iis express with zend server maybe this will be helpful info.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

iis: applicationhost.config in iis express

From Dev

IIS Express ApplicationHost config file partially ignored when setting remote access

From Dev

IIS Express ApplicationHost config file partially ignored when setting remote access

From Dev

Where does IIS Express get its default applicationhost.config from?

From Dev

If I publish .vs/config/ApplicationHost.config, will it affect IIS?

From Dev

applicationhost.config file path in IIS 7, 7.5, 8, 8.5 and IIS 10?

From Dev

msdeploy failure: IIS 7.5->8.5: Error: The ApplicationHost.config file is invalid / eventlog error 9000 on destination system

From Dev

Using transformed Web.config with IIS Express during debug

From Dev

IIS Config error on ticketCompatibilityMode

From Dev

How to config IIS Rewrite

From Dev

Basic Authentication on IIS Express

From Dev

IIS Express Access denied

From Dev

IIS Express crash

From Dev

Nonblocking IIS Express startups

From Dev

IIS Express Port Numbering

From Dev

SignalR not working on local IIS but working with IIS Express

From Dev

Not loading javascript on Local IIS but it is working on IIS Express

From Dev

IIS Express 8 vs. IIS

From Dev

Run IIS Express without installing IIS

From Dev

Checking HTTP Status of Many Pages on IIS Express: Crashes IIS Express

From Dev

IIS Express launched from VS 2015 cannot read config file with <aspNetCore> element

From Dev

IIS Express 10 Configuration Resets

From Java

What is Kestrel (vs IIS / Express)

From Dev

Stop IIS Express exiting automatically

From Dev

telerik display problems in IIS Express

From Dev

Testing SignalR App in IIS Express

From Dev

IIS Express - increase memory limit

From Dev

Is omnisharp Server similar to IIS express

From Dev

Where is the IIS Express install directory?

Related Related

  1. 1

    iis: applicationhost.config in iis express

  2. 2

    IIS Express ApplicationHost config file partially ignored when setting remote access

  3. 3

    IIS Express ApplicationHost config file partially ignored when setting remote access

  4. 4

    Where does IIS Express get its default applicationhost.config from?

  5. 5

    If I publish .vs/config/ApplicationHost.config, will it affect IIS?

  6. 6

    applicationhost.config file path in IIS 7, 7.5, 8, 8.5 and IIS 10?

  7. 7

    msdeploy failure: IIS 7.5->8.5: Error: The ApplicationHost.config file is invalid / eventlog error 9000 on destination system

  8. 8

    Using transformed Web.config with IIS Express during debug

  9. 9

    IIS Config error on ticketCompatibilityMode

  10. 10

    How to config IIS Rewrite

  11. 11

    Basic Authentication on IIS Express

  12. 12

    IIS Express Access denied

  13. 13

    IIS Express crash

  14. 14

    Nonblocking IIS Express startups

  15. 15

    IIS Express Port Numbering

  16. 16

    SignalR not working on local IIS but working with IIS Express

  17. 17

    Not loading javascript on Local IIS but it is working on IIS Express

  18. 18

    IIS Express 8 vs. IIS

  19. 19

    Run IIS Express without installing IIS

  20. 20

    Checking HTTP Status of Many Pages on IIS Express: Crashes IIS Express

  21. 21

    IIS Express launched from VS 2015 cannot read config file with <aspNetCore> element

  22. 22

    IIS Express 10 Configuration Resets

  23. 23

    What is Kestrel (vs IIS / Express)

  24. 24

    Stop IIS Express exiting automatically

  25. 25

    telerik display problems in IIS Express

  26. 26

    Testing SignalR App in IIS Express

  27. 27

    IIS Express - increase memory limit

  28. 28

    Is omnisharp Server similar to IIS express

  29. 29

    Where is the IIS Express install directory?

HotTag

Archive