
url encoding ASP vs ASP.net
Hi,
Have your tried to use UrlDecodeToBytes, and then decrypt?
I hope this helps. If you have any questions, please reply to this post.
Best Regards,
Jun Su
Microsoft Support
---
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| Subject: Re: url encoding ASP vs ASP.net
| Date: Sat, 2 Mar 2002 09:01:54 -0800
|
| yes,
|
| I'm using a encryption algorithm that puts all the characters into the
| extended set. unfortunately i can not prevent this.
|
| and the decoding on the ASP.NEt side does work if I don't encrypt.
|
| > Are you using any extended characters or different codepages?
| > -Mike
| >
| > > I just noticed that when I urlencode a string in the old asp and send
it
| in
| > > a querystring to a asp.net application that the asp.net application
will
| > > decode it into garbage. apparently they have different encoding
schemas.
| > >
| > > How can I decode my ASP encoded string in ASP.NET
| > >
| > >
| >
|
|
|