I have two websites on local IIS (ver 8):
\Website1 (Binding: http:*:80:)
Index.html
\Website2 (http:*:80:anotherwebsite.com)
Index.html
Is there a way to browse locally IIS website Website2? Browsing anotherwebsite.com is wrong - DNS will point me to the "public" anotherwebsite.com. Browsing localhost/anotherwebsite.com is also wrong - this will browse Website1.
I cannot change hosts file - this change has to be quick and easy (used for deployment heartbeat). I also don't want to add another binding (possible solution would be to add binding http:*:123: to Website2 and browse localhost:123.