Re: Url Encode
- From: "James Matthews" <jamesmatt18@xxxxxxxxx>
- Date: Wed, 27 Aug 2008 10:50:27 -0700
What it is doing is escaping the & this is done in XML. It is because the & is used for something important.
--
http://www.goldwatches.com/
"ann" <ann@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:DB0A12FB-7F25-421B-9398-54326F3C1CEE@xxxxxxxxxxxxxxxx
I am writing my first .net app in vs 2008, .net 3.5 and using IIS 6 (windows
2003). 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.
I've already posted this under .net security but have not received a
response - so maybe it's an IIS issue? If it is, how can I disable it at the
application/virtual site level?
Any help appreciated - thanks
.
- Prev by Date: Re: IIS 6 & UNC Share Scurity Issue
- Next by Date: Re: IIS 6 & UNC Share Scurity Issue
- Previous by thread: Resolve Event code: 3006
- Next by thread: Problem using ASP.Net Impersonation to access UNC share
- Index(es):
Relevant Pages
|