This page has moved. You will be automatically redirected to its new location in 10 seconds. If you aren't forwarded to the new page, click here.

Search This Blog

Showing posts with label dnn. Show all posts
Showing posts with label dnn. Show all posts

Monday, September 14, 2009

Monday, September 7, 2009

Blog Module with DNN 5.1.2

Blog Module and some other modules are not available with DNN 5.1.2 because it is a new release; so I would suggest people who require more modules to use DNN 4.9

Monday, June 8, 2009

Set up a DotNetNuke site

  1. Copy your site code to the new location
  2. Update the connection string in web.config
  3. Run the sql script on the server
  4. Grant EXECUTE permissions to ur database user on all the stored procedures
  5. update the application name in the aspnet_Applications table as well as the web.config applicationname attribute
  6. update the PortalAlias table in the database to set the new location
  7. browse your new site :)