Re: unwanted URL encoding
- From: Niraj Ranka <nirajranka@xxxxxxxxx>
- Date: Wed, 27 Aug 2008 00:47:37 -0700 (PDT)
Both the links are same.
Welll url encoding can managed by encode / decode functions in request
object.
On Aug 26, 2:52 am, ann <a...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
I am writing my first .net app in vs 2008, .net 3.5 and using IIS 6. I am
filling an iframe with an external url that I create dynamically. This is
working fine except for the fact that my url is encoded - in specific the &
of the querystring in my url is now &
So basically this: http://someurl.com?query1=someval&query2=someval
becomes this: http://someurl.com?query1=someval&query2=someval
Is .net doing this or is it IIS? How do I disable this? If it's .net, can
I disable at page level? I tried ValidateRequest="false" on the off chance
it might help, but it doesn't change anything.
Any help appreciated - thanks
.
- Follow-Ups:
- Re: unwanted URL encoding
- From: ann
- Re: unwanted URL encoding
- Prev by Date: Need of time
- Next by Date: Windows authentication
- Previous by thread: Need of time
- Next by thread: Re: unwanted URL encoding
- Index(es):