Click here to Skip to main content
15,922,512 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
zombie_storm2-Mar-08 19:41
zombie_storm2-Mar-08 19:41 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
Shog92-Mar-08 19:46
sitebuilderShog92-Mar-08 19:46 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
zombie_storm2-Mar-08 19:48
zombie_storm2-Mar-08 19:48 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
RCoate2-Mar-08 14:16
RCoate2-Mar-08 14:16 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
zombie_storm2-Mar-08 17:22
zombie_storm2-Mar-08 17:22 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
RCoate2-Mar-08 17:44
RCoate2-Mar-08 17:44 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
zombie_storm2-Mar-08 19:07
zombie_storm2-Mar-08 19:07 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
RCoate2-Mar-08 19:27
RCoate2-Mar-08 19:27 
OK, a couple of questions.

How does the website store the userID?
How does the website know when someone is logged in? (what authentication model are you using?)
How does your website know when someone is not logged in? Have they just closed their browser without logging out? Does this action automatically log them out?

I am assuming from what you have said that you are not using windows accounts to authenticate the user, but are making them use a different set of Username and Password to authenticate against the website.

My first suggestion is that you use ldap to control access and authentication for both of your applications. In the long run it makes things very simple. You can provide or deny access just by adding or removing them from an active directory group. You can even have multiple levels of access.

If you are unable or unwilling to do that, you could tie the AD account of your users to their web membership data and then query this from your c# application. It depends on how you have your authentication code set up.

From your outline, I would abandon trying to get the website to write to the client machine and concentrate on getting your C# application to interact with your web membership data.
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
zombie_storm2-Mar-08 19:35
zombie_storm2-Mar-08 19:35 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
RCoate2-Mar-08 19:43
RCoate2-Mar-08 19:43 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
zombie_storm2-Mar-08 19:51
zombie_storm2-Mar-08 19:51 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
RCoate2-Mar-08 20:03
RCoate2-Mar-08 20:03 
GeneralRe: Urgent !!! Javascript in Firefox to create a text file Pin
zombie_storm2-Mar-08 20:20
zombie_storm2-Mar-08 20:20 
GeneralCustomBooks Pin
Intefa1-Mar-08 13:57
Intefa1-Mar-08 13:57 
GeneralJavascript Validations in Master Page'Content Page Pin
.NET- India 28-Feb-08 23:28
.NET- India 28-Feb-08 23:28 
GeneralRe: Javascript Validations in Master Page'Content Page Pin
yogesh_kumar_agarwal28-Feb-08 23:37
yogesh_kumar_agarwal28-Feb-08 23:37 
GeneralRe: Javascript Validations in Master Page'Content Page Pin
.NET- India 28-Feb-08 23:42
.NET- India 28-Feb-08 23:42 
GeneralRe: Javascript Validations in Master Page'Content Page Pin
Laddie29-Feb-08 1:07
Laddie29-Feb-08 1:07 
GeneralRe: Javascript Validations in Master Page'Content Page Pin
.NET- India 29-Feb-08 1:12
.NET- India 29-Feb-08 1:12 
GeneralRe: Javascript Validations in Master Page'Content Page Pin
Shog929-Feb-08 5:17
sitebuilderShog929-Feb-08 5:17 
GeneralRe: Javascript Validations in Master Page'Content Page Pin
Guffa1-Mar-08 2:36
Guffa1-Mar-08 2:36 
GeneralRe: Javascript Validations in Master Page'Content Page Pin
Shog91-Mar-08 5:32
sitebuilderShog91-Mar-08 5:32 
GeneralGranting read/write permissions on database. Pin
matjame28-Feb-08 22:09
matjame28-Feb-08 22:09 
GeneralRe: Granting read/write permissions on database. Pin
yogesh_kumar_agarwal28-Feb-08 23:14
yogesh_kumar_agarwal28-Feb-08 23:14 
GeneralRe: Granting read/write permissions on database. Pin
matjame28-Feb-08 23:25
matjame28-Feb-08 23:25 

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.