Implementing Audit Trails

I have got around 7 pages where users can edit existing data. The thing is it is required to have an audit trail of the changes made to any table storing in user information. A google search mainly shows all 600$ softwares which can't be afforded by me. how to implement them.

View Replies


ADVERTISEMENT

Audit Trails And SQL

I am developing an ASP application which will interact with a SQL database. A requirement of the application is that there is a full audit trail of any modifications to data. I am struggling a bit to get my head round how to do this - just the concept.

Should I create dummy tables, and when a users asks to modify something, make a copy to the dummy table with date/time/user etc., or is there another recommended way? I have never built in an audit trail before, and have specifically been asked on this occasion, that every single field which is able to be modified by a user can be tracked.

View Replies View Related

Implementing Verisign Payflow Pro

I'm testing the verisign service. Has anyone here used this service if so can you share some pointers.

I'm a bit stuck with the variables that the server returns. I want to use them but i'm getting no where.

View Replies View Related

Implementing Shadow Uploader

I found this Shadow Uploader on here, and i see that you can have an email sent, but im having troubles understanding how the email bit works
All i want is for an email to be sent to me saying 'Someone has uploaded an image' and the text from the 'name' field..
Normally i would try and do this for myself, but the site needs to be running by Tuesday and ive got no more time to much around with it.

View Replies View Related

Implementing RSA RSACryptoServiceProvider *and* JavaScript

I'm currently trying to strengthen up the security on a large ASP.NET
application. I use MD5 hashes for the user/password, and a token to 'salt'
the resultant hash. This is secure.

The next step -- and I'm *really* surprised that *everyone* doesn't do
this -- is to prevent 'Evil Eve' from listening in over the network when the
passwords and/or other sensitive information is updated. The best method
here is to use asymetrical encryption using the framework's
RSACryptoServiceProvider. Of course, this won't work on the client because
you have to use JavaScript on the client (forget Java and Activex as these
are out of the question). Therefore I want to implement RSA on the client in
JavaScript. Code:

View Replies View Related

ShadowUploader - Help Implementing The Code

i have no probs with the script, it works fine, but i want to be able to upload an image aswell as data (text) from the same page, i've had probs trying to do this as i get an error, cn't remember the error.

View Replies View Related

Implementing File Attachement

I have created a cfm for my website and what my problem is that when it comes to uploding an image in the site i have to manually do it through a ftp program and than write the link in the admin section of the site in the form where i submit than it displays the new image or images.

but i would like to do it so the administrator can click on browse than attach the image and than when submited the image gets uploaded in the choosen folder and the file path is writen in the database (access). is this possable? i have an insert form that has the form to submit and i have created the insert prossersor page that contains the SQL statement that prosessos the form.

View Replies View Related

Implementing A Global Log File For A Web Site

I am trying to implement a single global text file for my web site that will log the actions that my ASP scripts peform. The site I have set up involves about five web pages with scripting in VBscript. Several of these pages also use COM automation to peform certain tasks in Excel macros which also write to the text file.

Currently, I must declare an FSO object on each page. I also have to close the object before I call the COM components (because I write to the log file from the Excel macros, too) and then open it again when control returns to my ASP scripts.

The macros I have written inside Excel are quite intensive, so they chew up some time when they execute. In the end, each user will go through the five web pages to generate an Excel spreadsheet which they can download, and, during this process, will have logged about 15 messages to the text file. Code:

View Replies View Related

Implementing Secure Paswords/usernames

What's the best way to implement a secure passwords. The passwords already exist but i want the users to then change them.

View Replies View Related

Implementing Current Date Into Form Variable

<input type="hidden" name="date" value= (Date)>

When I use:

<% Response.Write (Date)%> if returns the date I want.

I need to enter it to this date value in my form. What is wrong with my code above? It should be obvious, but I can't figure it out....

View Replies View Related

ASP: Implementing Server Side Include Using Query Strings

I have a provider to implement domain name search and another to receive variables from my site and save them on thier site.

PROBLEM
we are using MS ASP scripts on my site.

We want to be able to implement an include file to show the results of the form process from their website.

Currenlty i tried the ASP script below but it fails, complaining of the end if statement, when i remove it, it doesnt show anything. Code:

View Replies View Related

Implementing A "Find Location By Address/zip Code"

I need to implement a find location by zip code or address and I need a little help in terms of where to begin. I have no problem with SQL queries or ASP in general, but I am just having a hard time conceptually with this.

For example, how would I know that X zip code is 10 miles from Y zip code which is store location A's zip code?

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved