Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have developed a project in dnn 6.2 which is run good in local server. But while i am doing live, it's not showing current project but showing dnn default project (the default theme of dnn project which come free with dnn ).So any one have an idea what kind of setting i have to change while doing project live.
Posted
Updated 31-Oct-12 19:14pm
v2

1 solution

Hi I have done this.
1- Copy file system with local dnn to web server
2- Restore dnn database to database server accessible to web server
3- Update PortalAlias table with webserver domain name
4- Update connection string(s) in web.confg to new database location.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900