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

Web Development

 
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 
AnswerRe: ASP Site Authentication...? Pin
David Wengier23-Apr-02 21:03
David Wengier23-Apr-02 21:03 
The easy stuff first:

Hockey wrote:
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...?

Almost. You can do this for some things, and for others you cant. For example, if you have any CREATE TABLE SQL then in Access, you use "Boolean" type and in SQL Server you use "BIT". Just an example. There are others that make it different Smile | :)

IMHO you would be better off obtaining MSDE (Microsoft Data Environment) and using that. It is SQL Server without the interface (ie, no Enterprise Manager) and is available free. Usually appears on Visual Studio CDs somewhere. That way, you are sure that it will work, and you can take advantage of stored procedures and other advanced SQL Server things (if you want).

Hockey wrote:
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)...?

AFAIK that wouldnt work. The session variable (the boolean) is never sent to the client. All that is sent is a session ID, and ASP uses that to get its session variables. Thus, the only way to mislead it would be for the client to send back a false session ID, but it would require knowing what session ID would be valid, and already logged in.

I have always just used session variables and I havent come across any problems, but I am not an l337 h4x0r Smile | :)

--
David Wengier

Sonork ID: 100.14177 - Ch00k
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 
GeneralRe: IIS Question (warning: large post ahead) Pin
Chris Maunder22-Apr-02 17:04
cofounderChris Maunder22-Apr-02 17:04 

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.