Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP.NET benefits for ASP

Reply
Thread Tools

ASP.NET benefits for ASP

 
 
Aaron
Guest
Posts: n/a
 
      01-24-2004
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


 
Reply With Quote
 
 
 
 
Hermit Dave
Guest
Posts: n/a
 
      01-24-2004
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...

--
Regards,
HD
Once a Geek.... Always a Geek
"Aaron" <> wrote in message
news:...
> 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
>
>



 
Reply With Quote
 
 
 
 
Aaron
Guest
Posts: n/a
 
      01-24-2004
is it possible to add a filter for all incoming html request?

"Hermit Dave" <> wrote in message
news:...
> 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...
>
> --
> Regards,
> HD
> Once a Geek.... Always a Geek
> "Aaron" <> wrote in message
> news:...
> > 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
> >
> >

>
>



 
Reply With Quote
 
Hermit Dave
Guest
Posts: n/a
 
      01-24-2004
well filter in what sense ?
if you are thinking in terms of something that can check values against Sql
Injection...
have a look at this article...
http://www.securiteam.com/securityre...DP0N1P76E.html

--
Regards,
HD
Once a Geek.... Always a Geek
"Aaron" <> wrote in message
news:...
> is it possible to add a filter for all incoming html request?
>
> "Hermit Dave" <> wrote in message
> news:...
>> 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...
>>
>> --
>> Regards,
>> HD
>> Once a Geek.... Always a Geek
>> "Aaron" <> wrote in message
>> news:...
>> > 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
>> >
>> >

>>
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
`Job Opportunities · Benefits. What's it like to work in Bangalore?Job Opportunities · Benefits. What's it like to work in Bangalore? \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ >jeni Python 0 08-23-2009 06:32 AM
Any article explains challenges and benefits of 64 bit asp.net server? Max2006 ASP .Net 3 07-17-2008 06:16 AM
ASP.NET Profile Provider benefits and pitfalls? =?Utf-8?B?dmE=?= ASP .Net 0 03-24-2006 12:36 AM
MCSE Benefits... what benefits. Johnny Yi MCSE 51 01-24-2005 02:05 PM
Benefits ASP.NET over CGI Stijn Verrept ASP .Net 12 01-22-2004 08:07 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57