url encoding ASP vs ASP.net 
Author Message
 url encoding ASP vs ASP.net

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



Wed, 18 Aug 2004 02:37:48 GMT  
 url encoding ASP vs ASP.net
Are you using any extended characters or different codepages?
-Mike
Quote:

> 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



Wed, 18 Aug 2004 07:44:24 GMT  
 url encoding ASP vs ASP.net
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.


Quote:
> Are you using any extended characters or different codepages?
> -Mike




Quote:
> > 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



Thu, 19 Aug 2004 01:01:54 GMT  
 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
| > >
| > >
| >
|
|
|



Fri, 20 Aug 2004 15:06:49 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Survey on ASP/VS6.0 versus ASP.NET/VS.NET

2. VB6/ASP vs .NET/ASP.NET development

3. Visual Basic.NET , ASP or ASP.NET

4. VB.net vs ASP.net

5. VB.Net vs ASP.Net

6. Insert VS.NET Beta 1 on ASP.NET Beta 2

7. using vs.net for asp.net pages

8. VB.Net vs ASP.Net

9. Survey on ASP/VS6.0 vs. ASP.NET/VS.NET

10. ASP 2.0 vs. ASP 3.0

11. ObjectContext vs. Passing ASP objects from ASP page

12. URL, Getting the url using asp

 

 
Powered by phpBB® Forum Software