Ask a Question related to ASP.NET Security, Design and Development.
-
Kirk #1
httprequest.validateinput()
Can you create a new class that inherits from httprequest
and override the validateinput method, is this possible,
advisable, best practice or is there another way to
accomplish this. Any articles or code samples would be
appreciated.
Kirk Guest
-
HELP! SSL HTTPRequest Problem
I have two servers in a web farm that are (as far as I can tell) configured exactly the same. One server works fine when runnin the following code,... -
modify HttpMethod or HttpRequest propertys
I have a web service. It works fine. Now the incoming HttpMethod and RequestType (HttpRequest object) is "Post" instead of "POST". This value... -
How to use client certificate private key from httprequest.clientcertificate
I have web site setup with client certificate for user authentication mapping the client certificate to an existing NT user account. I would like... -
Method not found: System.Collections.Specialized.NameValueCollection System.Web.HttpRequest.get_QueryString().
I just recently started getting the above error on a page I am posting MULTIPART/FORM-DATA. We have SoftArtisans FileUp component and Filter... -
Victor Garcia Aprea [MVP] #2
Re: httprequest.validateinput()
Hi Kirk,
See [1] and [2] to learn more about how this new 1.1 feature works, that
should give you a good idea of the possibilities.
[1] [url]http://weblogs.asp.net/vga/posts/6329.aspx[/url]
[2] [url]http://weblogs.asp.net/vga/posts/7170.aspx[/url]
--
Victor Garcia Aprea
Microsoft MVP | ASP.NET
Looking for insights on ASP.NET? Read my blog:
[url]http://obies.com/vga/blog.aspx[/url]
To contact me remove 'NOSPAM'. Please post all questions to the newsgroup
and not by private mail.
"Kirk" <kirk.smithson@linksys.com> wrote in message
news:04bd01c34fdc$7c96c180$a401280a@phx.gbl...> Can you create a new class that inherits from httprequest
> and override the validateinput method, is this possible,
> advisable, best practice or is there another way to
> accomplish this. Any articles or code samples would be
> appreciated.
Victor Garcia Aprea [MVP] Guest



Reply With Quote

