Click here to Skip to main content
15,887,135 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRe: virtual directories c# Pin
Pankaj Garg25-May-08 19:57
Pankaj Garg25-May-08 19:57 
AnswerRe: virtual directories c# Pin
N a v a n e e t h25-May-08 20:05
N a v a n e e t h25-May-08 20:05 
AnswerRe: virtual directories c# Pin
Laddie25-May-08 19:58
Laddie25-May-08 19:58 
GeneralRe: virtual directories c# Pin
Abhijit Jana25-May-08 20:01
professionalAbhijit Jana25-May-08 20:01 
GeneralRe: virtual directories c# Pin
N a v a n e e t h25-May-08 20:04
N a v a n e e t h25-May-08 20:04 
GeneralRe: virtual directories c# Pin
Laddie25-May-08 20:13
Laddie25-May-08 20:13 
GeneralRe: virtual directories c# Pin
N a v a n e e t h25-May-08 20:55
N a v a n e e t h25-May-08 20:55 
QuestionCross Application Authentication (Domain Read/Set problem) Pin
RCoate25-May-08 15:15
RCoate25-May-08 15:15 
I am trying to get a single login working across two sub domains
(www.my.domain.com and mySubDomain.my.domain.com)

When I create the authentication cookie in www.my.domain.com, I can read most of the cookie settings, but domain does not seem to get set. I have tried setting the domain in the web.config file and also in the login code. In both cases, I can't read it (from www.my.domain). It returns an empty string.

I can't read the cookie at all from mySubDomain.my.domain.com.

Web config file Forms setting is:
<authentication mode="Forms">
<forms name="AuthCookie">
           domain=".my.domain.com"
           enableCrossAppRedirects="true"
           loginUrl="~/Authenticate/logon.aspx"
           protection="All"
           timeout="60"
           path="/"
     />
</forms></authentication>


Both applications have the same settings.
I also have a machineKey set (identical across both apps).

Any idea of what is wrong?

Cheers.
QuestionBest Practice: Thread Management: Making Asynchronous WebRequest from the server Pin
Daniel Magliola25-May-08 14:28
Daniel Magliola25-May-08 14:28 
QuestionFormView Insert record containing DropDownList value Pin
thowra25-May-08 8:48
thowra25-May-08 8:48 
QuestionGet the number of response bytes of an HTTP Response Pin
Marco225025-May-08 5:20
Marco225025-May-08 5:20 
Questionrepresenting dataset after receiving from webservice Pin
Faysal25-May-08 4:53
Faysal25-May-08 4:53 
AnswerRe: representing dataset after receiving from webservice Pin
CodingYoshi25-May-08 9:06
CodingYoshi25-May-08 9:06 
GeneralRe: representing dataset after receiving from webservice Pin
Faysal25-May-08 17:10
Faysal25-May-08 17:10 
Questionformat of date Pin
ptvce24-May-08 23:35
ptvce24-May-08 23:35 
AnswerRe: format of date Pin
gnjunge25-May-08 1:30
gnjunge25-May-08 1:30 
AnswerRe: format of date Pin
derm225-May-08 7:15
derm225-May-08 7:15 
Questioncontrol & access data to a web page programmatically Pin
caradri24-May-08 22:27
caradri24-May-08 22:27 
AnswerRe: control & access data to a web page programmatically Pin
doWhileSomething25-May-08 3:10
doWhileSomething25-May-08 3:10 
QuestionIssue with ajax Update panel and Javascript Pin
Sajid A.24-May-08 22:21
Sajid A.24-May-08 22:21 
QuestionAsp.Net 2 Arabic Language Issue Pin
Aldorado24-May-08 9:16
Aldorado24-May-08 9:16 
AnswerRe: Asp.Net 2 Arabic Language Issue Pin
gnjunge25-May-08 1:19
gnjunge25-May-08 1:19 
GeneralRe: Asp.Net 2 Arabic Language Issue Pin
Aldorado25-May-08 2:03
Aldorado25-May-08 2:03 
AnswerRe: Asp.Net 2 Arabic Language Issue Pin
Mogaambo25-May-08 4:07
Mogaambo25-May-08 4:07 
GeneralRe: Asp.Net 2 Arabic Language Issue Pin
Aldorado25-May-08 4:16
Aldorado25-May-08 4:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.