web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / Dynamics of Things / Import configuration to the...

Import configuration to the Internet Information Server

Muhammet ATALAY Profile Picture Muhammet ATALAY 60
Hello,

You can use following commands for configuration import, just open command prompt and type;


%windir%\system32\inetsrv\appcmd add apppool /in C:\apppools.xml
in order to import all Application pools under apppools.xml.


%windir%\system32\inetsrv\appcmd add app site /in > c:\sites.xml
in order to import all application  web sites under sites.xml.

good luck,


This was originally posted here.

Comments

*This post is locked for comments