It is a bit hard to describe but I will do my best... I have an internet application which is implemented in IIS 6.0 as virtual directory (I'll call it 'ItsMyParty') in the format of https://www.app.com.au/ItsMyParty
Using the example above, www.app.com.au is the parent internet web site and 'ItsMyParty' is the virtual directory.
Now the challenge for me to 'split' 'ItsMyParty' and run as a separate web site (not a virtual directory, and on a different server from www.app.com.au, and both www.app.com.au and ItsMyParty are going to migrate to W2k12 server); but we still want the users to use the same link 'https://www.app.com.au/ItsMyParty' to access 'ItsMyParty'..
I was told I might be able to do some tricks on the DNS server to achieve this. Does anyone has anything suggestions on how to do this?
Thanks in advance. WM