I am trying to install DNN 4.05 locally on my computer.
I am using sql server 2000. I created the database and follow instructions for creating the login and assigning the user.
I also follow instructions to create the dnn folder in IIS and assigned rights to user asp.net
I changed the web.config and commented the tags that refered to sql sever express 2005.
I am getting the following error:
Object reference not set to an instance of an object.
Line 340: Server.ScriptTimeout = Integer.MaxValue
Line 341:
Line 342: Select Case GetUpgradeStatus()
Line 343: Case Globals.UpgradeStatus.Install
Line 344: InstallApplication()
I appreciate your help,
Denise Schmeichler |