Safari Users

T

Thomas Robb

We have Windows IIS hosting on our web server. Can you
give me some direction as to how to start this using
access? Do I create an access database with user names
and passwords in separate fields? I am a novice at
Access and have built a couple of simple 3-4 table
relational databases. After creating the database, do I
use front page to have the server access this and how do
I show the user name/password screen on the website and
direct it to the subweb that is currently protected?

Also, will I disable the protections and turn anonymous
access back on? Some direction would be helpful even if
it is referring me to some article you have available.

Thanks,

Tom


FP can be used to create any type of web site or coding.

In the case of server-side scripting, you have to first
determine what scripting language and
database is supported on the server that is hosting the
site, then you either have to search for a
pre-written application or learn to code your needs in
the supported scripting language.

If you are hosted on Windows IIS, then you can use ASP
and Access, and there are pre-written
application available.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage
support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

Thomas Robb said:
Does Front Page have the ability to make custom written
server-side login applications?

Thanks and sorry if this question sounds dumb.

Tom Robb

Subject: Re: Safari Users
From: "Thomas A. Rowe" <[email protected]> Sent:
12/10/2004 3:29:16 PM




On the server you need to enable basic authentication or
you need to switch to a custom written
server-side login application. This is not a FP related
issue.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage
support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
 
T

Thomas A. Rowe

Basically yes, you would create a Access database with a single table. The table would at a minimum
have 3 fields:

RecID = Autonumber field
UserID = Text field
UserPWD = Text field

The you would create a form where user enter their UserID and UserPWD, this would be submitted to a
page that query the database for an exact match of both field in a single record, then based on both
value returning true, you would set a session value, then indicates that the user has logged in,
then you would redirect the user to a Welcome page, etc.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


Thomas Robb said:
We have Windows IIS hosting on our web server. Can you
give me some direction as to how to start this using
access? Do I create an access database with user names
and passwords in separate fields? I am a novice at
Access and have built a couple of simple 3-4 table
relational databases. After creating the database, do I
use front page to have the server access this and how do
I show the user name/password screen on the website and
direct it to the subweb that is currently protected?

Also, will I disable the protections and turn anonymous
access back on? Some direction would be helpful even if
it is referring me to some article you have available.

Thanks,

Tom


FP can be used to create any type of web site or coding.

In the case of server-side scripting, you have to first
determine what scripting language and
database is supported on the server that is hosting the
site, then you either have to search for a
pre-written application or learn to code your needs in
the supported scripting language.

If you are hosted on Windows IIS, then you can use ASP
and Access, and there are pre-written
application available.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage
support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
 
S

Stefan B Rusynko

Or see the instructions at http://support.microsoft.com/default.aspx?scid=321439

--




| Basically yes, you would create a Access database with a single table. The table would at a minimum
| have 3 fields:
|
| RecID = Autonumber field
| UserID = Text field
| UserPWD = Text field
|
| The you would create a form where user enter their UserID and UserPWD, this would be submitted to a
| page that query the database for an exact match of both field in a single record, then based on both
| value returning true, you would set a session value, then indicates that the user has logged in,
| then you would redirect the user to a Welcome page, etc.
|
| --
| ==============================================
| Thomas A. Rowe (Microsoft MVP - FrontPage)
| WEBMASTER Resources(tm)
|
| FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| ==============================================
| To assist you in getting the best answers for FrontPage support see:
| http://www.net-sites.com/sitebuilder/newsgroups.asp
|
| | > We have Windows IIS hosting on our web server. Can you
| > give me some direction as to how to start this using
| > access? Do I create an access database with user names
| > and passwords in separate fields? I am a novice at
| > Access and have built a couple of simple 3-4 table
| > relational databases. After creating the database, do I
| > use front page to have the server access this and how do
| > I show the user name/password screen on the website and
| > direct it to the subweb that is currently protected?
| >
| > Also, will I disable the protections and turn anonymous
| > access back on? Some direction would be helpful even if
| > it is referring me to some article you have available.
| >
| > Thanks,
| >
| > Tom
| >
| >
| > FP can be used to create any type of web site or coding.
| >
| > In the case of server-side scripting, you have to first
| > determine what scripting language and
| > database is supported on the server that is hosting the
| > site, then you either have to search for a
| > pre-written application or learn to code your needs in
| > the supported scripting language.
| >
| > If you are hosted on Windows IIS, then you can use ASP
| > and Access, and there are pre-written
| > application available.
| >
| > --
| > ==============================================
| > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > WEBMASTER Resources(tm)
| >
| > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > ==============================================
| > To assist you in getting the best answers for FrontPage
| > support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| >
| > | >> Does Front Page have the ability to make custom written
| >> server-side login applications?
| >>
| >> Thanks and sorry if this question sounds dumb.
| >>
| >> Tom Robb
| >>
| >> Subject: Re: Safari Users
| >> From: "Thomas A. Rowe" <[email protected]> Sent:
| >> 12/10/2004 3:29:16 PM
| >>
| >>
| >>
| >>
| >> On the server you need to enable basic authentication or
| >> you need to switch to a custom written
| >> server-side login application. This is not a FP related
| >> issue.
| >>
| >> --
| >> ==============================================
| >> Thomas A. Rowe (Microsoft MVP - FrontPage)
| >> WEBMASTER Resources(tm)
| >>
| >> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| >> ==============================================
| >> To assist you in getting the best answers for FrontPage
| >> support see:
| >> http://www.net-sites.com/sitebuilder/newsgroups.asp
| >>
| >> | > (e-mail address removed)...
| >>>I have a school district that uses safari. Tons of
| >> teachers want to download
| >>> forms off a protected subweb with a user name and
| >> password required and are
| >>> unable to obtain the necessary form to enter the user
| >> name and password
| >>> (which appears for Netscape Users, Internet Explorer
| >> Users...and probably
| >>> others, I don' t know). Is there a reason this is
| >> happening and is there a
| >>> way around it?
| >>> --
| >>> Tom Robb
| >>> Kings County SELPA
| >>> Hanford, California
| >>
| >
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top