I'm new to the IIS world, but I'm thinking best practice to get one website to another server (with all the settings)
, etc.)
- Manually recreate the site on the new server (not qualified for obvious reasons)
- The applicationHost.config settings file Copy
- Use a third party tool
Just wondering what others have experience ? IIS Manager wants to say the export of your server config:
In the IIS Manager, click on the server node Go to Shared Configuration under "Management" Click "Export Configuration". (If you send them to the Internet then you can use a password, do not sweat it if you want them to be taken via USB key.) This should be an encryption password prompt (if you set it up) and reset the IIS.
These files Take the server to your new server
administration.config applicationHost.config configEncKey.key
On the new server, "share Back to configuration "section and check" Enable shared configuration. "Enter location in the physical path of these files And implement them.
balm! Take a beer!
Comments
Post a Comment