Survey says...

  • Thread starter Thread starter MikeR
  • Start date Start date
M

MikeR

One of the more frequent requests I see is "How to protect a page/site?".
I'm thinking of writing a wizard to generate a logon form, and both a database based
(Access) and non-database ASP check script, plus database admin pages.

1)Y'all see any usage for this?
2)More importantly, what's my liability? (besides being old and fat....)
OK to contact me off list.
MikeR 1st
 
Personally, I think it would be a very popular wizard. You can reduce
or eliminate your liability with the right disclaimer.

While you're at it, you might want to write a wizard to keep people from
downloading images, too :)

Randy Morgan
 
See below -

--
Murray


MikeR said:
One of the more frequent requests I see is "How to protect a page/site?".
I'm thinking of writing a wizard to generate a logon form, and both a
database based (Access) and non-database ASP check script, plus database
admin pages.

1)Y'all see any usage for this?
Sure.

2)More importantly, what's my liability?

None that I can see. Caveat emptor, and all that.
(besides being old and fat....)

That could be a problem, but you'd have to go some not to be a
whippersnapper to me..... 8)
 
Not to dampen your enthusiasm, but there are already several solutions out there.

If by "protecting page/site" you mean all of those posts about protecting images and such,
it's a plain and simple fact, it can't be done.

If the content is displayed in the browser, it's already saved to the visitors machine.

When you right click an image and select "Save As," the computer does not download the
image from the server,
it saves the copy from the cache files to the new location on the machine.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
I know. I was trying to make a little joke, but I guess it didn't
translate too well...
 
What are you planning do for those hosted on Unix/Linux where Access can't be used and the norm is
PHP / MySql?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Hi Steve -
I've seen some sites offering instructions and code, but no wizard. Google hasn't turned
up anything. You know of a specific site?
What I have in mind is to produce a logon to a page or pages.
MikeR 1st
 
That why an Add-in is not really all that helpful.

There are a couple of ASP Login Addin available

Page Protect from Websunlimited.com
and I think another is called Spooky Login or something like that.

The issue I see with standalone Login Scripts, is that they need to be tied to other function within
the site, or they become somewhat useless on their own.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Thomas -
I meant a stand-alone wizard, not an add-in. I wasn't aware of those you listed, thanks
for the heads up. The world probably doesn't need another then, even a freebie.

I don't understand your comment about "standalone login scripts". A field validation
script is pretty useless too, unless there is a form field to validate. Does that mean no
one should write such a script?

MikeR 1st
 
MikeR,

What I meant is that is seem pretty useless to have login script just to have access to content
without also having functional user management application along with it, such as sign up process,
as well as the ability to approve users and/or deletion users. Users should have the ability to
modify their profile, etc.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Thomas -

Ok, sure, that makes sense now.
I really wasn't looking at an enterprise level of functionality, but more toward someone
who wanted to keep the pix in their family albums out of the xxx newsgroups, or something
like that. For the databaseless one, everybody has the same logon.
For a database based one, the site owner has a set of admin pages, and does the
maintenance. It would be fairly trivial to add functionality to request permission in the
first place, and to allow users to modify their passwords.

What got me thinking, was the number of requests I see for some sort of protection (not
from corporate types), and the answer the posters get in most cases is the
"Tools|Server|Permissions" route, and I think not a lot of ISP's allow this.

Just an alternative.
MikeR 1st
 
Back
Top