Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to export/import host headers from IIS7 website?

Tags:

iis-7

iis-7.5

I have an application which has 55 host headers. How can I copy those bindings to a different application within the same IIS?

like image 534
Eugene Avatar asked Jan 05 '12 22:01

Eugene


1 Answers

Ok take care by doing this...

Go to: C:\Windows\System32\inetsrv\config and open applicationHost.config

This file has all the sites configurations.

Find the correct site and copy the binding information to another site.

like image 165
Cleber Dantas Avatar answered Nov 01 '22 01:11

Cleber Dantas