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

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -