Click here to Skip to main content
15,899,314 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: User Input on DropDownList Pin
Pawel Krakowiak13-Nov-07 6:34
Pawel Krakowiak13-Nov-07 6:34 
GeneralRe: User Input on DropDownList Pin
Brady Kelly13-Nov-07 18:05
Brady Kelly13-Nov-07 18:05 
QuestionRedirect to another page ClientSide Pin
M_Menon13-Nov-07 4:35
M_Menon13-Nov-07 4:35 
AnswerRe: Redirect to another page ClientSide Pin
Fred_Smith13-Nov-07 11:59
Fred_Smith13-Nov-07 11:59 
GeneralRe: Redirect to another page ClientSide Pin
M_Menon14-Nov-07 7:18
M_Menon14-Nov-07 7:18 
QuestionUsing Web Service from Remote location Pin
anu_sam77713-Nov-07 3:44
anu_sam77713-Nov-07 3:44 
AnswerRe: Using Web Service from Remote location Pin
Guffa13-Nov-07 6:07
Guffa13-Nov-07 6:07 
GeneralRe: Using Web Service from Remote location Pin
anu_sam77713-Nov-07 17:07
anu_sam77713-Nov-07 17:07 
Questionhow can i disable of datalist textboxes by javascript Pin
Harun.Net13-Nov-07 2:55
Harun.Net13-Nov-07 2:55 
AnswerRe: how can i disable of datalist textboxes by javascript Pin
Michael Sync13-Nov-07 4:09
Michael Sync13-Nov-07 4:09 
AnswerRe: creation of Web project setup in VS.NET 2005 without giving the source code to client. Pin
N a v a n e e t h13-Nov-07 1:59
N a v a n e e t h13-Nov-07 1:59 
AnswerRe: creation of Web project setup in VS.NET 2005 without giving the source code to client. Pin
Braulio Dez13-Nov-07 3:37
Braulio Dez13-Nov-07 3:37 
GeneralRe: creation of Web project setup in VS.NET 2005 without giving the source code to client. Pin
Elena200613-Nov-07 18:56
Elena200613-Nov-07 18:56 
Questioncreation of Web project setup in VS.NET 2005 without giving the source code to client. Pin
Elena200613-Nov-07 1:57
Elena200613-Nov-07 1:57 
QuestionCould you please give me your advice Pin
abglorie13-Nov-07 1:30
abglorie13-Nov-07 1:30 
AnswerRe: Could you please give me your advice Pin
Colin Angus Mackay13-Nov-07 1:50
Colin Angus Mackay13-Nov-07 1:50 
AnswerRe: Could you please give me your advice Pin
N a v a n e e t h13-Nov-07 1:57
N a v a n e e t h13-Nov-07 1:57 
AnswerRe: Could you please give me your advice Pin
ballameharmurali13-Nov-07 17:57
ballameharmurali13-Nov-07 17:57 
Questionrenaming a file in disk through web application Pin
Sunil Wise13-Nov-07 1:27
professionalSunil Wise13-Nov-07 1:27 
AnswerRe: renaming a file in disk through web application Pin
Michael Sync13-Nov-07 4:04
Michael Sync13-Nov-07 4:04 
GeneralRe: renaming a file in disk through web application Pin
Sunil Wise13-Nov-07 20:29
professionalSunil Wise13-Nov-07 20:29 
Questionhow to conver date time day from text datatype Pin
Piyush Vardhan Singh13-Nov-07 1:24
Piyush Vardhan Singh13-Nov-07 1:24 
AnswerRe: how to conver date time day from text datatype Pin
InsDev13-Nov-07 2:06
InsDev13-Nov-07 2:06 
AnswerRe: how to conver date time day from text datatype Pin
InsDev13-Nov-07 2:08
InsDev13-Nov-07 2:08 
QuestionForms authentication and HTTPS Pin
Martin Gibson13-Nov-07 1:13
Martin Gibson13-Nov-07 1:13 
Hi All,

I have a secure certificate, and I want to use it to secure ONLY the login.aspx page. So, I need the user to make a request for http://localhost/protectedpage.aspx, get redirected to https://localhost/login.aspx, and once logged in, get redirected back to the protectedpage.aspx using http.

I have the code in place to do all this redirecting stuff, but the problem is that, once the user has been redirected back to the orignal page (protectedpage.aspx) after logging in, they get sent straight back to login.aspx as they are still deemed to be NOT logged in on http:// requests. If I change the url to request the protectedpage.aspx using https, it goes in no problem.

It is as if forms autentication only authenticates the user for the protocol used in the initial request to the login page.

Can anyone help me to understand what is going on here, and suggest what I can do about it?

Many thanks,

Martin

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.