Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Community › Forums Register  |  

AppTheory specializes in solutions based on the DotNetNuke platform and has 2 employees on the DotNetNuke Core Team.
  Need Help?  
Professional technical support for DotNetNuke is available from DotNetNuke Corporation.
 


  Ads  
OnyakTech
 


  Sponsors  

Meet Our Sponsors

AspDotNetStoreFront - E-Commerce by Design - The Leading ASP.NET shopping cart platform for developers!
Click here to go to dev.live.com for Windows Live developer resources
SteadyRain
DataSprings - Great Ideas. Always Flowing.
R2integrated - formerly bi4ce
Jango Studios - Skins, Modules and Hosting for DotNetNuke
 


DotNetNuke Forums
 
  Forum  General DotNetN...  Chat About It!  Help moving web site
Previous Previous
 
Next Next
New Post 3/23/2007 2:51 PM
User is offline LarryB
5 posts
10th Ranked


Help moving web site 
 

Help anyone,

I am trying to move my "test" dnn 4.4.1 to my "production" web server. I have basically copied the "test" dnn folders and files to my production webserver but the production web page will not appear. If however, I turn on my test web server the page will display even though I am using the production web name. I am using ms sql 2005 standard ed. as my preferred database.

I guess my main question is: Do I have to change any tables in the dnn database in sql server to "point" to the production web server?

Any thoughts would be greatly appreciated.

 
New Post 3/23/2007 8:01 PM
User is offline Chuck R.
98 posts
10th Ranked


Re: Help moving web site 
Modified By Chuck R.  on 3/23/2007 11:05:53 PM)

From the few details you have given, a couple of thoughts come to mind.  I will lay out a scenario and you can tell us if this matches your scenario.  If not please post back the details that are incorrect.

SERVER INFO:
Domain Name: MyCompany.local
Development Server: DEV
Production Server: PROD

URL to access your DEV website: www.MyPortal.local

DNN SETUP INFO:
Portal Alias: www.MyPortal.local

IIS INFO (DEV WEB SERVER)
IIS Website Name: DNNDEV
IIS Website Host Header Value: www.MyPortal.local

1. Based on the above, you most likely have your DNS setup to point the URL www.MyPortal.local to the server DEV.MyCompany.local.

2. The IIS setup on your dev server needs have www.MyPortal.local as a Host Header Value on the IIS WEBSITE that you setup for your DNN installation.

Assuming you have something like the above all up and running and you now want to migrate the site to your Production Server you need make the following changes after copying the files...

IIS INFO (PROD WEB SERVER)
IIS Website Name: DNNPROD
IIS Website Host Header Value: www.MyPortal.local

1. You need to change DNS to now point www.MyPortal.local to PROD.MyCompany.local.
2. You need to add the Host Header Value www.MyPortal.local to the IIS Setup of the Production web server.
3. Also you should *REMOVE* the Host Header value www.MyPortal.local from your Development web server.

I've setup approx 15-20 DNN installations between playing around at home and at work and I believe the above should help. Again, I don't know a whole lot of detail about your setup so if the above isn't in line with your actual environment you're gonna have to tell us.

I hope this helps,
Chuck R.

 
New Post 3/26/2007 12:51 PM
User is offline LarryB
5 posts
10th Ranked


Re: Help moving web site 

 

Chuck,

First, thanks for the response and I apologize for the lack of details.

Basically what I want to do is rename my dnn test web site DNNDEV to my dnn production web site DNNPROD. (i.e. I want the name in the web browser to appear as http://intranet instead of http://intranetnew as it currently does.)

So here is what I've done so far:

1. Point my DNNDEV site (http://intranetnew) DNS to my DNNPROD server (http://intranet).

2. Copied my DNNDEV install (intranetnew) to my DNNPROD install (intranet). I simply made a backup folder of my current DNNPROD install folder then deleted the DNNPROD install and copied over the DNNDEV install.

My folder structure looks like this:

1. My DNNPROD server d:\intranet\Home "dnn install"

2. My DNNDEV server d:\intranetnew\Home "dnn install"

When I copied over the DNNDEV I left the folder structure the same on DNNPROD. So in other words copied DNNDEV d:\intranetnew\Home to DNNPROD d:\Intranet\Home

This works except for the web address appears as intranetnew instead of intranet.  Even if I type intranet in my web browser it resolves as inteanetnew (as I would expect).

My burning question: Can I somehow rename intranetnew to intranet on my DNNPROD server? I followed your instruction and tried to create the Host header Value on both DNNDEV and DNNPROD but this did not change the web address from intranetnew to intranet. Unfortunately I have a production app that needs the name to be the same as intranet.

I know there is probably an easier way to do this but…

Anyway any assistance would be greatly appreciated and once again thanks for your help.

Larry

 
New Post 3/26/2007 1:36 PM
User is offline LarryB
5 posts
10th Ranked


Re: Help moving web site 

 

Chuck,

First, thanks for the response and I apologize for the lack of details.

Basically what I want to do is rename my dnn test web site DNNDEV to my dnn production web site DNNPROD. (i.e. I want the name in the web browser to appear as http://intranet instead of http://intranetnew as it currently does.)

So here is what I've done so far:

1. Point my DNNDEV site (http://intranetnew) DNS to my DNNPROD server (http://intranet).

2. Copied my DNNDEV install (intranetnew) to my DNNPROD install (intranet). I simply made a backup folder of my current DNNPROD install folder then deleted the DNNPROD install and copied over the DNNDEV install.

My folder structure looks like this:

1. My DNNPROD server d:\intranet\Home "dnn install"

2. My DNNDEV server d:\intranetnew\Home "dnn install"

When I copied over the DNNDEV I left the folder structure the same on DNNPROD. So in other words copied DNNDEV d:\intranetnew\Home to DNNPROD d:\Intranet\Home

This works except for the web address appears as intranetnew instead of intranet.  Even if I type intranet in my web browser it resolves as inteanetnew (as I would expect).

My burning question: Can I somehow rename intranetnew to intranet on my DNNPROD server? I followed your instruction and tried to create the Host header Value on both DNNDEV and DNNPROD but this did not change the web address from intranetnew to intranet. Unfortunately I have a production app that needs the name to be the same as intranet.

I know there is probably an easier way to do this but…

Anyway any assistance would be greatly appreciated and once again thanks for your help.

Larry

 
New Post 3/29/2007 1:32 AM
User is offline Craig Humphrey
19 posts
www.chapmantripp.com
10th Ranked


Re: Help moving web site 

I think you need to change the host aliases in the portal config.

I think you'll find that it's still got http://intranetnew in there.  I think you'll have to add http://intranet and then delete the other one.

Hope that helps.  I haven't done this myself, but I suspect it's where the problem lies...

Later'ish
Craig

 
Previous Previous
 
Next Next
  Forum  General DotNetN...  Chat About It!  Help moving web site
 


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:

1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

 


TMA Resources
TMA Resources is a software company providing eBusiness solutions for the Association market.
www.tmaresources.com
DotNetNuke Hosting Provider UK
UK leading DotNetNuke Hosting provider. Owned and operated by a Microsoft Gold Certified Partner.
www.DNN-Portals.co.uk
Alliance Systems & Programming Inc
Alliance is not just our name... it's how we do business. We partner with our clients, learning their business processes and standards and then applying our expertise to help them improve their workflow and profitability.
www.Alliancesys.com

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP