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 ...Problem with New Install of DNN 4.0.9Problem with New Install of DNN 4.0.9
Previous
 
Next
New Post
10/23/2008 1:02 PM
 

I am doing a new install of DNN 4.0.9 on my local machine (Windows XP Pro SP2) and using SQL Express 2005 and IIS 5.1.  I using the Source Package for installation but am running VS 2003.  At this time I only want to install DNN and have it running.  I plan on upgrading to VS 2005 so I can modify later.  When I try to test the database connection during the install process I receive the following error:  "Server Error in '/DotNetNuke' Application. The given path's format is not supported.".  I created C:\DotNetNuke\Website\App_Data\DotNetNuke.mdf using SQL Server Management Studio Express.  I setup the ASP.NET account as the Login.  The connection strings in web.config are as follows:

<connectionStrings>
    <!-- Connection String for SQL Server 2005 Express -->
    <add name="SiteSqlServer" connectionString="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=c:\DotNetNuke\Website\App_Data\DotNetNuke.mdf;" providerName="System.Data.SqlClient" />
  <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=c:\DotNetNuke\Website\App_Data\DotNetNuke.mdf;" />

Any help would be greatly appreciated.

Thanks

George

 
New Post
10/23/2008 1:58 PM
 

George Georgiou wrote
 

I am doing a new install of DNN 4.0.9 on my local machine (Windows XP Pro SP2) and using SQL Express 2005 and IIS 5.1.  I using the Source Package for installation but am running VS 2003.  At this time I only want to install DNN and have it running.  I plan on upgrading to VS 2005 so I can modify later.  When I try to test the database connection during the install process I receive the following error:  "Server Error in '/DotNetNuke' Application. The given path's format is not supported.".  I created C:\DotNetNuke\Website\App_Data\DotNetNuke.mdf using SQL Server Management Studio Express.  I setup the ASP.NET account as the Login.  The connection strings in web.config are as follows:


    
    I was able to track down the resolution.  The problem with with my connection string.  I setup my database with SQL authentication and used the following connection strings.

<connectionStrings>
    <!-- Connection String for SQL Server 2005 Express -->
    <add name="SiteSqlServer" connectionString="Data Source=GEORGE-TENAZ\SQLExpress;Initial Catalog=DotNetNuke;User ID=dnn_user;Password=123" providerName="System.Data.SqlClient" />
    
  <appSettings>
    <!-- Connection String for SQL Server 2005 Express - kept for backwards compatability - legacy modules   -->
    <add key="SiteSqlServer" value="Data Source=GEORGE-TENAZ\SQLExpress;Initial Catalog=DotNetNuke;User ID=dnn_user;Password=123" />


  
    
   

Any help would be greatly appreciated.

Thanks

George

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Problem with New Install of DNN 4.0.9Problem with New Install of DNN 4.0.9


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