Re: Response.Redirect Custom Protocol, not http
- From: "George" <noemail@xxxxxxxxxxx>
- Date: Thu, 11 Sep 2008 09:51:49 -0400
I do not see why it should not work...
You need to be more verbose.
When you saying that you "not seem to be able to redirect to a custom protocol" what exactly do you mean?
Do you know where problem is.
It might be in a browser when browser simply does not understand myprotocol://myurl or it might be in a ASP.NET if Response.Redirect tries to analyze the URL before sending to the browser
Install tool from Microsoft called http://www.fiddlertool.com/fiddler/ it will help you see what browser is getting from the server.
George.
"Nick" <a@xxxxx> wrote in message news:%23Iv54b$EJHA.5224@xxxxxxxxxxxxxxxxxxxxxxx
Hi there,
I would like to perform something like the following from my vb.net web service, being invoked via HTTP Post
Call HttpContext.Current.Response.Redirect("myprotocol://myurl")
Unfortunately I do not seem to be able to redirect to a custom protocol url, any ideas why? Basically I'm trying to implement this functionality so no coding need take place to get the redirection from the consuming web page.
Cheers for any advice.
Nick.
.
- Follow-Ups:
- References:
- Response.Redirect Custom Protocol, not http
- From: Nick
- Response.Redirect Custom Protocol, not http
- Prev by Date: Re: Get SessionID for all persons using the application?
- Next by Date: Re: problem in using asp.net stream graphic and image
- Previous by thread: Re: Response.Redirect Custom Protocol, not http
- Next by thread: Re: Response.Redirect Custom Protocol, not http
- Index(es):
Relevant Pages
|