Click here to Skip to main content
16,005,281 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: dumbass question #1... Pin
Nick Parker25-Apr-02 13:11
protectorNick Parker25-Apr-02 13:11 
GeneralChanging cursor in JavaScript Pin
jerry0davis25-Apr-02 2:02
jerry0davis25-Apr-02 2:02 
GeneralRe: Changing cursor in JavaScript Pin
jerry0davis25-Apr-02 3:18
jerry0davis25-Apr-02 3:18 
GeneralRe: Changing cursor in JavaScript Pin
Andy Smith25-Apr-02 6:36
Andy Smith25-Apr-02 6:36 
GeneralLooking for DB sample... Pin
Todd Smith24-Apr-02 7:21
Todd Smith24-Apr-02 7:21 
GeneralRe: Looking for DB sample... Pin
Nick Parker25-Apr-02 6:04
protectorNick Parker25-Apr-02 6:04 
GeneralProblem with usercontrol in datalist Pin
23-Apr-02 21:24
suss23-Apr-02 21:24 
QuestionASP Site Authentication...? Pin
alex.barylski23-Apr-02 20:47
alex.barylski23-Apr-02 20:47 
I just finished reading a few articles on site security using ASP and am not satisfied with some of what it taught me, so any opinions are appreciated.

Basic authentication I think is what it was called, seems pretty lame.

I'm not requiring SSL, because i'm not dealing with finances, but rather site admin. type stuff.

The method I read about suggested I use a session variable and set it to false by default and TRUE upon successful login. Now every ASP page that requires authetication checks this boolean variable for true/false and Response.Write accordingly. The author then says this isn't 100% fool proof and the would be hacker could possibly get by. I'm thinking somehow override the boolean value to always equal TRUE using the IWebBrowser component (Hijack it's JScript interpreter)...?

Anyways...this session variable has got me a little nervous and i'm thinking it would be better to just store username/password in seesion/cookies and check for it's availability inside the DB each ASP access, so long as nobody sees your database (which is another question i have after this) this method seems more sound...?

Of course now your SQL statement would execute each ASP access instead of just once during login, but...i'm really not fond of the session variable, i'm positive what I mentioned earlier would be possible.

Am I alone in thinking this way...? Am I missing something about ASP session cookies...? It just doesn't seem impossible to change a server cookie from a client script, thus making the session variable login useless.

Second question:

I have created a DB using Access and generate most of my site via the data inside the DB. It has come to my attention that Access is not the best solution for a website though and I am wondering if I can use a Access DB with SqlServer...? I don't have any other RDBMS(on my computer) other than Access, but I assume most IIS/ASP enabled servers on the net support SqlServer also...?

If this is the case...I would be able to design my DB on my computer get my ASP scripts working using PWS and simply upload my db and site to a server and switch the DSN to SqlServer instead of Access 97...?

Am I right...?

Anyone know of any links that might be of help...?

Explanations are always good too...thanx!

Cheers! Smile | :)

"An expert is someone who has made all the mistakes in his or her field" - Niels Bohr
AnswerRe: ASP Site Authentication...? Pin
David Wengier23-Apr-02 21:03
David Wengier23-Apr-02 21:03 
GeneralRe: ASP Site Authentication...? Pin
l a u r e n23-Apr-02 22:20
l a u r e n23-Apr-02 22:20 
GeneralRe: ASP Site Authentication...? Pin
alex.barylski24-Apr-02 8:26
alex.barylski24-Apr-02 8:26 
GeneralRe: ASP Site Authentication...? Pin
alex.barylski24-Apr-02 8:20
alex.barylski24-Apr-02 8:20 
GeneralRe: ASP Site Authentication...? Pin
Philip Patrick24-Apr-02 9:24
professionalPhilip Patrick24-Apr-02 9:24 
GeneralRe: ASP Site Authentication...? Pin
alex.barylski25-Apr-02 14:09
alex.barylski25-Apr-02 14:09 
GeneralRe: ASP Site Authentication...? Pin
David Wengier24-Apr-02 12:19
David Wengier24-Apr-02 12:19 
GeneralAIM & Error Loading Content; dealing with spaces in screen names Pin
mrhsean23-Apr-02 12:36
mrhsean23-Apr-02 12:36 
GeneralRe: AIM & Error Loading Content; dealing with spaces in screen names Pin
Domenic Denicola24-Apr-02 3:46
Domenic Denicola24-Apr-02 3:46 
GeneralRe: AIM & Error Loading Content; dealing with spaces in screen names Pin
mrhsean24-Apr-02 8:42
mrhsean24-Apr-02 8:42 
GeneralRe: AIM & Error Loading Content; dealing with spaces in screen names Pin
Domenic Denicola24-Apr-02 16:43
Domenic Denicola24-Apr-02 16:43 
GeneralRe: AIM & Error Loading Content; dealing with spaces in screen names Pin
mrhsean25-Apr-02 5:51
mrhsean25-Apr-02 5:51 
GeneralRe: AIM & Error Loading Content; dealing with spaces in screen names Pin
nickt6-May-02 14:07
nickt6-May-02 14:07 
General"New!" icon the forums Pin
Toni Navarro23-Apr-02 1:09
Toni Navarro23-Apr-02 1:09 
GeneralRe: "New!" icon the forums Pin
James T. Johnson23-Apr-02 2:33
James T. Johnson23-Apr-02 2:33 
GeneralRe: "New!" icon the forums Pin
Toni Navarro23-Apr-02 4:50
Toni Navarro23-Apr-02 4:50 
GeneralIIS Question (warning: large post ahead) Pin
Domenic Denicola22-Apr-02 15:37
Domenic Denicola22-Apr-02 15:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.