Deploy Web service on IIS 6.0

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Amirallia

    Deploy Web service on IIS 6.0

    Hi,

    How can I deploy my Web service on IIS 6.0 ?

    I create a web service with VS 2005 on the local IIS, now I must deploy
    it on an intranet with IIS 6.0. But I can access this intranet, and I
    don't know wich files must I send to my intranet's client the deploy my
    web service ?

    Thanks for you help!


  • John Saunders

    #2
    Re: Deploy Web service on IIS 6.0

    "Amirallia" <bnob@bluewin.c hwrote in message
    news:mn.ec237d8 9838b033f.55312 @bluewin.ch...
    Hi,
    >
    How can I deploy my Web service on IIS 6.0 ?
    >
    I create a web service with VS 2005 on the local IIS, now I must deploy it
    on an intranet with IIS 6.0. But I can access this intranet, and I don't
    know wich files must I send to my intranet's client the deploy my web
    service ?
    >
    Thanks for you help!
    >
    >
    Right-click the project and use the Publish command. Choose to deploy only
    the files necessary to run the project.

    --
    John Saunders | MVP - Connected System Developer

    Comment

    • =?Utf-8?B?S2V2aW4gTWF0dGhld3M=?=

      #3
      Re: Deploy Web service on IIS 6.0

      in general, it is:
      - bin folder
      - Web.config
      - *.asmx

      but it is easier to use the publish command the first time you put it out.
      I generally copy my files manually after the first publish so that I can back
      the old version up and scrub out the old temporary files.

      Kevin

      "John Saunders" wrote:
      "Amirallia" <bnob@bluewin.c hwrote in message
      news:mn.ec237d8 9838b033f.55312 @bluewin.ch...
      Hi,

      How can I deploy my Web service on IIS 6.0 ?

      I create a web service with VS 2005 on the local IIS, now I must deploy it
      on an intranet with IIS 6.0. But I can access this intranet, and I don't
      know wich files must I send to my intranet's client the deploy my web
      service ?

      Thanks for you help!
      Right-click the project and use the Publish command. Choose to deploy only
      the files necessary to run the project.
      >
      --
      John Saunders | MVP - Connected System Developer
      >
      >

      Comment

      • =?Utf-8?B?S2V2aW4=?=

        #4
        Re: Deploy Web service on IIS 6.0


        This does move them to a server but it doesnt mean the webservice will work...

        I try to do the same thing... I publish, but when I go to browse it doesnt
        work. (i published it to a virtual directory)

        I still cant get the webservice to work on our webserver.

        "John Saunders" wrote:
        "Amirallia" <bnob@bluewin.c hwrote in message
        news:mn.ec237d8 9838b033f.55312 @bluewin.ch...
        Hi,

        How can I deploy my Web service on IIS 6.0 ?

        I create a web service with VS 2005 on the local IIS, now I must deploy it
        on an intranet with IIS 6.0. But I can access this intranet, and I don't
        know wich files must I send to my intranet's client the deploy my web
        service ?

        Thanks for you help!
        Right-click the project and use the Publish command. Choose to deploy only
        the files necessary to run the project.
        >
        --
        John Saunders | MVP - Connected System Developer
        >
        >

        Comment

        • John Saunders

          #5
          Re: Deploy Web service on IIS 6.0

          "Kevin" <Kevin@discussi ons.microsoft.c omwrote in message
          news:BC5178E4-2EF0-4C85-87DC-5CD474D82DA2@mi crosoft.com...
          >
          This does move them to a server but it doesnt mean the webservice will
          work...
          >
          I try to do the same thing... I publish, but when I go to browse it doesnt
          work. (i published it to a virtual directory)
          >
          I still cant get the webservice to work on our webserver.
          Please tell us in what way it does not work.

          --
          John Saunders | MVP - Connected System Developer

          Comment

          Working...