1. Export IIS apppool list 
%windir%\system32\inetsrv\appcmd list apppool /xml /config > D:\apppools.xml 
2. Export IIS site list 
%windir%\system32\inetsrv\appcmd list site /xml /config > D:\sites.xml 
3. Import IIS apppool list 
%windir%\system32\inetsrv\appcmd add apppool /in < D:\apppools.xml 
4. Import IIS site list 
%windir%\system32\inetsrv\appcmd add site /in < D:\sites.xml
'프로그램&코딩' 카테고리의 다른 글
| 윈도우 2019에서 EventLog.SourceExists 에서 에러가 발생할 때 (0) | 2020.04.16 | 
|---|---|
| 텍스트 크기 지정되어 있을때 생략기호 text-overflow: ellipsis; (0) | 2020.03.17 | 
| xamarin(자마린) vs react native(리액트) vs ionic(아이오닉) (0) | 2019.11.22 | 
| 멀티도메인 와일드카드 인증서 IIS 적용 (0) | 2019.06.14 | 
| IIS 응용 프로그램 서버 오류 : 보안 예외 System.Security.SecurityException (0) | 2019.02.22 | 
| 다음에디터(kakao/DaumEditor) 표만들기 이미지가 깨어질때 (0) | 2019.01.18 |