Task:Create new server with all the pre-configured settings with IIS web server.
Scenario:-
I want to create replica server for all my website with preconfigured apppool setttings.
Actions Taken:-
Scenario:-
I want to create replica server for all my website with preconfigured apppool setttings.
Actions Taken:-
- Taken remote of web server.
- Exported all Application Pools from the Server with below command
- Exported all Websites along with Applications ( Virtual Directories ) with below command
- Copied both the files from DR webserver to newly formatted C: \
- Then Task is to import all application pools and Websites in IIS 7.5
- To do so first open INETMGR and delete all Applications and default Website from it ( as its newly formatted we don’t have any important website configured on it)
- First Import Application pools which can be done with below command on CMD
- Then import all Websites along with Applications to do so use below command
- After all done , IISReset /stop and then IISReset /start
No comments:
Post a Comment