What’s the best way to change the Web Site Directory in the Application Server Configuration? When Epicor installed our environment initially they put all the sites on a data drive (E:) except one. So we have one site hanging out on C:. I’d like to move that single site from C:\ to E:\ where the rest of the sites are.
Copy the entire ERP Folder from C:\inetpub\wwwroot\ to your E:\inetpub\wwwroot
Change the Physical Path from Advanced Settings under Site Name.
Recycle IIS App Pool.
Same should reflect in Admin Console (WebSite Directory, Custom Directory etc.)
I did not attempt to change ever, however I feel this should help you as an initial step.
I was tempted to do that earlier today but wasn’t sure how Epicor would handle that change. Anyone else done it this way?
You could do it for any of your Test Environment…
I recommend change directory path before Epicor setup/installation. if you do after then you have to change many places like web.config, Admin Console “ERP10SetupDataxml” etc.
I would normally but I didn’t deploy this instance. Epicor deployed it as part of our app server setup. Hence the reason I am trying to change it.