Click here to Skip to main content
15,908,931 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
+ The FormsAuthentication.FormsCookieName Property is read-only , so you cannot set this property in code. In this case, you can manage to add the authentication ticket on your own, the sample code can be found from here[^].

+ So basically, you'll have a web.config file for each application, and one web.config with the same settings at root. At the first step, you can simply set the name property of the forms entry in the web.config file both at root and at the application level identically, and see how it works. Then to make it work for multiple applications with a single login web page at the web server root, you need to manage to add the cookie on your own in code with the cookie name depending on the application being accessed by the user.
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 
GeneralRe: Simple layout question..hopefully Pin
Member 9619-Oct-06 4:42
Member 9619-Oct-06 4:42 
AnswerRe: Simple layout question..hopefully Pin
Ennis Ray Lynch, Jr.18-Oct-06 15:51
Ennis Ray Lynch, Jr.18-Oct-06 15:51 

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.