Migrate app II7 to other environment iis 7

Asked

Viewed 249 times

0

I have a system that is hosted in the IIS7 environment of a partner company, but the partnership is being terminated and I need to migrate these systems to another environment, how can I make this IMPORT in an agile way? (I’ve never handled IIS, my focus is on Java and the guy who did this deployment is no longer in the company).

The new environment is already mounted and ready (with the same Windows, even hostname)

thanks in advance

1 answer

1

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

  • One question, my application is outside of C: (it stays in D: Systempulse App, it would be the same process?

  • You must host the application in the folder where the IIS server is located. In my case, here it is set to c: Inetpub wwwroot

  • I noticed that in the folder you sent me to, there is no file.... Only iisstart.htm and some empty folders

  • You create a folder and the application files you put there. And again, I advise you to read the link I recommended.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.