How do I redirect an ASP.Net Web Service?

Discussion in 'ASP.NET WebServices' started by IPAlarms, Dec 20, 2011.

  1. IPAlarms

    IPAlarms Developer of VoIP2Go Voice over IP Platform

    I have a bunch of applications out in the field that call an ASP.Net web service running on my DASP 2003 server. I want to upgrade my server to 2008/IIS7 but need a way to redirect calls to the old web services over to another server.

    I tried uploading a .htaccess file, but that didn't work. Any suggestions on how I can do it?
     
  2. dmitri

    dmitri DiscountASP.NET Staff

    .htaccess is apache server file. On IIS server you should use httpRedirect element in web.config file instead. Please see the following article for more details. On IIS 7, you can configure httpRedirect through IIS Manager.
     

Share This Page