Hi. Thanks for answering.
I installed DNN version 4.08. It is a new site. You can not access the site yet, since I have not installed it. I am new in DNN so I do not know where to look for to find if there are blank or speci
The server name is PRT-HQMJ8F1, the database name is dotnetnukenew. The web.config (connection string) is this one:
<
<!--
<add name="SiteSqlServer" connectionString="Data Source=*********;User ID=******;Password=******" providerName="System.Data.SqlClient"
<!--
<
connectionStrings> Connection String for SQL Server 2005 Express--> Connection String for SQL Server 2000/2005 -->add
name="SiteSqlServer"
connectionString="Server=*******;Database=DotNetNukenew;uid=******;pwd=*******;"
</
<
<!--
<add key="SiteSqlServer" value="Data Source=PRT-HQMJ8F1;User ID=lissylopez7;Password=godnow"
<!--
<
<
<
<
<
<
<
<
<
<!--
<
<!--
<
<!--
<!--
<add key="UsePortNumber" value="true" />
<
</
The error is the following when accesing localhost/dotnetnuke/default.aspx :
providerName="System.Data.SqlClient"/>connectionStrings>appSettings> Connection String for SQL Server 2005 Express - kept for backwards compatability - legacy modules--> Connection String for SQL Server 2000/2005 - kept for backwards compatability - legacy modules -->add key="SiteSqlServer" value="Server=PRT-HQMJ8F1;Database=DotNetNukenew;uid=lissylopez7;pwd=godnow;"/>add key="InstallTemplate" value="DotNetNuke.install.config" />add key="AutoUpgrade" value="true" />add key="UseInstallWizard" value="true" />add key="InstallMemberRole" value="true" />add key="ShowMissingKeys" value="false" />add key="EnableWebFarmSupport" value="false" />add key="EnableCachePersistence" value="false" />add key="HostHeader" value="" /> Host Header to remove from URL so "www.mydomain.com/johndoe/Default.aspx" is treated as "www.mydomain.com/Default.aspx" -->add key="RemoveAngleBrackets" value="false" />optionally strip angle brackets on public login and registration screens-->add key="PersistentCookieTimeout" value="0" />use as persistent cookie expiration. Value is in minutes, and only active if a non-zero figure--> set UsePortNumber to true to preserve the port number if you're using a port number other than 80 (the standard)-->add key="InstallationDate" value="2/17/2008" />appSettings>
Server Error in '/DotNetNuke' Application.
Value cannot be null.
Parameter name: value
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.ArgumentNullException: Value cannot be null.
Parameter name: value
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:
[ArgumentNullException: Value cannot be null.
Parameter name: value]
System.Web.Caching.CacheEntry..ctor(String key, Object value, CacheDependency dependency, CacheItemRemovedCallback onRemovedHandler, DateTime utcAbsoluteExpiration, TimeSpan slidingExpiration, CacheItemPriority priority, Boolean isPublic) +3620975
System.Web.Caching.CacheInternal.DoInsert(Boolean isPublic, String key, Object value, CacheDependency dependencies, DateTime utcAbsoluteExpiration, TimeSpan slidingExpiration, CacheItemPriority priority, CacheItemRemovedCallback onRemoveCallback, Boolean replace) +88
System.Web.Caching.Cache.Insert(String key, Object value, CacheDependency dependencies, DateTime absoluteExpiration, TimeSpan slidingExpiration) +79
DotNetNuke.Services.Cache.FileBasedCachingProvider.FBCachingProvider.Insert(String CacheKey, Object objObject, CacheDependency objDependency, DateTime AbsoluteExpiration, TimeSpan SlidingExpiration, Boolean PersistAppRestart) +242
DotNetNuke.Common.Utilities.DataCache.SetCache(String CacheKey, Object objObject, TimeSpan SlidingExpiration, Boolean PersistAppRestart) +72
DotNetNuke.Entities.Portals.PortalController.GetPortal(Int32 PortalId) +280
DotNetNuke.Entities.Portals.PortalSettings.GetPortalSettings(Int32 TabId, PortalAliasInfo objPortalAliasInfo) +121
DotNetNuke.Common.Globals.GetHostPortalSettings() +216
DotNetNuke.Common.Globals.GetPortalSettings() +79
DotNetNuke.Authentication.ActiveDirectory.HttpModules.AuthenticationModule.Init(HttpApplication application) +198
System.Web.HttpApplication.InitModulesCommon() +66
System.Web.HttpApplication.InitInternal(HttpContext context, HttpApplicationState state, MethodInfo[] handlers) +814
System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context) +243
System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +106
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +340
|
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832