PC Review


Reply
Thread Tools Rate Thread

database login

 
 
=?Utf-8?B?Z2F5bGVi?=
Guest
Posts: n/a
 
      12th Apr 2006
I used the wizard to set everything up. The wizard created a Login_Check.asp
page and a Login_Validate.asp page. Login.asp's ACTION="Login_Validate.asp"
METHOD="post". Following the code, the next thing that happens is in the
Login_Validate.asp file,
' if any of the variables do not match, create error message. (this one
works correctly if i give incorrect value for password on the login form)
else ' if correct, set cookie on workstation and proceed
' redirect to default page.
So, when i'm in the browser, and i give the correct UID and Password, the
one's that are stored in Login.asa, i end up with the Login_Check.asp page
displaying on the browser. Login_Check.asp doesn't seem to redirect correctly
but when i added Response.Redirect "database_editor.asp" it didn't work.

Question 2. Yes






 
Reply With Quote
 
 
 
 
Stefan B Rusynko
Guest
Posts: n/a
 
      13th Apr 2006
There is no FP login wizard
- sounds like a 3rd party addin
If not identify where you got the "wizard" from

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"gayleb" <(E-Mail Removed)> wrote in message news:C96E8395-ED66-43D2-8628-(E-Mail Removed)...
|I used the wizard to set everything up. The wizard created a Login_Check.asp
| page and a Login_Validate.asp page. Login.asp's ACTION="Login_Validate.asp"
| METHOD="post". Following the code, the next thing that happens is in the
| Login_Validate.asp file,
| ' if any of the variables do not match, create error message. (this one
| works correctly if i give incorrect value for password on the login form)
| else ' if correct, set cookie on workstation and proceed
| ' redirect to default page.
| So, when i'm in the browser, and i give the correct UID and Password, the
| one's that are stored in Login.asa, i end up with the Login_Check.asp page
| displaying on the browser. Login_Check.asp doesn't seem to redirect correctly
| but when i added Response.Redirect "database_editor.asp" it didn't work.
|
| Question 2. Yes
|
|
|
|
|
|


 
Reply With Quote
 
=?Utf-8?B?Z2F5bGVi?=
Guest
Posts: n/a
 
      13th Apr 2006
I used the Database Interface Wizard in FP. I also used an existing DB I
created with Access. When i came to the step in the wizard that said " Enter
a username and password that you will use to access your database editor", i
clicked 'next' and I typed a username and password then i clicked Finish.

This created a login.asa page which stores the UID and password

"Stefan B Rusynko" wrote:

> There is no FP login wizard
> - sounds like a 3rd party addin
> If not identify where you got the "wizard" from
>
> --
>
> _____________________________________________
> SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> "Warning - Using the F1 Key will not break anything!" (-;
> To find the best Newsgroup for FrontPage support see:
> http://www.net-sites.com/sitebuilder/newsgroups.asp
> _____________________________________________
>
>
> "gayleb" <(E-Mail Removed)> wrote in message news:C96E8395-ED66-43D2-8628-(E-Mail Removed)...
> |I used the wizard to set everything up. The wizard created a Login_Check.asp
> | page and a Login_Validate.asp page. Login.asp's ACTION="Login_Validate.asp"
> | METHOD="post". Following the code, the next thing that happens is in the
> | Login_Validate.asp file,
> | ' if any of the variables do not match, create error message. (this one
> | works correctly if i give incorrect value for password on the login form)
> | else ' if correct, set cookie on workstation and proceed
> | ' redirect to default page.
> | So, when i'm in the browser, and i give the correct UID and Password, the
> | one's that are stored in Login.asa, i end up with the Login_Check.asp page
> | displaying on the browser. Login_Check.asp doesn't seem to redirect correctly
> | but when i added Response.Redirect "database_editor.asp" it didn't work.
> |
> | Question 2. Yes
> |
> |
> |
> |
> |
> |
>
>
>

 
Reply With Quote
 
Stefan B Rusynko
Guest
Posts: n/a
 
      14th Apr 2006
For tips on using the DIW see http://spiderwebwoman.com/resources/...sandtricks.asp

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"gayleb" <(E-Mail Removed)> wrote in message news:841543F1-D3E8-4135-8527-(E-Mail Removed)...
|I used the Database Interface Wizard in FP. I also used an existing DB I
| created with Access. When i came to the step in the wizard that said " Enter
| a username and password that you will use to access your database editor", i
| clicked 'next' and I typed a username and password then i clicked Finish.
|
| This created a login.asa page which stores the UID and password
|
| "Stefan B Rusynko" wrote:
|
| > There is no FP login wizard
| > - sounds like a 3rd party addin
| > If not identify where you got the "wizard" from
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| > "gayleb" <(E-Mail Removed)> wrote in message news:C96E8395-ED66-43D2-8628-(E-Mail Removed)...
| > |I used the wizard to set everything up. The wizard created a Login_Check.asp
| > | page and a Login_Validate.asp page. Login.asp's ACTION="Login_Validate.asp"
| > | METHOD="post". Following the code, the next thing that happens is in the
| > | Login_Validate.asp file,
| > | ' if any of the variables do not match, create error message. (this one
| > | works correctly if i give incorrect value for password on the login form)
| > | else ' if correct, set cookie on workstation and proceed
| > | ' redirect to default page.
| > | So, when i'm in the browser, and i give the correct UID and Password, the
| > | one's that are stored in Login.asa, i end up with the Login_Check.asp page
| > | displaying on the browser. Login_Check.asp doesn't seem to redirect correctly
| > | but when i added Response.Redirect "database_editor.asp" it didn't work.
| > |
| > | Question 2. Yes
| > |
| > |
| > |
| > |
| > |
| > |
| >
| >
| >


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot open database requested in login 'HumanResources'. Login failed for user 'companyDomain\BOSIIS$'. Homer Microsoft ASP .NET 3 25th Sep 2007 08:45 PM
Cannot open database requested in login <DBName>. Login fails. =?Utf-8?B?QUw=?= Microsoft ADO .NET 1 7th Feb 2006 03:17 PM
Cannot open database requested in login 'x'. Login failed for user =?Utf-8?B?QnJpYW4gS2l0dA==?= Microsoft C# .NET 7 9th Jan 2006 09:59 PM
Cannot open database requested in login 'xyz'. Login fails. Nans Microsoft ASP .NET 2 17th Jun 2004 08:06 AM
Cannot open database requested in login ''. Login fails. Login failed for user ''. Nevena Microsoft ADO .NET 1 16th Apr 2004 06:55 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:41 AM.