Sign in
|
Join
in
Current Tags
[karsten samaschke] (blog)
Original ASP.NET Community Bloggers (group)
(Entire Site)
ASP.NET Weblogs
Home
Blogs
This Blog
Home
About
Syndication
RSS
Atom
Comments RSS
Recent Posts
Today's SPAM count
Bug in CommunityServer::Forums 2.0.1 fixed
ASP.NET Forms vulnerability does not only affect Forms Authentication!
Major ASP.NET Forms Authentication vulnerability found!
Got my 4th MVP award!
Tags
ASP.NET
C#
Opinion
VB.NET
ASP Links
ASP FAQ
ASP.NET Links
ASP.extra
Rene Paschold's WebLog
Shinja.NET blog
[karsten samaschke]
Bloggers
Hannes Preishuber
Klausi
Ralfw
Karsten Samaschke
Archives
January 2005
(2)
October 2004
(4)
July 2004
(11)
June 2004
(28)
December 2003
(1)
May 2003
(1)
April 2003
(4)
February 2003
(5)
[karsten samaschke]
ASP.NET daily. Or weekly.
Browse by Tags
All Tags
»
ASP.NET
(
RSS
)
C#
Opinion
VB.NET
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...
Posted
Jan 26 2005, 01:09 AM
by
xxxkarsan3020
with | with
1 comment(s)
Filed under:
ASP.NET
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 | with
6 comment(s)
Filed under:
ASP.NET
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 | with
7 comment(s)
Filed under:
ASP.NET
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...
Posted
Jun 29 2004, 09:21 AM
by
xxxkarsan3020
with | with
no comments
Filed under:
ASP.NET
,
C#
,
VB.NET
,
Opinion
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.
Posted
Jun 27 2004, 08:45 AM
by
xxxkarsan3020
with | with
1 comment(s)
Filed under:
ASP.NET
,
C#
,
Opinion
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.
Posted
Jun 20 2004, 09:29 AM
by
xxxkarsan3020
with | with
no comments
Filed under:
ASP.NET
,
C#
,
Opinion
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....
Posted
Jun 19 2004, 12:53 AM
by
xxxkarsan3020
with | with
no comments
Filed under:
ASP.NET
,
Opinion
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...
Posted
Jun 15 2004, 09:09 PM
by
xxxkarsan3020
with | with
3 comment(s)
Filed under:
ASP.NET
,
Opinion
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...
Posted
Dec 16 2003, 11:39 PM
by
xxxkarsan3020
with | with
5 comment(s)
Filed under:
ASP.NET
,
C#
,
VB.NET
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 | with
48 comment(s)
Filed under:
ASP.NET
More Posts
Next page »
Terms of Use