You need to Register for free and Login to post a message in the forum.

Forum

Subject: DNN on a port other than 80?
Prev Next
You are not authorized to post a reply.

Author Messages
DavidWSnow
DNN Creative Magazine Subscriber
Nuke Master
Nuke Master
Posts:130

02 Jun 2008 12:22 PM  
I clone my production site www.AgingSafely.com on my localhost as localhost/asi3. I also had port 80 forwarded thru my wireless router to my Vista development system. I have a DynDns.org dynamic name (???.dnsalias.com) assigned to this system so that I could access the web server from outside of my LAN.  I keep ALL of the portal alliases in my production system so that I don't have to change paramters when cloning the production system at home.

These tools combine to make it easy to have W3C's validator access the pages on my developments system.

Last week I upgraded my DSL 1.5Mb internet connection from Verizon to their fiber FIOS 5Mb internet.  On DSL Verizon didn't block port 80, but the do on their fiber network.

I have added ???.dnsalias.com:8080 as a portal alias, adjusted my router's port forwarding to forward port 8080 to port 80 and added < add key="UsePortNumber" value="true" / > to the web.config.  Whith this config I can access one page at a time only

Ideally I should have port 8080 forward to port 8080 on my dev system and IIS should also answer that port as well. Do you know the Vista IIS7 steps to do this?

Regards,
/DaveS

BTW: 5Mb isn't really much faster than 1.5Mb. The portion of a page load that is the Http Request and depends on latency, the physical distance between nodes and the speed of light takes the same time. The data transfer component of a web page access that depends on bandwidth is usually small.  It could be much faster downloading large files such as DNN Creatives videos except the servers usually limit the bandwidth that a sinngle user can consume.  The tend to limit it do about 1.5Mb I have discovered. So while I can get great numbers with Speedtest pages I don't see them many other places. I had the option of 50Mb. I'm glas I didn't opt for it.
jncraig
DNN Creative Staff
Nuke Master II
Nuke Master II
Posts:2371


02 Jun 2008 7:32 PM  
Dave,

I haven't yet made it into the world of IIS running Vista, so I'm not going to be a lot of help. As a matter of fact, I'm keeping some XP machines in operation because I can mostly find my way around IIS on Vista.

That said, it would seem as if the port specification ought at least be similar ... I guess not, or you wouldn't be asking. I do think that Michael Washington has some information relative to Vista and IIS. They may be hidden in some module development articles, though ...

But, with Lee's tutorial from Issue 31, I did get IIS installed.

And I just took a look ... perhaps you want to look at the "Bindings" property when you've selected ASP under IIS on the IIS manager. I see something there that has a port specified ...

Joe Craig
DNN Creative Support
Subscribe to the website
DavidWSnow
DNN Creative Magazine Subscriber
Nuke Master
Nuke Master
Posts:130

03 Jun 2008 9:45 AM  
There are at least two issues here.

1. IIS seems to want me to have a "site" per port, so I have to create another site in addition to the "default site." When I do this using parameters that seem to be reasonable IIS puts a big red X on it.

As usual MS's help is useless.

2. What else do I have to do within DNN?


Somewhere the must be a webmaster that is running on multiple ports who knows the magic

Ideally I should be able create a separate domain at the same IP and have IIS route the requests to the correct place via the domain name portion of the URL without using two ports. I have no idea how to do that, but this is what is happening when you have multiple portal aliases for the same site.

Thanks for trying,
/DaveS
leesykes
DNN Creative Staff
Nuke Master III
Nuke Master III
Posts:3375

05 Jun 2008 2:42 AM  
Hello,

I haven't experimented with ports, but I have successfully set up multiple parent portals in vista and IIS, don't know if that will help, if it's of interest let me know and I will post the information. thanks,

Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/leesykes

Lee Sykes's Facebook Profile
DavidWSnow
DNN Creative Magazine Subscriber
Nuke Master
Nuke Master
Posts:130

05 Jun 2008 10:16 AM  
It really depends on what "multple parent portals on Vista" means to you.

I have 40+ parent portals on www.AgingSafely.com  hosted at my ISP. When I clone that system on my localhost a have IIS setup to display a few of them. For example:

www.AgingSafely.com becomes localhost/asi3 and ???.dyndns.com/asi3
Basic.AgingSafely.com becomes localhost/basic and ???.dyndns.com/basic
etc.

This setup is easy and is all under the default site on port 80

Due to Verizon's "no port 80" FIOS setup I need to re-think and re-implement this.  Since I have had no luck figuring how to set ISS up for for both port 80 and 8080 maybe I should change the localhost to be ONLY on port 8080 and do it that way.

/DaveS
DavidWSnow
DNN Creative Magazine Subscriber
Nuke Master
Nuke Master
Posts:130

11 Jun 2008 9:15 PM  
I finally put my thinking cap on and realized that I didn't need a second IIS site. All I needed to do was enable port 8080 on the default site. I assumed that I could only have one port per site but that isn't true. 

changed my aliases from localhost/asi3 to localhost:8080/asi3 and xxx.dnsalias.com to xxx.dnsalais.com:8080/as3

Forwarded port 8080 in my router to port 8080 at 192.168.5.12

And uncommented the line in web.com abouy ports other than 80.

So much for Verizon's blocking port 80

Now is 5Mb/2Mb was actually faster than 1.5Mb/384Kb when downloading Lee's video's   Actually I just checked and this is one of the few sites that I actually can get 5Mb download speed from.  Good work Lee

/DaveS
leesykes
DNN Creative Staff
Nuke Master III
Nuke Master III
Posts:3375

16 Jun 2008 3:18 PM  
great! - glad you got it sorted

Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/leesykes

Lee Sykes's Facebook Profile
You are not authorized to post a reply.
Forums > Users Lounge > Everything Else > DNN on a port other than 80?



ActiveForums 3.7

Latest Forum Posts

RE: Email Set UP per Portal by jncraig
I think that the answer depends on how email is configured at your host. You'll probably have to co...
RE: skin/container error load by jncraig
I would suggest checking permissions for directories. Does this occur only when you upload a skin...
RE: Add New Profile Properties by jncraig
Hmmm ... I don't have an answer. Does anyone else?
RE: No Access for me too by ristori
it is ok now. Thanks for this action.
skin/container error load by islandman
Has anyone else run across this error when loading skins or containers from site settings?I am using...
Email Set UP per Portal by islandman
How do I set up a unique email address per domain name off 1 hosting environment. for example...m...
RE: localhost Install issues by cdees
Lee: I wanted to follow up on this for anyone following this thread. I have been unable to solve t...
RE: Add New Profile Properties by WSI
HI Joe, The DNN version is 4.5.5. Thanks, Cliff
Change Skin on URL by vinita
Hi,Can the skin be changed based on the url used to access a portal. Multiple portal aliases may be ...
problem creating child portal by kabamaro
  Hello all i have 4 Aliases for my parent portal , lets call them X,y,Z,WIn all Aliases i can creat...
problem creating child portal by kabamaro
  Hello all i have 4 Aliases for my parent portal , lets call them X,y,Z,WIn all Aliases i can creat...
Best DNN portal ever! by derpir
I have been a subscriber since august 2008, and DNNCreative.com is simply the best DNN Portal, their...
RE: skinning trouble by derpir
Hello Yes could you be so kind and take a look att the htm-file and css-file.I would be very gratef...
Search function is not working by kishorpawar
I am using Seach module in my project but not working, i have set   host setting alsoHost --> Schedu...
RE: backend is changing from sql2005 to sql2008 by leesykes
hello,There should not be any code changes needed, but you'll need to make sure that SQL 2008 upgrad...
RE: skinning trouble by leesykes
Hello,I would need to see your code to help you with this one, you can zip up your files and attach ...
RE: Installing DotNetNuke 4.9.00 on VWD 2005 w/ SQL server 2008 by leesykes
I have run a test with SQL Server 2008 express and DotNetNuke installed in exactly the the same way ...
RE: Issue 39 Interview by leesykes
thanks Bill, glad it was useful, we will have a think about the best way to approach this,Thanks,
RE: Issue 39 Authentication by leesykes
yes I have a live site in 4.9.0 at it seems stable as well.
backend is changing from sql2005 to sql2008 by meenu
hi all advance thanks. in my DNN0408 website am using sql2005 as backend.now planning to remove sq...
AppTheory
RSS Feeds