Ask a questionAsk a question
 

AnswerMultiple copies of Webservice under IIS

  • Wednesday, September 16, 2009 10:50 AMgauls Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi,
    Can i have multiple copies of the same web service into different virtual directories, would there be a problem? The resources used by each service would be different, but otherwise the namespace, and code is the same.
    gauls

Answers

  • Thursday, September 17, 2009 2:54 AMJohn SaundersMVP, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    This should not be a problem.

    John Saunders
    WCF is Web Services. They are not two separate things.
    Use WCF for All New Web Service Development, instead of legacy ASMX or obsolete WSE
    Use File->New Project to create Web Service Projects

All Replies

  • Thursday, September 17, 2009 2:54 AMJohn SaundersMVP, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    This should not be a problem.

    John Saunders
    WCF is Web Services. They are not two separate things.
    Use WCF for All New Web Service Development, instead of legacy ASMX or obsolete WSE
    Use File->New Project to create Web Service Projects
  • Monday, November 02, 2009 1:12 PMgauls Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I am still using .net 2.0 , so can i create different virtual directories under IIS but just one copy actual web services on the box?
    gauls