Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Problems with Install and Error pageProblems with Install and Error page
Previous
 
Next
New Post
4/2/2006 11:35 AM
 

Hello.  I've extracted the DNN starter kit to a folder on webserver (hosted by ixwebhosting).  I renamed release.config to web.config and added the db server, db name, and user creds for the db.  The server admins informed me that they granted CBO permissions to the db user.  When I open the folder with IE I get a runtime error.  The error says to set the custom errors tag to off to get specifics on the error.  I did that and I still get the same runtime error page.  Thanks again everyone and I appreciate your assistance.  Below is the error page,

Server Error in '/DNN' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

 
New Post
4/2/2006 4:52 PM
 

You know, we'd love to help you on this forum, but our hands are tied without us being able to even identify the error.

Perhaps you could post us your web connection strings settings for the db as as start BUT NO REAL PASSWORDS OK.

Then we might be able to start from there.

Nina Meiers


Nina Meiers My Little Website
If it's on DNN, I fix, build, deploy, support,skin, host, design, consult, implement, integrate and done since 2003.
Who am I? Just a city chic, having a crack at organic berry farming.. and creating awesome websites.
 
New Post
4/3/2006 8:40 PM
 

Hi Nan, below are the app settings from the web.config.

<appSettings>
    <!-- Connection String for SQL Server 2005 Express - kept for backwards compatability - legacy modules   -->
    <!--<add key="SiteSqlServer" value="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Database.mdf;"/ -->
    <!-- Connection String for SQL Server 2000/2005 - kept for backwards compatability - legacy modules-->
    <add key="SiteSqlServer" value="Server=mssql7.ixwebhosting.com;Database=cjdeane_dotnetnukeTEST;uid=cjdeane_nuketest;pwd=XXXXX;"/>
    <add key="InstallTemplate" value="DotNetNuke.install.config" />
    <!--  Alternative Install Templates (included in package)
    <add key="InstallTemplate" value="Club.install.config" />
    <add key="InstallTemplate" value="Personal.install.config" />
    <add key="InstallTemplate" value="SmallBusiness.install.config" />
    -->
    <add key="AutoUpgrade" value="true" />
    <add key="InstallMemberRole" value="true" />
    <add key="ShowMissingKeys" value="false" />
    <add key="EnableWebFarmSupport" value="false" />
    <add key="EnableCachePersistence" value="false"/>
  </appSettings>

 
New Post
4/4/2006 9:42 PM
 

I have the same error....any help would be greatly appreciated.  Details of my error follow.

My config is...

 Win2003 SP1, DNN 4.0.2, SQL Server 2005 Express Ed.

My Event Viewer logged the following Warning:

Event Type: Warning
Event Source: ASP.NET 2.0.50727.0
Event Category: Web Event
Event ID: 1309
Date:  4/4/2006
Time:  8:42:07 PM
User:  N/A
Computer: CZWEB001
Description:
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 4/4/2006 8:42:07 PM
Event time (UTC): 4/5/2006 1:42:07 AM
Event ID: 6ed54276a1e24d8ebbea1f46db59dbbf
Event sequence: 4
Event occurrence: 2
Event detail code: 0
 
Application information:
    Application domain: /LM/W3SVC/2117505124/Root-4-127886738149729106
    Trust level: Full
    Application Virtual Path: /
    Application Path: C:\Inetpub\wwwroot\DNN4\Website\
    Machine name: CZWEB001
 
Process information:
    Process ID: 1952
    Process name: w3wp.exe
    Account name: NT AUTHORITY\NETWORK SERVICE
 
Exception information:
    Exception type: FileNotFoundException
    Exception message: Could not find file 'C:\Inetpub\wwwroot\DNN4\Website\Providers\DataProviders\SqlDataProvider\DotNetNuke_template.mdf'.
 
Request information:
    Request URL: http://www.cleverzone.net/Install/Install.aspx?mode=none
    Request path: /Install/Install.aspx
    User host address: 70.89.71.102
    User: 
    Is authenticated: False
    Authentication Type: 
    Thread account name: NT AUTHORITY\NETWORK SERVICE
 
Thread information:
    Thread ID: 1
    Thread account name: NT AUTHORITY\NETWORK SERVICE
    Is impersonating: False
    Stack trace:    at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite)
   at DotNetNuke.Data.SqlDataProvider.GetProviderPath()
   at DotNetNuke.Entities.Portals.PortalSettings.GetProviderPath()
   at DotNetNuke.Framework.Install.NoUpgrade()
   at DotNetNuke.Framework.Install.Page_Load(Object sender, EventArgs e)
   at System.Web.UI.Control.OnLoad(EventArgs e)
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

My web.config connection settings are:

<connectionStrings>
    <!-- Connection String for SQL Server 2005 Express -->
    <add
      name="SiteSqlServer"
      connectionString="Data Source=CZWEB001\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Database.mdf;"
      providerName="System.Data.SqlClient" />
  
    <!-- Connection String for SQL Server 2000/2005
    <add
      name="SiteSqlServer"
      connectionString="Server=(local);Database=;uid=;pwd=;"
      providerName="System.Data.SqlClient" />
-->  
  </connectionStrings>

  <appSettings>
    <!-- Connection String for SQL Server 2005 Express - kept for backwards compatability - legacy modules -->
    <add key="SiteSqlServer" value="Data Source=CZWEB001\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Database.mdf;"/>
 
    <!-- Connection String for SQL Server 2000/2005 - kept for backwards compatability - legacy modules  
    <add key="SiteSqlServer" value="Server=(local);Database=;uid=;pwd=;"/>
  -->
    <add key="InstallTemplate" value="DotNetNuke.install.config" />
    <!--  Alternative Install Templates (included in package)
    <add key="InstallTemplate" value="Club.install.config" />
    <add key="InstallTemplate" value="Personal.install.config" />
    <add key="InstallTemplate" value="SmallBusiness.install.config" />
    -->
    <add key="AutoUpgrade" value="true" />
    <add key="InstallMemberRole" value="true" />
    <add key="ShowMissingKeys" value="false" />
    <add key="EnableWebFarmSupport" value="false" />
    <add key="EnableCachePersistence" value="false"/>
  </appSettings>

Thanks in advance for any help! 

 
New Post
4/4/2006 10:51 PM
 

Both of you guyz provide me with your email addresses and I will email you my working web.config , you can just change the connection string and it should work. My web.config using MSSQL server just FYI.

P.S. Nina Meiers you're the expert, can you please pretty please take a look at the error I am getting and give me just a hint about what may be wrong, pleaseeeeeeeeeee :)

Salman

goinsaf.org

Email: salman.islamocrat@gmail.com

 

 

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Problems with Install and Error pageProblems with Install and Error page


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out