I've got a 2.0 web service that uses a Web Deployment Project (which
specifies how the web project will be compiled and other details) and then a
Web Setup Project which will take as an input the Primary Output of the Web
Deployment Project.
On a few computers (5%), the installer doesn't work, and the error message
is:
'More than one Active servers with the requested port were found. Port=.'
I've tried googling for an answer, but there's nothing. Any ideas how to
chase this one down?
tia
John Fullmer - 26 Apr 2006 21:46 GMT
Looks like it's a problem in IIS.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/ht
ml/vbtchusingcustomactionstomodifyinternetinformationserverduringdeployment.asp
- John Fullmer