Hello,
I currently have a win 2003 server running IIS 6 and running my .NET website. Our IP has changed and I would like to redirect the website to the new IP address. My server has two NIC cards and I would like to keep the current IP settings on the first card and use the new IP settings on the second card. How can I do the redirect using both cards?

Thanks.

A redirect is logical and shouldn't take place on the 'network' layer of things. You can use a 301/302 redirect from within IIS to transfer your users to the new address.

You can make a change in your DNS server to point the url/host to the new IP address on the new NIC.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.