On Jan 31, 12:13 pm, "Thomas A. Rowe" <tar...@mvps.org> wrote:
> Requires custom server-side scripting and a database. The user would pay, then receive an email with
> alinkthat will expire in say 24 hours.
>
> --
> ==============================================
> Thomas A. Rowe
> Microsoft MVP - FrontPage
>
> http://www.Ecom-Data.com
> ==============================================
>
> <jerrick7...@yahoo.com> wrote in message
>
> news:(E-Mail Removed)...
>
>
>
> > Hi,
>
> > I have a client whose website is to sale documents to their clients.
> > My problem is the customer of website candownloadthe filedirectly
> > fromaddressif they already the filename, and so they cannot be
> > charge for that transaction. If they click thedownloadlinkthey can
> > be charge for few box per document. How to prevent downloading
> >directlyfromaddressand yetallowdownloading fromlinkwithout a
> > dialog box of username and password that would appear everytime they
> > click thelink?
>
> > Thank you very much in advance.- Hide quoted text -
>
> - Show quoted text -
It's not going to work that way. The website is using the MS index
server, customer would query the index server for any words. The index
server would output couple or hundreds of document in a paging table.
The web page would present the document with links to its virtual
path. When customer click the link to open the document he/she would
be charge for that transaction accumulating at the end of the month.
To make the story short I need to prevent the customer from
downloading the file directly from URL, because they not going to be
charge for that. I tried Windows Authentication but the customers
complain of when they click the link they would alway enter the
username and password, very annoying.
Any solutions, suggestions?
Thank you
Jerrick