[karsten samaschke]

ASP.NET daily. Or weekly.

Browse by Tags

All Tags » ASP.NET (RSS)
Bug in CommunityServer::Forums 2.0.1 fixed
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...
ASP.NET Forms vulnerability does not only affect Forms Authentication!
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...
Posted: Oct 02 2004, 11:20 PM by xxxkarsan3020 | with 6 comment(s)
Filed under:
Major ASP.NET Forms Authentication vulnerability found!
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...
Posted: Oct 02 2004, 10:12 PM by xxxkarsan3020 | with 15 comment(s)
Filed under:
VS.NET 2005 Express
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...
Hijack a session on the server-side
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.
Good article about using ASP.NET's Cache API
Take a look: http://msdn.microsoft.com/asp.net/default.aspx?pull=/library/en-us/dnaspp/html/cencachv3.asp . A bit basic, but interesting.
Loggin' with log4net
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....
Master-Page-Limitation in ASP.NET 2.0
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...
Recreate the controls!
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...
How to do a Response.Redirect to another frame
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...
Posted: Feb 23 2003, 11:40 PM by xxxkarsan3020 | with 86 comment(s)
Filed under:
More Posts Next page »