Browse by Tags
All Tags »
ASP.NET (
RSS)
After playing a while with the current version of Telligent's Community Server :: Forums 2.0.1, I found a real work-around for its annoying moderation bug in the administration. The complete solution is posted here: http://weblog.ksamaschke.de/PermaLink...
It gets worse and worse: As Lorenzo Barbieri states in is weblog ( http://weblogs.asp.net/lbarbieri/archive/2004/10/02/237049.aspx ), the \- and %5c-vulnerability does not only affect Forms Authentication: It also affects Windows Authentication! If you...
A major ASP.NET Forms Authentication vulnerability has been found! In short: When you secure sub-directories using Forms Authentication, you'll usually define this in your web.config. If you use IE to access a sub-directory - for example http://localhost...
At TechEd Europe, Microsoft is announcing some new products targeting beginners, enthusiasts, hobbyists and students: The VS.NET 2005 Express products. These products consist of: Visual Web Developer 2005 Express Edition , a lightweight tool for building...
Just discovered this great article by Robbe D. Morris: http://www.eggheadcafe.com/articles/hijacksession.asp . Worth a read if you're having trouble with your customers or if undefined errors appear.
Take a look: http://msdn.microsoft.com/asp.net/default.aspx?pull=/library/en-us/dnaspp/html/cencachv3.asp . A bit basic, but interesting.
The log4net-logging solution is definitely worth a view: http://logging.apache.org/log4net/ Never ever had a more satisfying logging solution before. And best of all: It's the same as if you would be using log4j, the famous logging solution for Java....
The concept of Masterpages introduced in ASP.NET “Whidbey” is really fascinating. But it seems to have one major limitation, which appears to make it quite unusable in bigger Web-Applications: There seems to be no functionality, which allows...
Two very important rules if you work with dynamically added controls: Recreate the controls! Recreate every single control on PostBack if you want to react on any events. If you "forget" just one control, your ViewState may become invalid and no event...
One of the most often asked questions is: Is it possible to do a Response.Redirect to another frame or a new window? There is just one answer to this question: No, it isn't. Nope. No chance. No way. Never. Forget it. Why isn't this possible? It is not...
More Posts
Next page »