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 ...Writen Installation Intrustruction to install using Visual Web Developer Express Ed.Writen Installation Intrustruction to install using Visual Web Developer Express Ed.
Previous
 
Next
New Post
5/26/2006 3:23 PM
 

"Directory listing denied" indicates that you are giving IIS a URL to some directory and it doesn't find a default document (home.htm, default.asp, etc.) and then that the Directory Listing option isn't allowed.

To see this, start IIS Manager, go to your Site, right click and select properties. Then click "Home Diretory" tab: See the Directory Listing box? What you probably really want though is under documents and verify that the default docs (defaulty.aspx for Dot NetNuke) is there, and at the top. If not, also verify that ASP.NET is set for version 2.xxxx (presuming you are running DotNetNuke 4.x, else use ASP.NET v1).

Also leave IP at (All Unassigned), unless you are serving multiple web sites with the one server.

Good luck.

 
New Post
5/26/2006 10:19 PM
 
would someone mind explaining what "select a page" means I think it means "object explorer". I dont know where these options such as user mapping exist.
 
New Post
5/29/2006 1:08 PM
 

See my addendum acouple of posts up, Under point 9, I added the missing text: "right-click and select properties."

This brings up another dialog, and the large pane on the left is titled "Select a Page".

 
New Post
5/30/2006 8:41 PM
 

Just an F.Y.I. for those of you who may follow these instructions and run into an error of "unable to display" modules right after you install DNN.  When you modify the connection stirngs (notice sting"s"), you have to do both (I guess for backwards compatibility) in web.config to take care of the problem.  This is how I fixed mine and trust me I ran the installation quite a few times to find out where the problem was (not that there was a problem but it was more a "where MY problem was ;o).

Here is a sample of the "connectionStrings" and "appSettings" code with the modifications (verbatim) in my web.config that worke properly.

Notice I've commented out the SQL Express sections and un-commented/edited the SQL Server 2000/2005 sections with the needed information.

Best regards,

Jose Lopez Portillo

<connectionStrings>

<!-- Connection String for SQL Server 2005 Express

<add

name="SiteSqlServer"

connectionString="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Database.mdf;"

providerName="System.Data.SqlClient" /> -->

<!-- Connection String for SQL Server 2000/2005 -->

<add

name="SiteSqlServer"

connectionString="Server=WINXP\SQLEXPRESS;Database=DotNetNuke;uid=DotNetNuke;pwd=password;"

providerName="System.Data.SqlClient" />

</connectionStrings>

<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=|DataDirectory|Database.mdf;"/> -->

<!-- Connection String for SQL Server 2000/2005 - kept for backwards compatability - legacy modules -->

<add key="Server=WINXP\SQLEXPRESS;Database=DotNetNuke;uid=DotNetNuke;pwd=password;"/>

<add key="InstallTemplate" value="DotNetNuke.install.config" />

<!-- Alternative Install Templates (included in package)

<add key="InstallTemplate" value="Club.install.config" />

<add key="InstallTemplate" value="Personal.install.config" />

<add key="InstallTemplate" value="SmallBusiness.install.config" />

-->

<add key="AutoUpgrade" value="true" />

<add key="InstallMemberRole" value="true" />

<add key="ShowMissingKeys" value="false" />

<add key="EnableWebFarmSupport" value="false" />

<add key="EnableCachePersistence" value="false"/>

</appSettings>

 
New Post
7/7/2006 4:48 PM
 
Ok I had to redo my server.  I did everything the same way as in the instructions above.  This time, when I go to http://localhost/dotnetnuke, all I get is a directory of the files.  What the heck did I do now?
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Writen Installation Intrustruction to install using Visual Web Developer Express Ed.Writen Installation Intrustruction to install using Visual Web Developer Express Ed.


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