CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > starter_kits_and_source_projects.dotnetnuke.getting_started Tags:
Item Type: NewsGroup Date Entered: 2/9/2005 3:14:31 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 0 Views: 21 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
4 Items, 1 Pages 1 |< << Go >> >|
luisvalencia
Asp.Net User
How can I Install Dnn 2.1.22/9/2005 3:14:31 PM

0/0

1. I created a blank database
2. I give access to an user to that database (owner)
3. I changed the sql connection string on web.config on the folder where I extracted DNN 2.1.2
4. I run www.alianzadev.net/default.aspx and get this error

The strange thing is that the database doesnt have any table, SP, view or object created, So I couldn change any portal table because it DOESNT EXIST.

DotNetNuke Configuration Error
Domain Name "www.alianzadev.net" Does Not Exist In The Database

DotNetNuke supports multiple portals from a single database/codebase. It accomplishes this by converting the URL of the client browser Request to a valid PortalID in the Portals database table. The following steps describe the process:

1. Web Server Processing

When a web server receives a Request from a client browser, it compares the file name extension on the target URL resource to its Application Extension Mappings defined in IIS.
Based on the corresponding match, IIS then sends the Request to the defined Executable Path ( aspnet_asapi.dll in the case of ASP.NET Requests ).
The aspnet_isapi.dll engine processes the Request in an ordered series of events beginning with Application_BeginRequest.



2. Application_BeginRequest ( globals.asax.vb )

The Request URL is parsed based on the "/" character
A Domain Name is constructed using each of the relevant parsed URL segments.

Examples:

URL: http://www.domain.com/default.aspx = Domain Name: www.domain.com
URL: http://209.75.24.131/default.aspx = Domain Name: 209.75.24.131
URL: http://localhost/DotNetNuke/default.aspx = Domain Name: localhost/DotNetNuke
URL: http://www.domain.com/virtualdirectory/default.aspx = Domain Name: www.domain.com/virtualdirectory
URL: http://www.domain.com/directory/default.aspx = Domain Name: www.domain.com/directory


Using the Domain Name, the application queries the database ( Portals table - PortalAlias field ) to locate a matching record.

Note: If there are multiple URLs which correspond to the same portal then the PortalAlias field must contain each valid Domain Name in a comma seperated list.

Example:

URL: http://localhost/DotNetNuke/default.aspx
URL: http://MACHINENAME/DotNetNuke/default.aspx
URL: http://209.32.134.65/DotNetNuke/default.aspx
PortalAlias: localhost/DotNetNuke,MACHINENAME/DotNetNuke,209.32.134.65/DotNetNuke

Note: If you are installing the application to a remote server you must modify the PortalAlias field value for the default record in the Portals table according to the rules defined above.

scottrait
Asp.Net User
Re: How can I Install Dnn 2.1.22/9/2005 8:41:45 PM

0/0

Did you change the webconfig in both places and change the defaultdataprovider to the SqlDataprovider instead of Access? If not, then an Access database was created with a portal alias as localhost.
MarvinBeezelbof
Asp.Net User
Re: How can I Install Dnn 2.1.22/13/2005 9:28:09 PM

0/0

You might want to click on http://portals.my-asp.net/Default.aspx?tabid=29
You can download a User Guide for DNN 1 or 2.0.3 (no registeration)
Or register and download the DotnetNuke 2.1.2 version

You can also get documentation http://docnetnuke.my-asp.net -wiki based
http://www.wwwcoder.com has excellent resource directory for finding advanced/programmer documentation

There are many good sources of free DotnetNuke tutorials, instructions, and examples.
Try MSN Search they are giving the best results this week for DotNetNuke related searches

Marvin

Before you put your portal together browse around http://portals.my-asp.net/Default.aspx?tabid=123 and pick up a few SEO guides from my SEO Marketing 101 - DotnetNuke
raven_geo
Asp.Net User
Re: How can I Install Dnn 2.1.22/13/2005 11:43:15 PM

0/0

Hi

I am receiving the same error on using XP, I don't get this error on my 2003 server. It appears that the SQL database is not being populated with any data on first running the portal in my browser, although the tables are created correctly. The link in IIS is correct and webconfig is set correctly. If I manually insert the portal in the Portals table in SQL server it compounds the errors as it can't reference any other data.

Has anyone seen this before and sorted it out as I havent found any answer?

Stephen
4 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Professional DotNetNuke 4: Open Source Web Application Framework for ASP.NET 2.0 Authors: Shaun Walker, Joe Brinkman, Bruce Hopkins, Scott McCulloch, Patrick J. Santry, Chris Paterra, Scott Willhite, Dan Caron, Pages: 517, Published: 2006
Beginning DotNetNuke Skinning and Design: Skinning and Desing Authors: Andrew Hay, Nina Meiers, Shaun Walker, Pages: 432, Published: 2007
Beginning DotNetNuke 4.0 Website Creation in VB 2005 with Visual Web Developer 2005 Express: From Novice to Professional Authors: Nick Symmonds, Pages: 448, Published: 2006
DotNetNuke For Dummies Authors: Lorraine Young, Philip Beadle, Scott Willhite, Chris Paterra, Pages: 408, Published: 2007
GLOBECOM '03: IEEE Global Telecommunications Conference : Communications: the Global Bridge : [conference Record] : 1-5 December, 2003, San Francisco, CA, USA Authors: Calif. IEEE Global Telecommunications Conference 46th San Francisco, IEEE Global Telecommunications Conference, N.Y.) IEEE (New York, IEEE Xplore (Online service, IEEE Communications Society, IEEE Communications society, conference IEEE global telecommunications, Institute of Electrical and Electronics Engineers, IEEE Xplore (Online service), GLOBECOM '03, Pages: 0, Published: 2003
Beginning DotNetNuke 4.0 Website Creation in C# 2005 with Visual Web Developer 2005 Express: From Novice to Professional Authors: Nick Symmonds, Pages: 391, Published: 2006
The New Routledge Dutch Dictionary: Dutch-English/English-Dutch Authors: N. E. Osselton, R. Hempelman, Pages: 909, Published: 2003

Web:
DotNetNuke Marketplace - digRotate 2 2.1.1 for DotNetNuke 2 Editions. Standard Edition includes ALL digRotate features, and allows you to install digRotate on 1 DNN installation (see Standard license for details) ...
Configuring multiple child portals on 1 DNN install - Configure It ... Re: Configuring multiple child portals on 1 DNN install ... 2. Discussion or promotion of DotNetNuke product releases under a different brand name are ...
CodeProject: Running DotNetNuke 4.0.2 on Windows XP Home or on any ... DotNetNuke 4.0.2 Install package. The article assumes readers are able to perform .... Someone has reported a successful marriage of DNN 4.8.1 and UltiDev ...
Installing DotNetNuke 4.8.2 on a Remote Host > Mitchel's Personal ... By mitchel.sellers@gmail.com on Monday, May 12, 2008 at 1:59 PM. Hi Mitch, .... I'm trying to install DNN 4.8.2 on my plesk panel. When I try to install the ...
The Accidental Geek - DNN Tips & Tricks #2: Installing ... DNN Tips & Tricks #2: Installing DotNetNuke with PowerShell ... Install-DNN.ps1, Contains a function that encapsulates the entire installation process. ...
DotNetNuke (DNN) 2.x Module Architecture, Part I Comments: hopeless articles for those who are new into DNN. Left on 3/1/2007 5: 21:26 PM by Anonymous Comments:. Left on 1/23/2007 2:21:58 PM by Anonymous ...
How to enable an XHTML compliant DotNetNuke 4.4 and 4.5, part 2 Video 2. How to enable the Account Login module to become XHTML compliant ... How to install DotNetNuke v4.5 Source Code to Windows XP Professional using ...
DotNetNuke 4.5.2 Released - DotNetNuke Developer Chris Hammond DotNetNuke 4.5.2 has been released and is available for download from www. dotnetnuke.com here's a list of .... Off to do an install! # May 29, 2007 1:58 PM ...
Chris Cant's developer blog: Simple DNN skin download for my VSJ ... The article appears in my blog in three entries: DNN Introduction, Writing DNN ... May 2008 (1). DNN module and tab-module settings · ► April 2008 (2) ...
Can not install UVG 2.4.2 into DNN version 4.8.4 > Support > Biz ... I purchased UVG 2 less thana year ago. ... Subject: Can not install UVG 2.4.2 into DNN version 4.8.4 ... Posts:1 New Member ...

Videos:
DNN OpenForce Connect '08 - Orlando - Session 1 (Part 2) (Part 2) Here is the first session at OpenForce Orlando where Brian Scarbeau shows everyone how to find DotNetNuke® resources and how to install and ...




Search This Site:










combining knowledge wright with asp.net

system.random duplicate numbers problem

buttonclick without postback

support chat module

why add new content

dnn2- parent portal with children by default using parent "users" table

problem with server.mappath

update all users time zones dnn 3.2.2

dnn news module - item formating

online voice recording using asp.net/c#

sitelog (1.0.10d)

strange problem with menu control, it breaks up in certain pages

stack in asp.net 2.0

replace funcation

webservice and remoting

odd "blog matching the location you requested was not found" error

what does {0} mean ?

print file manipulation

friendly urls

login status for login control stopped working

pdf file reading using c#

the "'machinetoapplication" error

how to view portalsettings class in portal starter kit?

web config authorization not working for specific folder.

webpart title property for repeater

dnn3 calendar module with recurring events

masterpage & formview - blanks out on postback

scheduled event seems to randomly throw exception for no apparent reason

standard buttons and adress bar

dynamic dropdown list box

 
All Times Are GMT