Click here to Skip to main content
15,892,517 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralBTW Pin
Ennis Ray Lynch, Jr.18-Oct-06 16:32
Ennis Ray Lynch, Jr.18-Oct-06 16:32 
GeneralRe: BTW Pin
minhpc_bk18-Oct-06 16:39
minhpc_bk18-Oct-06 16:39 
GeneralRe: BTW Pin
minhpc_bk18-Oct-06 16:49
minhpc_bk18-Oct-06 16:49 
GeneralRe: BTW Pin
Ennis Ray Lynch, Jr.18-Oct-06 16:55
Ennis Ray Lynch, Jr.18-Oct-06 16:55 
GeneralRe: More on file uploading Pin
Ennis Ray Lynch, Jr.19-Oct-06 4:12
Ennis Ray Lynch, Jr.19-Oct-06 4:12 
GeneralAha: Those that don't know everything may be interested Pin
Ennis Ray Lynch, Jr.19-Oct-06 7:13
Ennis Ray Lynch, Jr.19-Oct-06 7:13 
QuestionForms Authentication Question [modified] Pin
Rob Walter18-Oct-06 12:05
Rob Walter18-Oct-06 12:05 
AnswerRe: Forms Authentication Question Pin
minhpc_bk18-Oct-06 15:43
minhpc_bk18-Oct-06 15:43 
The problem here IMO is that the Login.aspx web page is located outside the boundary of the web application such as application1, so the authentication ticket generated does not have meaning to the application1 and as a result of that the application1 refuses to access its web page. What you might need to do is to configure so that the authentication cookies can be used across the application boundary, for more details you can see Forms Authentication Across Applications[^]

Also, you require the authentication for each application, not for all, so the name of the authentication cookie should be dynamically set in the Login page depending on which application is currently accessed.



QuestionRe: Forms Authentication Question Pin
Rob Walter22-Oct-06 15:51
Rob Walter22-Oct-06 15:51 
AnswerRe: Forms Authentication Question Pin
minhpc_bk23-Oct-06 5:49
minhpc_bk23-Oct-06 5:49 
Questionexe file Pin
hamzah123418-Oct-06 11:04
hamzah123418-Oct-06 11:04 
AnswerRe: exe file Pin
Christian Graus18-Oct-06 12:23
protectorChristian Graus18-Oct-06 12:23 
QuestionDisplaying Hourglass cursor at the start of event and normal one at the end of event Pin
Omkar Ghaisas18-Oct-06 10:04
Omkar Ghaisas18-Oct-06 10:04 
AnswerRe: Displaying Hourglass cursor at the start of event and normal one at the end of event Pin
minhpc_bk18-Oct-06 15:44
minhpc_bk18-Oct-06 15:44 
QuestionCannot get ASP.NET page to run server side Pin
Zach Burnett18-Oct-06 9:25
Zach Burnett18-Oct-06 9:25 
AnswerRe: Cannot get ASP.NET page to run server side Pin
Guffa18-Oct-06 10:36
Guffa18-Oct-06 10:36 
GeneralRe: Cannot get ASP.NET page to run server side Pin
Zach Burnett18-Oct-06 10:44
Zach Burnett18-Oct-06 10:44 
GeneralRe: Cannot get ASP.NET page to run server side Pin
Zach Burnett18-Oct-06 10:54
Zach Burnett18-Oct-06 10:54 
AnswerRe: Cannot get ASP.NET page to run server side Pin
Christian Graus18-Oct-06 12:24
protectorChristian Graus18-Oct-06 12:24 
AnswerRe: Cannot get ASP.NET page to run server side Pin
Zach Burnett18-Oct-06 12:46
Zach Burnett18-Oct-06 12:46 
GeneralRe: Cannot get ASP.NET page to run server side Pin
Zach Burnett18-Oct-06 13:29
Zach Burnett18-Oct-06 13:29 
QuestionSimple layout question..hopefully Pin
Member 9618-Oct-06 7:57
Member 9618-Oct-06 7:57 
AnswerRe: Simple layout question..hopefully Pin
Christian Graus18-Oct-06 8:11
protectorChristian Graus18-Oct-06 8:11 
GeneralRe: Simple layout question..hopefully Pin
Member 9618-Oct-06 8:31
Member 9618-Oct-06 8:31 
AnswerRe: Simple layout question..hopefully Pin
Guffa18-Oct-06 14:53
Guffa18-Oct-06 14:53 

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.