I am having issues in hosting a dnn site other than port 80. I am trying to host 2 seperate DNN sites on the IIS server. I have disabled the default web site in IISI have configured one site to port 80 (SITE#1)I have now configured another site to port 8080(SITE#2)I have modifed web.config file of SITE#2 and added the following under appsettings . However whenever i try to access SITE#2 i am taken to SITE#1.Is there some additional settings i need to do on either SITE#1 or SITE#2?
You'll need to include the element < add key="UsePortNumber" value="True" / > in the < appSettings > node of your web.config file. This flag will enable the port-parsing code in the urlRewrite httpmodule.
Your final httpalias will look something like:
localhost:30000