ctrunk514
-
Total Posts
:
47
-
Reward points
:
1955
- Joined: Dec 21 '10
- Location: Denver, CO
-
Status: offline
|
initial logon screen
Wed. Jan 19, '11 12:55 PM
( permalink)
|
|
|
|
Samuel
-
Total Posts
:
11857
-
Reward points
:
180790
- Joined: May 23 '01
-
Status: offline
|
Re: initial logon screen
Wed. Jan 19, '11 2:18 PM
( permalink)
you shouldn't have to do so. Do you have the server settings set exactly as in the article? Or did you add any additional settings to the software's web.config file?
ASPPlayground.NET ~ see our Version 4 plans here
|
|
|
|
Guest
-
Total Posts
:
888
-
Reward points
:
0
- Joined: May 23 '01
-
Status: online
|
Re: initial logon screen
Wed. Jan 19, '11 2:26 PM
( permalink)
The web.confg file should be default
<message edited by Samuel on Wed. Jan 19, '11 2:46 PM>
|
|
|
|
Guest
-
Total Posts
:
888
-
Reward points
:
0
- Joined: May 23 '01
-
Status: online
|
Re: initial logon screen
Wed. Jan 19, '11 2:27 PM
( permalink)
We are getting the alert in IIS: Challenge-based and login redirect-based authentication cannot be used simultaneously. Which is concerning.
|
|
|
|
Samuel
-
Total Posts
:
11857
-
Reward points
:
180790
- Joined: May 23 '01
-
Status: offline
|
Re: initial logon screen
Wed. Jan 19, '11 2:37 PM
( permalink)
Don't worry about the warning. It is not a supported scenario, but at this moment the easiest way to handle AD authentication. About the issue: at this moment, I am unable to reproduce the problem. but we can make it less bothering for your users by changing a line of code in default.aspx.vb Look for FormsAuthentication.SetAuthCookie(strUsrNm, False) Change it to FormsAuthentication.SetAuthCookie(strUsrNm, True) This way, your user will only be redirected when they first visit the forum and this will not happen again for example when they visit the forum the second day.
<message edited by Samuel on Wed. Jan 19, '11 5:04 PM>
ASPPlayground.NET ~ see our Version 4 plans here
|
|
|
|
ctrunk514
-
Total Posts
:
47
-
Reward points
:
1955
- Joined: Dec 21 '10
- Location: Denver, CO
-
Status: offline
|
Re: initial logon screen
Wed. Jan 19, '11 2:45 PM
( permalink)
I am not seeing that code in my default.aspx file? What am I doing wrong?
|
|
|
|
Samuel
-
Total Posts
:
11857
-
Reward points
:
180790
- Joined: May 23 '01
-
Status: offline
|
Re: initial logon screen
Wed. Jan 19, '11 2:47 PM
( permalink)
sorry, typo: it should be default.aspx .vb . I am referring to the code you added yourself based on my article to achieve Windows authentication.
ASPPlayground.NET ~ see our Version 4 plans here
|
|
|
|
ctrunk514
-
Total Posts
:
47
-
Reward points
:
1955
- Joined: Dec 21 '10
- Location: Denver, CO
-
Status: offline
|
Re: initial logon screen
Wed. Jan 19, '11 2:54 PM
( permalink)
Ok got it. That seemed to do the trick, thank you. We are still evaluating your software but so far so good. My users are picky so we may have a few more questions. Thank you for the help.
|
|
|
|