OK, apparently, I need it explained to me like I'm 5 as the ARR stuff was a bit out of my league.
Again, I have a static IP to my home, and have a domain that I already have pointing to my home and routed to the PC running Subsonic, and I can pull up the homepage on the IIS.
I currently access subsonic via
http://www.domain.com:8081; and would like to do so now by going to
http://www.domain.com/[whatever]... maybe /subsonic, so I'll use that for explanation purposes,
http://www.domain.com/subsonic/In the ss cp, do I need to change the port to 80 since it is on 8081 right now? I know I have to select /subsonic in the drop down, and to disable https routing in the cp.
The tricky part for me now is getting that to work in IIS, the ARR piece: Do I need to add a Server Farm (I don't think so, but it's one of the new options with ARR 2.5 installed on my IIS 6 server). Do I need to add a URL Rewrite rule for this to work? Or do I need to simply setup a virtual directory, pointing to the subsonic installation directory etc...
I tried using the ARR guide someone else typed up here, but they are using other things such as a subdomain to use and such and I am not looking for all of that, so it was difficult for me to pick out the pieces of that tutorial that applied to me.