Link to home
Start Free TrialLog in
Avatar of mugsey
mugseyFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Using Request.ServerVariables (SERVER_NAME) in asp.net

I have one login page that server two asp.net app on two different web servers.

I need to use the approach of checking which box the user is trying to get to using
         Request.ServerVariables (SERVER_NAME)

then redirect to the appropriate path ie

        response.redirect("~/owners/store.aspx")

or else

         response.redirect("~/default.aspx")
   
ASKER CERTIFIED SOLUTION
Avatar of wolfman007
wolfman007
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial