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 ...server error in / applicationserver error in / application
Previous
 
Next
New Post
8/21/2006 11:48 AM
 

I've gone back to creating new database and running install. My dotnetnuke.install config file does point to my template. But I get this error still

Server Error in '/' 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>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

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

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>

 

The only way I can load dotnetnuke is to not use my template but then in wizard the system stalls on installing. Any clues as to why.

I'll edit out my installation template and get dotnetnuke on the site. But it's no use unless I can load my installation file. I have by the way tried a second template incase this template was flaky but it still doesn't work. My internal site is very large so I don't know if that's the problem. I did edit my config file extending requestLengthDiskThreshold and maxRequestLength to 20000 but the system still doesn't finally execute and labours. I've even allowed over 30 minutes for upload but that doesn't help.

Could you please tell me if there's another way to get my orginal site information back up other than using the export/wizard feature.

thanks

 
New Post
8/21/2006 12:34 PM
 

You wont' get connection at all until you edit these 2 rows

<add

name="SiteSqlServer"

connectionString="Server=(local);Database=nameofdatabase;uid=userid;pwd=password;"

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=.\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=nameofdatabase;uid=userid;pwd=password;"/>

 

On a new installation you should get sorted out now.

Although I'm not getting passed my customerror page when I have mode changed to RemoteOnly.

 

 

 
New Post
8/21/2006 2:15 PM
 

OK, looks like we have two totally different issue being posted on the same thread so this is a little hard to follow, so here I go.

anotheropus

Did you see the post from "leupold"?
On your last post you show a custom error bla, bla, bla.  Have you set custom error mode="Off"?
If so and you are still seeing this screen, more that likely you have not completed one of the steps I outlined in my first post, or there is a permission issue.  Below is this info again with the addition of some permission info.

The first thing I would do when trouble shooting a .Net 2.0 web app of any king is to go into IIS to the application properties and verify you are running the application under .Net 2.0 (there is an ASP.Net tab you can use to select the desired framework version, click Apply, OK). 

Next I would create a new app pool and select it in the application properties of the DNN site if running IIS6 or set the application to High Isolation if running IIS5. The reason for this is because you cannot have two framework versions running under the same application pool.  First framework fired wins...

File Permission should be something like this:
Administrators FC
System FC
ASP.Net FC
IIS_WP FC
Network Services FC
Everyone R

instantel

OK Assuming you have your database connection correct, we need to see the error.  Have you set your custom Error mode="Off"?  If so does if give a different message, if so can you post it?  If not, please review the steps above. There is something wrong with your framework config in IIS or the Web.Config itself if you have custom errors set to Off and still get the custom errors message.


Best Regards,

Robert J Collins | Co-Founder & President

Netlogic Corporation

 
New Post
8/21/2006 5:18 PM
 
Robert.Guru,

Thank you for your diligence and generous thoroughness.

The bottom of this long post has the payoff so many of us have dreamed of
. The answer to DNN install woes.

Earlier I said I rolled the dice and uninstalled everything (db incl).

I have worked with three hosts this week:

(Not counting my current about to be fired host of the last four years (WebHost4Life) they nickle and dime me to death on all of my domain names and I may one day post all of the useless help desk activities of four years of hell).



UltimaHosts.net - SUPERB service and Mark is great. Could not get subportals and respective domain names aligned after two weeks!
 - They also have a great DotNetPanel to control you sites with.
 - I left becasue I need websites up -- they're not hobbies.
 - I caught them during a migration from Plesk to DotNetPanel, new servers, so no sites, FTP or content were aligned.



HostDepartment.com - Incredibly COMPLEX reseller opportunity
 - One tech was over the top supportive on the evening I signed up.
 - Every other tech failed to support me during the next three days and nights.
 - They are the host where all the errors I've posted on this site came from.



AND FINALLY: "How to get a DotNetNuke 4 Up and Live in 10 Minutes!"

SeekDotNet.com
 - I will resell their services eventually but I don't have time right now.
 - RUN straight to them.
 - The install is AUTOMATIC on one control panel page.
 - No download/upload anything.
 - They also have one of the cleanest, easiest control panels I've used.
 - You choose MS SQL 2000 or 2005 and install and create a database all in one page and in minutes!!!!



HERE IS THE PROOF

  Sit back with a cold one as you see what it finally looks like. 




Installing DotNetNuke

Version: 04.03.04



Installation Status Report

00:00:00.031 - Installing Version: 3.1.0
00:00:00.062 - Installing Script: DotNetNuke.SetUp.SqlDataProvider
00:00:00.125 - Installing Script: DotNetNuke.Schema.SqlDataProvider
00:00:01.703 - Installing Script: DotNetNuke.Data.SqlDataProvider
00:00:02.921 - Installing MemberRole Provider:
00:00:02.921 - Executing InstallCommon.sql
00:00:03.812 - Executing InstallMembership.sql
00:00:04.406 - Executing InstallProfile.sql
00:00:04.609 - Executing InstallRoles.sql
00:00:05.218 - Upgrading to Version: 3.1.1
00:00:06.718 - Upgrading to Version: 3.2.0
00:00:06.859 - Upgrading to Version: 3.2.1
00:00:06.921 - Upgrading to Version: 3.2.2
00:00:06.937 - Upgrading to Version: 3.2.3
00:00:08.281 - Upgrading to Version: 3.2.4
00:00:08.343 - Upgrading to Version: 3.2.5
00:00:08.390 - Upgrading to Version: 3.2.6
00:00:08.437 - Upgrading to Version: 3.2.7
00:00:08.453 - Upgrading to Version: 3.3.0
00:00:08.593 - Upgrading to Version: 3.3.1
00:00:08.640 - Upgrading to Version: 3.3.2
00:00:08.718 - Upgrading to Version: 3.3.3
00:00:08.859 - Upgrading to Version: 4.0.0
00:00:09.078 - Upgrading to Version: 4.0.1
00:00:09.125 - Upgrading to Version: 4.0.2
00:00:09.140 - Upgrading to Version: 4.0.3
00:00:09.171 - Upgrading to Version: 4.0.4
00:00:09.843 - Upgrading to Version: 4.0.5
00:00:09.843 - Upgrading to Version: 4.0.6
00:00:09.859 - Upgrading to Version: 4.0.7
00:00:09.875 - Upgrading to Version: 4.3.0
00:00:09.890 - Upgrading to Version: 4.3.1
00:00:09.921 - Upgrading to Version: 4.3.2
00:00:09.984 - Upgrading to Version: 4.3.3
00:00:10.078 - Upgrading to Version: 4.3.4
00:00:10.093 - Performing General Upgrades
00:00:10.718 - Loading Host Settings:
00:00:10.843 - Configuring SuperUser:
00:00:11.140 - Installing Desktop Modules:
00:00:11.156 - Installing Modules:
00:00:11.187 -   Installing Module File D:\Clients\C3103\rightspot.com\public_html\Install\Module\Announcements_03.03.04_Install.zip:
00:00:12.953 -   Installing Module File D:\Clients\C3103\rightspot.com\public_html\Install\Module\Blog_3.02.00_Install.zip:
00:00:15.156 -   Installing Module File D:\Clients\C3103\rightspot.com\public_html\Install\Module\Contacts_3.1_Install.zip:
00:00:15.500 -   Installing Module File D:\Clients\C3103\rightspot.com\public_html\Install\Module\Documents_03.01.05_Install.zip:
00:00:16.031 -   Installing Module File D:\Clients\C3103\rightspot.com\public_html\Install\Module\Events_3.2_Install.zip:
00:00:17.796 -   Installing Module File D:\Clients\C3103\rightspot.com\public_html\Install\Module\FAQs_3.1_Install.zip:
00:00:18.125 -   Installing Module File D:\Clients\C3103\rightspot.com\public_html\Install\Module\Feedback_03.02.01_Install.zip:
00:00:18.421 -   Installing Module File D:\Clients\C3103\rightspot.com\public_html\Install\Module\Forum_3.20.08_Install.zip:
00:00:26.359 -   Installing Module File D:\Clients\C3103\rightspot.com\public_html\Install\Module\Gallery_3.0.12_Install.zip:
00:00:29.562 -   Installing Module File D:\Clients\C3103\rightspot.com\public_html\Install\Module\Help_2.0.4_Install.zip:
00:00:30.828 -   Installing Module File D:\Clients\C3103\rightspot.com\public_html\Install\Module\HTML_3.3.0_Install.zip:
00:00:31.156 -   Installing Module File D:\Clients\C3103\rightspot.com\public_html\Install\Module\IFrame_3.2_Install.zip:
00:00:31.578 -   Installing Module File D:\Clients\C3103\rightspot.com\public_html\Install\Module\Links_3.3_Install.zip:
00:00:31.968 -   Installing Module File D:\Clients\C3103\rightspot.com\public_html\Install\Module\Media_03.02.02_Install.zip:
00:00:32.328 -   Installing Module File D:\Clients\C3103\rightspot.com\public_html\Install\Module\NewsFeeds_3.1.1_Install.zip:
00:00:32.484 -   Installing Module File D:\Clients\C3103\rightspot.com\public_html\Install\Module\Reports_4.3.1_Source.zip:
00:00:32.859 -   Installing Module File D:\Clients\C3103\rightspot.com\public_html\Install\Module\Repository_3.1.10_Install.zip:
00:00:38.312 -   Installing Module File D:\Clients\C3103\rightspot.com\public_html\Install\Module\Store_01.00.01_Install.zip:
00:00:40.890 -   Installing Module File D:\Clients\C3103\rightspot.com\public_html\Install\Module\Survey_3.3_Install.zip:
00:00:41.437 -   Installing Module File D:\Clients\C3103\rightspot.com\public_html\Install\Module\UserDefinedTable_3.03.03_Install.zip:
00:00:42.734 -   Installing Module File D:\Clients\C3103\rightspot.com\public_html\Install\Module\UsersOnline_3.1_Install.zip:
00:00:42.921 -   Installing Module File D:\Clients\C3103\rightspot.com\public_html\Install\Module\WhatsNew_3.3_Install.zip:
00:00:43.015 -   Installing Module File D:\Clients\C3103\rightspot.com\public_html\Install\Module\XML_3.1_Install.zip:
00:00:43.093 - Executing Additional Scripts:
00:00:43.109 -   Creating Portal: My Website
00:00:47.531 -   Successfully Installed Portal 0:
00:00:47.531 - Installing Optional Resources:

Installation Complete

Click Here to Access Your Portal



YEAH BABY!!!! Thank you Sam, Henry and Bruce from Texas at http://www.SeekDotNet.com 

WOW! Three weeks of trying and they got it live in minutes!

! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !

 
New Post
8/22/2006 12:58 AM
 
I am happy to hear you are up and going.  Also, thanks for publishing the resolution, I am sure many others will use their service thanks to this post.

Best Regards,

Robert J Collins | Co-Founder & President

Netlogic Corporation

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...server error in / applicationserver error in / application


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