ASP.NET benefits for ASP

A

Aaron

asp.net 1.1 has protection against XSS and sql injection. i'm also running
an asp site on the same server, is it possible for the server to
automatically detect those intrusion methods for my asp application?

thanks
 
H

Hermit Dave

well asp.net has objects like SqlParameter which shield you against Sql
Injection etc...
unfortunately since you cannot use those objects in classic asp you can't do
that...
so you are left to manually do that (ie check the passed params and log them
if needed)

hope this helps...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,053
Latest member
billing-software

Latest Threads

Top