카테고리 없음 2013. 6. 5. 15:31

http://topdotnettutorials.blogspot.kr/2012/02/how-to-export-and-import-website-in-iis.html


How to export and import a website in IIS 7.5

Export a website example (thru command prompt)

C:\Windows\SysWOW64\inetsrv\appcmd list site /name:"Default Web Site" /config /xml > C:\Export.xml


Import a website example (thru command prompt)



C:\Windows\SysWOW64\inetsrv\appcmd add sites /in< C:\Export.xml




Delete a website example (thru command prompt)
C:\Windows\SysWOW64\inetsrv\appcmd delete site "Default Web Site"




The above commands are for 64 bit machines, for 32 bit machines, SysWow64 would be replaced by System32



백업 복구 방법


http://hosts.tistory.com/112


posted by perpet
: