Ask a Question related to ASP.NET General, Design and Development.
-
Kevin Blakeley #1
SSL Problems
Here is my scenario and I know I can't be the only one with this problem. I
have create a user control that has encapsulated my navigational system. As
a snippet my code looks something like this:
Tour.NavigateUrl = "~/Tour/Start.aspx" ;
Office.NavigateUrl = "~/Office/Start.aspx" ;
TellFriend.NavigateUrl = "~/Tellfriend.aspx" ;
LeaderBrd.NavigateUrl = "~/LeaderBoard.aspx" ;
Training.NavigateUrl = "~/Training/Start.aspx" ;
So far this has been working until I put this control on a page that has
SSL. Well now, since the paths are all relative, when a user navigates off
of the ssl page using the usercontrol, all the other pages are connected to
using SSL.
So I figure I could easily check the request object which tells me if we are
dealing with a secure connection, and output the URLs with the fully
qualified URL (example: [url]http://www.mysite.com/tour/start.aspx[/url]). Then I ran
into a new problem, this won't work when we are running locally and
debugging as I want to be able to use the navigational system when we are
running locally
The obvious solution would be to check to see if we are working locally and
output the URL that way, but there has to be an easier way to do all of
this.
Any ideas?
Kevin Blakeley
Kevin Blakeley Guest
-
problems with 8.0 Rc4
I've been trying to check that my current application working on postgres 7.4 will work with 8.0. I've not checked the application yet but I'm... -
problems with preLoadNetThing and fileName (was problems with preLoadNetThing and importFileInto)
You don't want to leave the QT member in your cast when you publish your movie - it's not really there, it's linked. When you run the movie it will... -
IE6 problems
I have a login script to a website where a user logs in through a standard webform with a username and password that needs to be validated. My... -
I having problems with IIS
I just tried to view a page that I had earlier on my own personal web site and was not able to view it. I then tried just plain old localhost and... -
Why am I Having Problems ?
On 8/2/03 1:08 PM, in article 6TUWa.216121$o86.33889@news1.central.cox.net, "Spam@markris.com" <Spam@markris.com> wrote: A Relationship requires...



Reply With Quote

