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-09-30       - By Tom Ward
Reply:     1     2     3     4     5     6     7     8     9     10     >>  

Nate,

Thanks for the reply to this.  I have been trying to solve this for a
long time.  Your first solution is what I was hoping to use as solution.
However it did not correct the problem for me.  The following is what I
did to change the web.config

<authentication mode="Forms">
  <forms name=".DOTNETNUKE2" protection="All" timeout="360"/>
</authentication>

Am I missing something?

I just have two standalone DNN applications running on the same server.
I do not need cross application authentication.

I will try your second solution as I had not tried that yet.

Thanks again.

Tom


-----Original Message-----
From: Nate Pink [mailto:nate.pink@(protected)]
Sent: Wednesday, September 29, 2004 3:25 PM
To: aspnet-admin@(protected)
Subject: [aspnet-admin] RE: Anyone working with DotNetNuke?

Tom and all,
The problem you are running in to is that the portals by default use the
same form cookie name.  The web apps try to reuse it and finds they
can't decrypt it.  There are two fixes for this that I know of.  

One is to change the name of the form security cookie name in the
web.configs of the apps, but you will loose cross portal authentication
(which only really works if you make a custom authentication assembly
that pulls a user id from a common source).

The second is to set you web server machine to not encrypt form
authentication tokens per web application and instead do it for the
whole machine.  This was a change from dotnet 1.0 and could be a problem
in a hosted environment if changed.  To change this, you will need to
modify the machine.config: (this is from memory, but should get you
started)
<machineKey validationKey="AutoGenerate,IsolateApps"
decryptionKey="AutoGenerate,IsolateApps" validation="SHA1"/>
To
<machineKey validationKey="AutoGenerate" decryptionKey="AutoGenerate "
validation="SHA1"/>

My old job switched to a policy of "Everything fits in to a IBuySpy
Portal".  I think it's great for some things, but tired of it quickly
and left the job when they wouldn't listen to reason.  To do much of
anything useful you need to modify fundamental parts to it, which makes
upgrading to a new version all but impossible.  I haven't used DNN in
production, but thought it was much cleaner than the original IBS
reference.  It has some great code samples in it for sure.  My new job
used it for what it was intended, a reference, and build a nice light
way template app from it.

Nate


-----Original Message-----
From: Tom Ward [mailto:TWARD@(protected)]
Sent: Wednesday, September 29, 2004 11:50 AM
To: aspnet-admin@(protected)
Subject: [aspnet-admin] RE: Anyone working with DotNetNuke?

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

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