M
MattB
I've seen some different suggestions about this, and I'm wondering if
there's a common way to do it. I have an app I'll be distributing, so we
can't hardcode a absolute URL in it. I've seen an add-in for doing this, but
I'd like to have this all be our code if possible. Is there a consensus on
the best or most common way to switch to/from ssl?
I'm thinking if there's a way I can get the absolute URL for something I
could then just have a shared function call to change the protocol in that
URL. Is there a way to retrieve the absolute URL from a relative reference
in VB.net? For example, if I could do something like GetAbsURL(myPage.aspx)
and have it return http://www.mydomain.com/myDir/myPage.aspx that would be
perfect. Anything like that available? TIA!
there's a common way to do it. I have an app I'll be distributing, so we
can't hardcode a absolute URL in it. I've seen an add-in for doing this, but
I'd like to have this all be our code if possible. Is there a consensus on
the best or most common way to switch to/from ssl?
I'm thinking if there's a way I can get the absolute URL for something I
could then just have a shared function call to change the protocol in that
URL. Is there a way to retrieve the absolute URL from a relative reference
in VB.net? For example, if I could do something like GetAbsURL(myPage.aspx)
and have it return http://www.mydomain.com/myDir/myPage.aspx that would be
perfect. Anything like that available? TIA!