Click here to Skip to main content
15,909,332 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
QuestionRe: Forms Authentication Question Pin
Rob Walter22-Oct-06 15:51
Rob Walter22-Oct-06 15:51 
Hi,

Still haven't been able to get it to work... I've tried changing the cookie name in code dynamically but the properties I've trying to use are read-only. Which property should I be setting in code?

Here is the Login virtual directory web.config:

<authentication mode="Forms"><br />
    <forms loginUrl="/FALogin/Login.aspx" name="Login" protection="All"  path="/" <br />
           timeout="30" enableCrossAppRedirects="true"><br />
    </forms><br />
</authentication><br />
<authorization><br />
  <allow users="?" /><br />
</authorization><br />
<machineKey validationKey="C50B3945949462D0E8DB8CB5CDA1742572A487D9401E3400267682B202B746511891C1BAF47F8D25C07F6C39A104696DB51F17C529AD3CABE" <br />
      decryptionKey="8A9BE8FD67AF6979E7D20198CFEA50DD3D3799C77AF2B72F" <br />
        validation="SHA1" />


Here is the Application 1 virtual directory web.config:

<authentication mode="Forms"><br />
    <forms loginUrl="/FALogin/Login.aspx" name="Application1" protection="All"  path="/" <br />
           timeout="30" enableCrossAppRedirects="true"><br />
    </forms><br />
</authentication><br />
<authorization><br />
  <allow users="?" /><br />
</authorization><br />
<machineKey validationKey="C50B3945949462D0E8DB8CB5CDA1742572A487D9401E3400267682B202B746511891C1BAF47F8D25C07F6C39A104696DB51F17C529AD3CABE" <br />
      decryptionKey="8A9BE8FD67AF6979E7D20198CFEA50DD3D3799C77AF2B72F" <br />
        validation="SHA1" />



Thanks.

Robert
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 
GeneralRe: Simple layout question..hopefully Pin
Member 9619-Oct-06 4:42
Member 9619-Oct-06 4:42 

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.