Nov
03
2003
Overview
Posted by admin under
AdMentor FREE asp.net
3.01
While version 3.01 of AdMentor.NET is not a big release in the sense of ad management functionality (nothing really new functionality there at all) it is in some other - more technical aspects.
First of all bugs has been fixed:
BUG FIX: A potentially dangerous Request.Form value was detected from the client
ASP.NET 1.1 doesn't allow HTML tags to be entered in textboxes so when adding HTML/Script
tags in the HTML banner textbox this error occured.
Solved with validateRequest="false" ()
BUG FIX: Parameter ?_2 has no default value.
In logger functions. Some client tools masks off the referring page and this fix just makes sure at least "undefined" is written to the database when there is no such value.
BUG FIX: Banner weight 6-9 not working?
Type="Integer"> i ucbanners.ascx
BUG FIX: When logged in as a NON-administrator, the "Show clicks log" option shows the click log for other users
Fixed
BUG FIX: SQL Server script
It now has primary keys
BUG FIX: When not installed as own application, admentorserve.aspx must be in webroot.
I have also changed how AdMentor treats new banners to mimimize the risk of getting no banner shown (which has happened for a few without them knowing why)
REQUESTED CHANGE: Banner weight is set to 1 as default when adding new banner
Now on to the big change:
Totally rewritten database layer
Better performance and better structure. Also, MySQL is now supported as well as Access and SQL Server.
3.00
Finally, a new relase of AdMentor!And it is not only a new release - actually it's a total rewrite, using ASP.NET ( C# ).
Being my first reasonably new project in ASP.NET it really took some time, but now I have a foundation ( of code as well as knowlegde ) so I will soon begin rewriting my other free ASP scripts as well.
I can already now say, if you have used AdMentor you will find yourself familiar with some parts of the interface and most functions and features implemented. The database structure is pretty much the same, but for Access people I can tell you I have no tables named zone ( or any reserved word ) anymore.