Java Mailing List Archive

http://www.junlu.com/

Subjects
Home
mod jk2 https
Donation of JAXP 1 3 Sources to Apache
R annoyances
RE: Finding out when the aspnet admin worker process has recycled
Favorite Linux Distribution
eigenvalues of a circulant matrix
Apache Install
Reachin apache from outside
Ant should have an ext directory
Warning: Documentroot doesn 't exist
Can this be Done?
RE: Multilanguage Application
RE: Simple Question On setting up Sub Domain site
Lack of independence in anova()
How to close connection instead of sending 403?
winning the case for ANT
Re: adding php
New Ant GUI 'Ant 's Nest '
Narrowing Down A Strange Problem
Ant Task: sshexec
R Graph Gallery : categorization of the graphs
I 've been hacked, I need some help please
RE: Anyone working with DotNetNuke?
RE: Exception Handling Opinion
hex format
RE: IIS stopped working :(
<for > Build Failed:problem
RE: Separation of Objects from Logic
RE: Tracking pages with long request execution time
sending email to multiple destination
Web Site
ant UI
Easy cut & paste from Excel to R?
Win32 Apache Restart
Improving Tasks
HELP! PLEASE!
RE: Adding Controls to a Page
read table
RE: ASPNET account doesn 't exist!
Best way to uninstall Apache2 on red hat
from win to linux how to web page
XMLParseException changes and creation of XMLLocator2
Re Post: rewrite backslash to forward slash
Target or macrodef?
Page display problem XPSP2
Authentication problems
Dynamic Dictionary Data Type?
Newbie unable access my www from outside
off topic question: Latex and R in industries
Conflict between xtable and Hmisc when using Sweave?
Very old problem without any new solution
mod rewrite help
Basic Authentication question
RE: Code Security
calling ant from java program
prevent double signing
Re: Controlling Copy/Paste/Print
Using R to illustrate the Central Limit Theorem
web server slow too much slow
access to user directories
Links
Home
Official R Project Site
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
RE: Anyone working with DotNetNuke?

RE: Anyone working with DotNetNuke?

2004-10-07       - By ken
Reply:     <<     11     12     13     14     15     16     17     18     19     20     >>  

Tom, check your web.config files, it sounds like you have two sites accessing
the same database, probably the culprit will have one provider string correct
and the other with a misconfiguration error. I am assuming you are using
DotNetNuke 2.1.2
These sites may be of interest to you.
www.wwwcoder.com has some excellent articles on DNN structure that will be of
help to you.
http://portals.my-asp.net for free user documentation and skins
http://otter.surfbc.ca for module reviews, articles and more

Ken Davidson
Ken@(protected)

________________________________

From: Tim Curtin [mailto:tjc_tek@(protected)]
Sent: Tue 10/5/2004 10:32 PM
To: aspnet-admin@(protected)
Subject: [aspnet-admin] RE: Anyone working with DotNetNuke?



is each vdir config'd as it's own application in IIS?

>From: "Tom Ward" <TWARD@(protected)>
>Reply-To: aspnet-admin@(protected)
>To: aspnet-admin@(protected)
>Subject: [aspnet-admin] RE: Anyone working with DotNetNuke?
>Date: Tue, 5 Oct 2004 15:54:12 -0600
>
>Jeff,
>
>Thanks for the reply.  Yes, I create virtual directories for each,
>pointing to the appropriate code set on disk.  Not sure what you mean by
>separate sites as far as IIS is concerned.  I thought this was separate
>sites in IIS.
>
>Thanks again.
>
>Tom
>
>-----Original Message-----
>From: Jeff Laughlin [mailto:jlaughlin@(protected)]
>Sent: Tuesday, October 05, 2004 11:09 AM
>To: aspnet-admin@(protected)
>Subject: [aspnet-admin] RE: Anyone working with DotNetNuke?
>
>okay... looking at your outline below you mention using IIS virtual
>directories rather than websites.  is this your actual configuration?  i
>
>haven't tried it with that configuration myself (alwasy used different
>sites).  if this is the case i'll try it out this evening at home and
>let you know how it goes..
>
>jeff.
>
>
>
>Tom Ward wrote:
>
> >Thanks to everyone for responding to this.
> >
> >I have been out of the office for a few days so I did not respond right
> >away.  However, I do not want to loose your attention just yet since I
> >am still not able to run two separate instances together with out the
> >"Cryptograph" error biting me.
> >
> >This is exactly my scenario and if I miss something let me know and I
> >will clarify:
> >
> >1) Single server 2 processor running Window 2003 Server.
> >2) SQL Server 2000 installed on same server.
> >3) Separate Databases created for each instance of DNN.
> >4) Separate code sets created for each instance of DNN.
> >5) Separate IIS Virtual Directories created for each instance pointing
> >to separate code directories.
> >6) Separate Application pool created and used for each virtual
> >directory.
> >     (Settings here are one concern of mine and I am researching)
> >7) <!-- Forms or Windows authentication -->
> >             <authentication mode="Forms">
> >             <forms name=".DOTNETNUKE2" protection="All"
> >timeout="360"/>
> >             </authentication>
> >             <!--
> >
> >If I clear my cookies I can run either application without an error
> >individually.
> >
> >If I try to link from one application to the other I get the
> >"Cryptography" Error.
> >
> >If I run one application and then close it and run the other
>application
> >I get the "Cryptography" error.
> >
> >I feel like I am missing something simple either in the IIS setup or in
> >Web.config.
> >
> >Thanks again in advance for any input.
> >
> >Tom
> >
> >
> >
> >-----Original Message-----
> >From: Christopher Howell [mailto:chris.howell.ak@(protected)]
> >Sent: Friday, October 01, 2004 10:52 AM
> >To: aspnet-admin@(protected)
> >Subject: [aspnet-admin] RE: Anyone working with DotNetNuke?
> >
> >I have also ran multiple instances with multiple portals on the same
> >box without problems.
> >
> >NorthWest Data Solutions, Anchorage, Alaska
> >
> >
> >On Fri, 01 Oct 2004 10:38:17 -0400, Jeff Laughlin
> ><jlaughlin@(protected)> wrote:
> >
> >
> >>Greetings,
> >>
> >>I actually run a few instances of DotNetNuke on my systems and have
> >>never had any issues along these lines.  Are all of your instances
> >>pointing to the same database or did you install a different database
> >>for each one.  also, are you using the same codebase or different
> >>codebases in different folders for each?
> >>
> >>jeff.
> >>
> >>
> >>
> >>
> >>Tom Ward wrote:
> >>
> >>
> >>
> >>>Another Issue that I have yet to resolve which is a thorn in my side
> >>>
> >>>
> >is
> >
> >
> >>>running multiple DNN applications on the same server.  I have DNN
> >>>implemented multiple times on the same server and I can not link from
> >>>one DNN To the other.  In fact if I run one application and close it
> >>>then run the other application it will fail with a "System
> >>>
> >>>
> >Cryptography
> >
> >
> >>>error".  I have to clear my cookies and files before it will run.  I
> >>>must fix this problem but so far nothing I have tried has worked.  I
> >>>will post the fix when I find it.
> >>>
> >>>Tom
> >>>
> >>>
> >>>Need SQL Advice? http://sqladvice.com
> >>>Need RegEx Advice? http://regexadvice.com
> >>>Need XML Advice? http://xmladvice.com
> >>>
> >>>
> >>>
> >>>
> >>Need SQL Advice? http://sqladvice.com
> >>Need RegEx Advice? http://regexadvice.com
> >>Need XML Advice? http://xmladvice.com
> >>
> >>
> >>
> >
> >
> >
> >
> >
>
>
>
>
>Need SQL Advice? http://sqladvice.com
>Need RegEx Advice? http://regexadvice.com
>Need XML Advice? http://xmladvice.com
>
>
>Need SQL Advice? http://sqladvice.com
>Need RegEx Advice? http://regexadvice.com
>Need XML Advice? http://xmladvice.com

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar ? get it now!
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/



Need SQL Advice? http://sqladvice.com
Need RegEx Advice? http://regexadvice.com
Need XML Advice? http://xmladvice.com





Need SQL Advice? http://sqladvice.com
Need RegEx Advice? http://regexadvice.com
Need XML Advice? http://xmladvice.com

©2008 junlu.com - Jax Systems, LLC, U.S.A.