Click here to Skip to main content
15,879,474 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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
Questionobject reference not set to an instance of object [modified] Pin
Member 387988113-Nov-07 1:10
Member 387988113-Nov-07 1:10 
AnswerRe: object reference not set to an instance of object Pin
Michael Sync13-Nov-07 1:49
Michael Sync13-Nov-07 1:49 
GeneralRe: object reference not set to an instance of object Pin
Member 387988113-Nov-07 2:00
Member 387988113-Nov-07 2:00 
GeneralRe: object reference not set to an instance of object Pin
Michael Sync13-Nov-07 4:00
Michael Sync13-Nov-07 4:00 
QuestionBirthday date problems Pin
matjame13-Nov-07 0:10
matjame13-Nov-07 0:10 
AnswerRe: Birthday date problems Pin
Sun Rays13-Nov-07 0:21
Sun Rays13-Nov-07 0:21 
GeneralRe: Birthday date problems Pin
matjame13-Nov-07 0:27
matjame13-Nov-07 0:27 
GeneralRe: Birthday date problems Pin
Sun Rays13-Nov-07 0:35
Sun Rays13-Nov-07 0:35 
GeneralRe: Birthday date problems Pin
matjame13-Nov-07 0:39
matjame13-Nov-07 0:39 
GeneralRe: Birthday date problems Pin
Sun Rays13-Nov-07 0:42
Sun Rays13-Nov-07 0:42 
GeneralRe: Birthday date problems Pin
matjame13-Nov-07 0:59
matjame13-Nov-07 0:59 
GeneralRe: Birthday date problems Pin
Sun Rays13-Nov-07 1:13
Sun Rays13-Nov-07 1:13 
GeneralRe: Birthday date problems Pin
matjame13-Nov-07 1:40
matjame13-Nov-07 1:40 
GeneralRe: Birthday date problems Pin
matjame14-Nov-07 0:01
matjame14-Nov-07 0:01 
AnswerRe: Birthday date problems Pin
Jintal Patel13-Nov-07 2:17
Jintal Patel13-Nov-07 2:17 
GeneralRe: Birthday date problems Pin
matjame13-Nov-07 2:26
matjame13-Nov-07 2:26 
GeneralRe: Birthday date problems Pin
Jintal Patel13-Nov-07 2:40
Jintal Patel13-Nov-07 2:40 

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.