Hey everyone! I just wanted to tell everyone that from reading the threads, alot of my questions have been answered.
But a problem still remains...
First, I began installing DDN, had a few major bugs, but in the end, everything went well.
Now after my installation is complete, when it is time for me to be redirected to the default.aspx page, I recieve an error:
Server Error in '/' Application.
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) +369
DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) +699
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
|
Now, I am not sure if I should fix my webconfig file, but I also do not want to have to start over again in installation.