Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Community › Forums Register  |  

AspDotNetStoreFront
  Ads  
OnyakTech
 


  Sponsors  

Meet Our Sponsors

Mad Development is a full service interactive agency focusing on the merge of design, technology, e-commerce, and affiliate marketing by providing total website solutions.
AspDotNetStoreFront - E-Commerce by Design - The Leading ASP.NET shopping cart platform for developers!
SteadyRain
DataSprings - Great Ideas. Always Flowing.
R2integrated - formerly bi4ce
Jango Studios - Skins, Modules and Hosting for DotNetNuke
 


DotNetNuke Forums
 
  Forum  General DotNetN...  Install It!  Problems with Install and Error page
Previous Previous
 
Next Next
New Post 4/2/2006 9:35 AM
User is offline chris deanes
4 posts
10th Ranked


Problems with Install and Error page 

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 2:52 PM
User is offline Nina Meiers
1736 posts
www.xd.com.au
5th Ranked




Re: Problems with Install and Error page 

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 - XD Design - Professional, Ethical and passionate about DotNetNuke
Over 50 FREE DotNetNuke Skins

XD Design - xd.com.au by Nina Meiers
 
New Post 4/3/2006 6:40 PM
User is offline chris deanes
4 posts
10th Ranked


Re: Problems with Install and Error page 

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 7:42 PM
User is offline Dave Galatte
8 posts
10th Ranked


Re: Problems with Install and Error page 

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 8:51 PM
User is offline Salman Shuaib
12 posts
goinsaf.org
10th Ranked


Re: Problems with Install and Error page 

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 Previous
 
Next Next
  Forum  General DotNetN...  Install It!  Problems with Install and Error page
 


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, 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 DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

 


Code 5 Systems, LLC.
The DNN Missing Link: A Form Module. Form Master 1.6 is an intuitive Form Creation Module at a great price. Quality Custom Module development, and DNN consulting services.
www.code5systems.com
SSL Enabled and Amazingly FAST...
SSL enable your DNN web site with SSLRedirect, compress your DNN web site HTTP data flow by up to 75%-90% with HttpCompressionAgent, and monitor your DNN web site's performance with WebKeepAlive...
www.sanibellogic.com
Ultra Media Gallery & Video Gallery
The most popular photo gallery and video gallery module. with Flash interface.
www.bizmodules.net

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP