upgrade wsconfig from command line problem
i have 2 running sites (plus cfadmin) on iis 7.5 server. want run command line use wsconfig update connector on smaller production site before trying on larger 1 or all.
if run command list:
wsconfig.exe -list
there 5 configured sites , 2 unconfigured sites
configured site number , site name:
0 all
1 default web site (all)
2 cfadmin (all)
3 site1 (all)
5 site2(all)
unconfigured site number , site name:
4 ftp.site1
6 ftp.site2
per docs, upgrade site1 be:
wsconfig.exe -ws iis -upgrade -site "site1" returns
the internet information server (iis) connector in site1 can not upgraded due following error:
this web server has not been configured coldfusion.
huh? list shows it's configured (and cf indeed run fine on it), upgrade tells me it's not configured.
i did try
wsconfig.exe -ws iis -upgrade -site 3 , got same error.
More discussions in ColdFusion
adobe
Comments
Post a Comment