Introduction

Path of IISExpress

IISExpress can be found in systems at the following path:

USERS\devesho\My Documents\IISExpress



Content of IISExpress folder

An important folder is Config with the following:



Applicationhost.config file

The Applicationhost.config file is the heart of IISExpress. It can be found at the location specified above.
To understand the applicationhost.config file let’s create a sample web application.

Sample Application

More details of applicationhost.config file

Conclusion

I have explained the basics of IISExpress and it is very easy to work with it.