Wrox Programmer Forums
|
BOOK: Professional DotNetNuke ASP.NET Portals ISBN: 0-7645-9563-6
This is the forum to discuss the Wrox book Professional DotNetNuke ASP.NET Portals by Shaun Walker, Patrick J. Santry, Joe Brinkman, Dan Caron, Scott McCulloch, Scott Willhite, Bruce Hopkins; ISBN: 9780764595639
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional DotNetNuke ASP.NET Portals ISBN: 0-7645-9563-6 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 11th, 2005, 02:16 PM
Registered User
 
Join Date: Nov 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default DotNetNuke Installation Problem

Hi All,

I'm trying to install the DotNetNuke 3.1.1 (clean install) using the instructions as laid out in the DotNetNuke ASP.NET Portals book (by Wrox).

Downloaded the zip file for the source 3.1.1
Unzipped it into c:\DotNetNuke
Given the ASP.NET user rights to the dir above

Created DB (SQL Server 2000) - DotNetNuke
Created User – DNNPortalUser
Created PWD – DNNPortalUser
Assigned the right permissions etc for user

Created a Virual Directory on IIS (c:\DotNetNuke)
Created Application Name as DotNetNuke

When I navigate to http://<server name>/DotNetNuke/ nothing happens. My web browser just returns the directory structure of c:\DotNetNuke.

I have followed the instructions very carefully. Am I doing something wrong or are there steps missing from the install direction?


 
Old December 15th, 2005, 05:07 PM
Registered User
 
Join Date: Dec 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I am having the same problem. Was the resolution to this problem posted?

Thank you.

 
Old December 15th, 2005, 05:16 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Hi deschen,

Looks like the site uses a default document that is not recognized by IIS automatically, like Index.aspx. What happens when you click one of the files in the directory structure?

Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
While typing this post, I was listening to: Born Slippy/NUXX (Darren Price Mix) by Underworld (Track 15 from the album: Trainspotting OMPST CD 2) What's This?
 
Old December 15th, 2005, 05:23 PM
Registered User
 
Join Date: Dec 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

When I click on one of the links, it asks whether I want to open or save the file via the "File Download" dialog box.

FYI...I am doing a clean install of DNN3.2.1 and am running IIS v5.1



 
Old December 15th, 2005, 06:23 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Sounds like you installed IIS after the .NET Framework.

If that's the case, search this forum for aspnet_regiis and you'll find instructions about reregistering the .NET Framework.

Cheers,

Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
While typing this post, I was listening to: Seven Months by Portishead (From the album: Portishead) What's This?
 
Old December 15th, 2005, 08:43 PM
Registered User
 
Join Date: Dec 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Imar....thank you very much!! This fixed the problem.

FYI...after I got past this issue, I had problems connecting to the SQL server. To fix this the security settings need to be set for SQL and Windows for the Server Group. But now the site is up and running per the book.

 
Old March 23rd, 2006, 12:29 PM
Registered User
 
Join Date: Mar 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I have the same problem. I do not know how to fix it.
Any suggestion? Please email to me:

[email protected] Thanks !!

 
Old March 23rd, 2006, 12:44 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Quote:
quote:Sounds like you installed IIS after the .NET Framework. If that's the case, search this forum for aspnet_regiis and you'll find instructions about reregistering the .NET Framework.
Is there any reason why this doesn't apply to you? Did you search this forum for aspnet_regiis ??

Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
 
Old April 23rd, 2006, 09:08 PM
Registered User
 
Join Date: Oct 2004
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to fhzaki
Default

Hi everybody, anyone can help me... really appreciate it.

I haved installed like Bao Cam did, but the this error came out
================================================== ================

Server Error in '/' Application.
--------------------------------------------------------------------------------

Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Could not load type 'DotNetNuke.Framework.CDefault'.

Source Error:


Line 1: <%@ Page CodeBehind="Default.aspx.vb" language="vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.Framework.CDefault" %>
Line 2: <%@ Register TagPrefix="dnn" Namespace="DotNetNuke.Common.Controls" Assembly="DotNetNuke" %>
Line 3: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">


Source File: f:\inetpub\wwwroot\DotNetNukeSource\default.aspx Line: 1


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573

================================================== ===========================

I'm eager to learn this one, but stack with this problem, I'm hoping somebody can help me.

TQ






Similar Threads
Thread Thread Starter Forum Replies Last Post
Installation Problem compad VB Components 2 December 13th, 2007 02:29 PM
Installation problem fhzaki BOOK: Professional DotNetNuke ASP.NET Portals ISBN: 0-7645-9563-6 0 April 27th, 2006 03:35 AM
DotNetNuke Installation bvglobal BOOK: Professional DotNetNuke ASP.NET Portals ISBN: 0-7645-9563-6 0 April 17th, 2006 08:08 PM
After Installation problem wwwdirzala Access 2 April 19th, 2004 02:53 PM
Installation Problem Dakay Pro VB 6 1 March 31st, 2004 03:40 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.