Migrating app II7 to another environment iis 7

0

I have a system that is hosted in the IIS7 environment of a partner company, but the partnership is being closed and I need to migrate those systems to another environment, how can I make this IMPORT agile? (I never moved with IIS, my focus is Java and the guy who made this deployment is no longer in the company).

The new environment is already set up and ready (with the same Windows, same hostname)

Thank you in advance

    
asked by anonymous 10.09.2018 / 18:31

1 answer

1

Basically, you need to transfer the application folder to the IIS server ( c: \ inetpub \ wwwroot ) and configure the path in the IIS manager. I advise you to read: here .

    
10.09.2018 / 18:46