The Artima Developer Community
Sponsored Link

.NET Buzz Forum
ASP.NET Web security

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Jason Nadal

Posts: 184
Nickname: jnadal
Registered: Dec, 2003

Jason Nadal is an asp.net developer, dabbling in winforms from time to time.
ASP.NET Web security Posted: Mar 4, 2004 8:13 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Jason Nadal.
Original Post: ASP.NET Web security
Feed Title: Jason Nadal
Feed URL: http://www.asp.net/err404.htm?aspxerrorpath=/jnadal/Rss.aspx
Feed Description: Restless C#ding
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Jason Nadal
Latest Posts From Jason Nadal

Advertisement

Coming live from DevDays in Newark (really Secaucus), NJ:

 

The web security session explained the various authentication mechanisms inherent to IIS, as well as some of the various choices for access permissions.  Hardware vs. software and basic hack attempts were shown.  My favorite dumb exploit has got to be storing a price in a hidden field (in the context of an online ordering system)... people take advantage of this system weakness by changing the price and getting goods way below the legitimate costs. 

The discussion was beginner/ slight intermediate (today, we learn that asp.net page requests are in the ASP.NET process in task manager, and can be killed from there...)  On the deeper level, IIS 6's page request path, and the basics of application pooling were shown. All requests are piped through http.snd pointed to the appropriate isapi filter within the app pool.

Details on how to configure the ASP.NET worker process, and the asp.net service under IIS 6 were discussed more in depth.

Read: ASP.NET Web security

Topic: Why does C# require 'ref' and 'out' at both definition and use? Previous Topic   Next Topic Topic: Ex-Intel Architect Discussion

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use