Well, I was provided the following instructions by GoDaddy, but I'm having (different) problems because I had a .info domain I wanted to move up to a .org. So I'm just sharing these for now, DON'T USE THEM:
-
-
Go to "My Account", then
-
Under "My Products", click on "Hosting"
-
Click on "Manage Account" (beside ottawadeafcentre.org domain name)
-
Go to "Content" then "File Manager"
-
Backup/Archive or FTP the existing odclford files in case the original .org environment needs to be re-instituted.
-
Go to the ottawadeafcentreinfo folder, then to dotnetnuke folder
-
Copy all files under ottawadeafcentreinfor/dotnetnuke folder up to the root directory i.e. [odclford]
-
I first had an Application Error, which I resolved by moving the release.config to the web.config in the root directory. Talked to GoDaddy, and they were no help "It's a scripting error" and so you're on your own. Then I got a compilation error, which I fixed, which then turned into an access error because an UnderConstruction.htm file didn't exist. So now I have an object error, as follows:
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
DotNetNuke.HttpModules.UrlRewriteModule.RewriteUrl(HttpApplication app) +378
DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) +1180
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
|
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
I'm having way too much fun....sigh.