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 ...install under windows xp?install under windows xp?
Previous
 
Next
New Post
8/8/2006 3:27 PM
 
people, is it possible to install for developing and testing web sites dotnetnuke under windows xp? thanks in advance.
 
New Post
8/8/2006 4:19 PM
 
It is possible. You will need IIS installed and a copy of MS SQL Server. You will probably want, at a minimum, 512 MB of RAM.
 
New Post
8/8/2006 8:48 PM
 
Thanks for the answer! I will try it!
 
New Post
8/8/2006 9:42 PM
 
we need a good "howto" for windows xp users!

i stuck in web.config file and connection to database... sucks...
 
New Post
8/9/2006 1:44 AM
 
I use XP all the time as my development/test machine.  It all works as documented.  My advice is to read the installation guide carefully and pay particular attention to the web.config setup.

if you're getting problems with connections to the database, then its likely that your connection string in web.config is not correct.  Here is what mine looks like (SQL 2005).  Note that you will need to put the connection string in 2 places.

  <connectionStrings>
    <!-- Connection String for SQL Server 2000/2005 -->
    <add name="SiteSqlServer" connectionString="Server=viewmobile;Database=TestDB;uid=TestUser;pwd=mypass;" providerName="System.Data.SqlClient" />
  </connectionStrings>
  <appSettings>
    <!-- Connection String for SQL Server 2000/2005 - kept for backwards compatability - legacy modules -->
    <add key="SiteSqlServer" value="Server=viewmobile;Database=TestDB;uid=TestUser;pwd=mypass;" />

from memory, you will probably need to set SQL server to use both "SQL Authentication & Windows Authentication".  You'll find this in the "Server Properties" for SQL 2005.

There are many threads in these forums that talk about installation issues.  If you have a specific error then post it here or better yet, search these forums & your bound to find something that will solve your problem.

Also, XP/IIS5.1 has a limitation of 1 website.  For instructions on how to set up multiple web sites using XP then read this


Cheers
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...install under windows xp?install under windows xp?


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