Click here to Skip to main content
15,892,809 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: validation using javascript Pin
Prosanta Kundu online29-Jul-10 18:39
Prosanta Kundu online29-Jul-10 18:39 
AnswerRe: validation using javascript Pin
Mugdha_Aditya29-Jul-10 19:31
Mugdha_Aditya29-Jul-10 19:31 
GeneralRe: validation using javascript Pin
Arun Jacob29-Jul-10 19:38
Arun Jacob29-Jul-10 19:38 
AnswerRe: validation using javascript Pin
Amit Patel198529-Jul-10 21:35
Amit Patel198529-Jul-10 21:35 
Questionvalidation in jscript Pin
Thanusree Duth29-Jul-10 17:47
Thanusree Duth29-Jul-10 17:47 
AnswerRe: validation in jscript Pin
Prosanta Kundu online29-Jul-10 18:06
Prosanta Kundu online29-Jul-10 18:06 
AnswerRe: validation in jscript Pin
Mugdha_Aditya29-Jul-10 19:39
Mugdha_Aditya29-Jul-10 19:39 
QuestionResponse.Redirect - how to send absolute path Pin
Yusuf29-Jul-10 10:00
Yusuf29-Jul-10 10:00 
We have an application, which it has its own user authentication pages. Also, we have a web services that runs in parallel with the main application. The web services utilizes separate authentication mechanism. So, users of our web service get authenticated then they are redirected to the web services. This all works fine.

In most cases, all of our clients implement their own code to talk to our web services. Recently, we had a client who requested us we develop the mechanism for them. All of our testes passed in the test environment. In the test environment the web service and the authentication mechanism live in separate servers, so a client first authenticates with server A then we redirects them to server B. This has been working fine for number of years.

User authenticates using https://www.A.com/app/authenticateme.aspx
then we redirect them to https://www.B.com/app1/letmein.aspx?iguid=xyz


When we moved to production the piece of code we developed, we decided to put both applications in the same server, and I was surprized to how Response.Redirect and IIS work.

User authenticates using https://www.A.com/app/authenticateme.aspx
then we redirect them to https://www.A.com/app1/letmein.aspx?iguid=xyz


In the second case, the redirect is sent to the client as relative url /app1/letmein.aspx?iguid=xyz even though we are setting the full absolute URL in the redirect. I have checked the returned pages headers using Fiddler and it shows relative url, not absolute as I was expecting them.

I googled for some hint and found out that I need to set useFullyQualifiedRedirectUrl="true" in the config file. But that does not seem to make a difference.

So, Is there a way to tell the app or IIS to send full absolute URL? How do I achieve that.

AnswerRe: Response.Redirect - how to send absolute path Pin
Prosanta Kundu online29-Jul-10 18:26
Prosanta Kundu online29-Jul-10 18:26 
GeneralRe: Response.Redirect - how to send absolute path Pin
Yusuf29-Jul-10 21:12
Yusuf29-Jul-10 21:12 
Questionhtml tag problem in asp.net Pin
Dhyanga29-Jul-10 8:49
Dhyanga29-Jul-10 8:49 
AnswerRe: html tag problem in asp.net Pin
Yusuf29-Jul-10 8:53
Yusuf29-Jul-10 8:53 
GeneralRe: html tag problem in asp.net Pin
Dhyanga29-Jul-10 9:01
Dhyanga29-Jul-10 9:01 
GeneralRe: html tag problem in asp.net Pin
Yusuf29-Jul-10 9:26
Yusuf29-Jul-10 9:26 
GeneralRe: html tag problem in asp.net Pin
Dhyanga29-Jul-10 9:37
Dhyanga29-Jul-10 9:37 
GeneralRe: html tag problem in asp.net [modified] Pin
raju melveetilpurayil29-Jul-10 9:28
professionalraju melveetilpurayil29-Jul-10 9:28 
GeneralRe: html tag problem in asp.net Pin
Dhyanga29-Jul-10 9:39
Dhyanga29-Jul-10 9:39 
Questiongetting sections in different page is word file Pin
Dhyanga29-Jul-10 8:45
Dhyanga29-Jul-10 8:45 
AnswerRe: getting sections in different page is word file Pin
Yusuf29-Jul-10 8:54
Yusuf29-Jul-10 8:54 
GeneralRe: getting sections in different page is word file Pin
Dhyanga29-Jul-10 9:09
Dhyanga29-Jul-10 9:09 
GeneralRe: getting sections in different page is word file Pin
David Mujica29-Jul-10 10:18
David Mujica29-Jul-10 10:18 
GeneralRe: getting sections in different page is word file Pin
Dhyanga29-Jul-10 10:36
Dhyanga29-Jul-10 10:36 
GeneralRe: getting sections in different page is word file Pin
David Mujica29-Jul-10 10:48
David Mujica29-Jul-10 10:48 
GeneralRe: getting sections in different page is word file Pin
Dhyanga2-Aug-10 5:10
Dhyanga2-Aug-10 5:10 
GeneralRe: getting sections in different page is word file Pin
David Mujica2-Aug-10 10:33
David Mujica2-Aug-10 10:33 

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.