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 ...web.configweb.config
Previous
 
Next
New Post
5/9/2006 1:29 PM
 

Hi Guys,

I am trying to install new DNN 4.0.3 and I am having problems with web.config on a Windows 2K3 server. I have been using DNN 3.1.1 on a differnt server for a while and I have configured my SQL database and IIS correctly. I have removed the default SQL EXPress in my web.config file.

When I tried to run http://localhost/dnn4 I got a messge to enable debug option, so I did, then I keey gettig error after error. The last one before sending this was Select Case GetUpgradeStatus().

I am new to ASP 2.0 does anyone can make a suggestion as what is wrong? Why is it installing DNN not simple?

Please help.

Thanks

Al

 
New Post
5/10/2006 3:13 PM
 
I suggest you re-install from scratch. Hopefully, that'll clear up your problems. Sometimes, a failed install will leave remnants that will stop DNN from installing again. Cleaning up those scraps will give you a fresh sandbox to play in, again.

Michael Flanakin | Microsoft Consulting Services
www.michaelflanakin.com
 
New Post
10/15/2007 3:50 PM
 

Hello,.

I am in desperate need of that guide.  I am hosting with lunar pages and have set up the database permissions.  I am recieving the same errors

<!--Web.config configuration file -->

<!-- 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>
 
New Post
10/16/2007 3:03 AM
 

Make the change to your web.config file as suggested in that error note:

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

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Then see what real error message you get and post it here. Then somebody might be able to help you determine what's wrong and figure out a way to help fix it.
Vera
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...web.configweb.config


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