| Antonio Chagoury wrote
Andy,
Unfortunately with the information you provided I cannot diagnose what is going on.
I am ot even sure why there is an XML/XSL error?
Please provide more information, including steps to reproduce.
Thanks.
|
How about
1) Download the installer from DNN website
2) Run the installer
3) Start application from the installer
4) Result as above. XML error.
I have an installation of Visual Web Developer 2005 Express Edition, SQL Server 2005 Express Edition, XP Pro with latest updates from Win Update. The IIS installation was done by the installer. The database created in the installer. The installer runs just fine and without any problems what so ever, but when it is to open the site it doesn't load, but the XML error does.
When looking into the IIS properties the ASP .NET version isn't selected. Then maybe some other properties aren't set properly in the installer.
Have you tested the installer on an XP installation? With the tools above, which would be the normal scenario for an DNN installation accept for live sites, which are usually in a webb hotel or on a win 2003 operating system.
*************
I tried to do it again, and set the ASP.NET version to the latest (2.0) and now I get a new error. My OS is in Swedish so it might not make much sense but in short, the process account running ASP.NET has to have read access to IIS-metabasen. I read the article but it didn't make much sense to me.
"Det processkonto som används för att köra ASP.NET måste ha läsbehörighet till IIS-metabasen (t.ex. IIS://servernamn/W3SVC). Mer information om behörigheter till metabasen finns på följande webbsida: http://support.microsoft.com/?kbid=267904."
Stackspårning:
[HostingEnvironmentException: Det gick inte att komma åt IIS-metabasen.]
System.Web.Configuration.MetabaseServerConfig.MapPathCaching(String siteID, VirtualPath path) +3500426
System.Web.Configuration.MetabaseServerConfig.System.Web.Configuration.IConfigMapPath.MapPath(String siteID, VirtualPath vpath) +9
System.Web.Hosting.HostingEnvironment.MapPathActual(VirtualPath virtualPath, Boolean permitNull) +163
System.Web.CachedPathData.GetConfigPathData(String configPath) +382
System.Web.CachedPathData.GetConfigPathData(String configPath) +243
System.Web.CachedPathData.GetApplicationPathData() +68
System.Web.CachedPathData.GetVirtualPathData(VirtualPath virtualPath, Boolean permitPathsOutsideApp) +3393747
System.Web.Configuration.RuntimeConfig.GetLKGRuntimeConfig(VirtualPath path) +189
|