hi all,
just started using DNN, great app.
i can't seem to "publish" my site to IIS without the following errors. if i run it within VS2005pro, it executes successfully, but for the love of me, can't figure out why it keeps displaying the following messages. ( the 2nd message is when i hit F5 again). I've even gone to the extent to give full perms to the c:\inetpub\wwwroot\dotnetnuke directory. (aspnet user, everyone, etc)
OS: W2KPro, Visual Studio Pro 2005, IIS 6
this is my dev system:
thanks, any help appreciated.
Johnny
Server Error in '/dotnetnuke' 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.]
System.Web.Hosting.ISAPIWorkerRequestInProc.GetServerVariable(String name) +1132
System.Web.Hosting.ISAPIWorkerRequest.GetServerName() +15
System.Web.HttpRequest.get_Url() +282
DotNetNuke.Common.Global.CheckVersion() +47
DotNetNuke.Common.Global.Application_Start(Object Sender, EventArgs E) +316
|
after F5 (refresh):
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.]
System.Web.Hosting.ISAPIWorkerRequestInProc.GetServerVariable(String name) +1132
System.Web.Hosting.ISAPIWorkerRequest.GetServerName() +15
System.Web.HttpRequest.get_Url() +282
DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) +88
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.42; ASP.NET Version:2.0.50727.42