I have a locally hosted (via an executable) asp application. Does anyone know what would be the best (cheapest) way to add copy protection in it?
The application is an exe web server with the asp pages embedded in the executable.
No one can copy the asp pages, but they can copy the executable and distribute it that way. I don't want them to do that.
If there is some sort of wrapper or asp code I could add to it for licensing or registration, please let me know.
I have a site that currently is password protected, using a combination of ldap authentication and asp session management. So for every asp page, I check the session to make sure they're authenticated, if not I send them to the login page. BUT.... there is a robohelp componenet that is almost a website within this website. All these robohelp files are htm or html based, so I'm unable to put asp scripting (to check for session authentication). So, my problem is, how do i protect these pages using my existing framework?
I have allways validated user input to pieces prior to integrating it into a SQL statement, in order to avoid SQL Injection attacs. A colleague of mine told me that binding my vars would make them SQL scalar, but I have been left in the dark as to HOW... The web left me none the wiser, as well, so here goes: Anyone got a brief example of binding vars in ASP to get me started?
After trying out 3/4 password scripts which I've used before and won't work today.I've come to the end of my tether! I need a ready made script asap to password protect a set of webpages, something simple with login and p/w for one user.
I have a webpage. However I only want people to access it if they are members of a certain group. When I say group I mean Active Directory group. The log into windows with their Active Directory username and PW, and lets say they are members of 'employee1' group in Active Directory. I'm pretty sure I use ASP, to restrict access to a webpage depending on the users group. how I would go about doing this?
Can anyone find fault with this code? I wrote in in hopes of preventing users from "breaking" SQL queries and getting places they shouldn't by using SQL Injections.
I've recently had my ASP site attacked by these stupid bots and have tried a captcha protection, but it doesn't help.
Here's the problem: I have a form where people send an enquiry to a client from my database (over 5000). After hitting the submit button, an email is posted to the client, a copy is sent to us and the info is published to a database for record / stat keeping.
I have put the captcha protection in the form, but although the tests show that the captcha form works, the emails are still sent off, therefore allowing the bot attacks.
There must be a gap I can plug with the captcha before the email is posted off or info sent to the database.
I have a formchecker running which forces required fields, and that works fine. I'd like the captcha to work the same. Before the form goes to the confirmation page, it must validate the captcha.
I have been using two forms of password protection:
A) On working web sites I use an ASP script that is included in every page requiring protection: uses session - works fine
B) On quick test sites or temporary stuff I use the Windows Network Authentication provided by my web host. A whole folder is protected at once which is very convenient but it has a problem. If a user types the wrong password and is denied access, the next time they go to type the password, their browser sometimes remembers the wrong password as so they go straight to the 'access denied' 401 page.
How to proceed?
1) Does anyone know of a way of preventing all browsers from cacheing the login info.
2) Is there any way of using ASP to protect whole folders?
I need to be able to secure files on my web server. I am using asp to secure access to links and pages, for example:
<%If Session("manager")=FALSE Then%> You are not authorized to view this page <%Else%> <<<Page Code>>> <%End If%>
The place I'm running into problems is with files. I have a lot of charts and such in PDF version. I kind of doubt there is a way to secure these files with asp, but I thought it would be worth a try.
My biggest issue is that PDFs are stored in the browser's history, so once the page has been accessed, anyone using the browser can get to thatunsecured PDF. As a brute force fix, is there some way to simply erase the site from the browser history? If not, is there a way to secure the PDF, or does someone know of a better group to post on?
table 1 is a cart table 2 is customer details table 3 is customer item buy item details
table 1 is let the customer buy their thing in here. after he check out all the table 1 data will go to table 2 and table 3.
now my problem is how did it doing. i using The SELECT INTO Statement but got error
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'a From cart where cus_id='2'' at line 1 /admin/order_details.asp, line 5 Code:
I have an ASP script running on the server that generated a PDF file for me on my server. Now, before I return to the client, I want the script to copy the file to a different location (on a different server). Can someone tell me how to code the file copy in ASP?
i m dealing with a problem i want to copy a FILE from some SPECIFIC URL to my server through my ASP code....can any1 help me in this regard ..i ve no idea doing this...FILESYSTEM OBJECT just support the physical files
is it possible to copy the value from fields in form1 to fields in form2 without submit the form??form1 and form2 are in the same page. if it's possible hoe to do that??
Anyone know a way to copy the contents of a recordset to a disconnected recordset and add a new column? The new column will be used to order the disconnected recordset.
My website users are copy pasting text from ms word docs and some of the characters are stored in the database differently. for example the characters look like • . my first doubt is > Is this allowed to do if yes, how can we get this fixed.my appl is asp and vbscript
i want to know that is it possible to copy from a word document and paste it on to a textarea on a asp page. when i do it normally bullets are not paste as it is . it is changed into different symbol( inverted ?)
i need to copy all the records in a database to a totally new and empty database n i try my code in sql analyser it runs perfectly but when i move to an asp page the process cannot perform... here is my code INSERT INTO attandence (company_code, data_serial_no, sign_in1, date_stamp, serial_no) (SELECT * FROM employee_att) is it syntax error or logic error??? the table structure for both is the same
i want to copy all records on table1 and append it to table2 , so how can i do thi throw asp? , by the way the 2 tables is not the same data , for example i want to add balanceid column into accountid column from the other table , and like this.... so whatz the asp code for this move i hope u can put for me a good explaination for the code cause am still a begginer on the asp
i want to know that is it possible to copy from a word document and paste it on to a textarea on a asp page. when i do it normally bullets are not paste as it is . it is changed into different symbol( inverted ?).
I am writing a web app that will copy large files (250-3,000 MB) and wanted to know the easiest way to implement some sort of progress bar? Each copy will only have one file, but I would like a way for the user to see how far the copy is.
I need to disable the right click "copy" option on an ASP page and add a Copy button that will do the same thing.I was able to disable the Copy when a user right clicks, but I need help copying the image to the clipboard when they click a button.
i need to copy all data from a database to another database, can anyone give me an idea how to do it?? besides that after i copy all the data i need to clear all the data in the old database
I need to deploy large numbers of small files via as ASP script. A task that takes an app likc XCOPY or whatever underpins NT a matter of seconds, takes the FSO .Copy action ages to complete. It's almost like FSO uses the old DOS COPY on a file-by-file basis, it takes so long.
Needless to say, this often ends in a script time-out for larger operations.
Anyone know of an easier/better way to do this? Perhaps .Net (with which I'm not yet massively familiar) offers a better copy object? Failing that, perhaps there's a server component someone could recommend that handles copying of large numbers of files better than the native FSO?