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 ...Quick setup tips on DNN 3.x, IIS5, .NET 1.1, MSDE (sql desktop edition)Quick setup tips on DNN 3.x, IIS5, .NET 1.1, MSDE (sql desktop edition)
Previous
 
Next
New Post
1/8/2006 5:43 PM
 
After playing around with DNN 3.22, IIS5, .NET 1.1 and MSDE on XP pro and getting numerous errors like:
"Could not connect to database specified in connectionString for SqlDataProvider"

I finally figured it out and thought I would share my tips here.

get MSDE from:
http://www.microsoft.com/downloads/details.aspx?FamilyID=413744d1-a0bc-479f-bafa-e4b278eb9147&DisplayLang=en
grab the WebData Administrator from:
http://www.microsoft.com/downloads/details.aspx?FamilyID=c039a798-c57a-419e-acbc-2a332cb7f959&displaylang=en

I installed MSDE with "Mixed Windows and SQL mode authentication with network access"
using the following parameters:

C:\MSDERelA\>Setup.exe DISABLENETWORKPROTOCOLS=0 SAPWD="mypassword" SECURITYMODE=SQL


Then fire up C:\> svrnetcn.exe
and Enable the "Named Pipes" protocol and the "TCP/IP" protocol. Click on
"Properties" on the "TCP/IP"” protocol. Here, configure the
default port MSDE will be listening on if you want network access.
Default is 1433.

Then,run the SQL Server client network utility. Open a command prompt and type:
C:\> cliconfg.exe
Enable the "Named Pipes" and the "TCP/IP" protocols. Click on
"Properties" on the "TCP/IP" protocol. Here you configure the port
number you found with the "svrnetcn.exe" utility. Default is 1433.


Then fire up the WebData Administrator-> Server Tools, and create a new DataBase "DotNetNuke".
Then goto Server Tools and click on security -> logins -> Create new Login,
Authentication method = "Sql Login", give a name and password.
Goto Server Tools -> Databases and click on the newly created DotNetNuke Database and click on Users and "Create New User"
Pick the user from the dropdown box that you created earlier and then check the checkboxes "public" and "dbOwner" and click on "Save User".

lastly Edit your web.config under "app Settings" to include the user you created:

"add key="SiteSqlServer" value="Server=local;Database=dotnetnuke;uid=newuser;pwd=newpassword;" />

hope that helps someone out.
 
New Post
2/6/2006 2:29 PM
 

Any help would be appreciated:

I've encountered a bit of a dilema. The error below spells that out. If I comment out the entire section of code that begins and ends with httpModules, the installation completes successfully, or so it says. When I access the portal, however, I get a brief "unhandled error" message and no further explanation.

I am attempting to run DNN 3.2.2 on Windows XPpro SP2, with MSDE.

Thanks,

Server Error in '/DotNetNuke' Application.

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: The module 'UrlRewrite' is already in the application and cannot be added again

Source Error:

Line 38: <!-- HttpModules for Common Functionality -->

Line 39: <httpModules>

Line 40: <add name="UrlRewrite" type="DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke.HttpModules.UrlRewrite" />

Line 41: <add name="Exception" type="DotNetNuke.HttpModules.ExceptionModule, DotNetNuke.HttpModules.Exception" />

Line 42: <!-- add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule, DotNetNuke.HttpModules.Authentication" / -->


Source File: C:\DotNetNuke\web.config Line: 40
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Quick setup tips on DNN 3.x, IIS5, .NET 1.1, MSDE (sql desktop edition)Quick setup tips on DNN 3.x, IIS5, .NET 1.1, MSDE (sql desktop edition)


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