IIS Import/Export Application is missing on Windows Server 2012 -
we've got new application server , have set iis. unfortunately, import application
of default web site
missing... couldn't find have activate / install these items...
can me find option enable deployment-category?
thanks in advance
if don't working can cmd: export:
%windir%\system32\inetsrv\appcmd list app "%websitename%/%application%" /config /xml > c:\users\%username%\desktop\%websitexml%.xml
and import:
%windir%\system32\inetsrv\appcmd add app /in < c:\users\%username%\desktop\%websitexml%.xml
you can make own small bat app out of this...
Comments
Post a Comment