Re: Url Encode



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 &amp

So basically this: http://someurl.com?query1=someval&query2=someval

becomes this: http://someurl.com?query1=someval&ampquery2=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

.



Relevant Pages

  • Re: XmlDocument fails (throws) very occasionally.
    ... It would help a ton to have the actual exception message ... The web application is configured in IIS 6.0 to run ... XML that works fine and the XML that causes the catch block to ... does not go away UNTIL someone does a "Recycle" on the DefaultAppPool ...
    (microsoft.public.dotnet.framework.aspnet)
  • XmlDocument fails (throws) very occasionally.
    ... The web application is configured in IIS 6.0 to run ... XmlResponseData and logs it. ... XML that works fine and the XML that causes the catch block to ... does not go away UNTIL someone does a "Recycle" on the DefaultAppPool ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: XML page cannot be displayed (locally it works)
    ... Both files have to be on IIS as a request to load the test.xml file on IIS ... Cannot view XML input using XSL style sheet. ... When I change the "href" in the XML file on the server to a server copy ...
    (microsoft.public.windows.inetexplorer.ie6.browser)
  • Re: xml in plain text file on heavy load.
    ... Read by ASP page on server side, manipulated, and response sent to client ... IIS caches responses, not data files used to compose a response. ... Once again, since this XML file is not sent "as-is" to the client, IIS ...
    (microsoft.public.inetserver.iis)
  • Re: xml in plain text file on heavy load.
    ... even if the XML file is magically and perfectly ... I want to emphasize that IIS would never be caching that XML file on its own ... Application is NOT synchronizing access to your ASP pages. ...
    (microsoft.public.inetserver.iis)

Quantcast