Ask a Question related to ASP.NET General, Design and Development.
-
David Johnson #1
Enforcing single users
I am using Forms Authentication. What is best practice of enforcing each user to only be permitted to run a single instance of the application. I would like to enforce this even if the authenticated user attempts to connect on a different computer.
Thanks for any advice.
Regards
David Johnson
David Johnson Guest
-
Enforcing Date Format
I have a form that takes in a date input as a <input type="text">. When I validate the date, I use IsDate(form.datefield). This works, most of the... -
Multiple users on single computer
We're helping a church train their volunteers to use Contribute. In their small computer lab, volunteers will edit their particular... -
License.Limit.Exceeded with 4x150 users licence andonly 300 real users
As indicated by the ongoing discussion, this issue can have different causes - can you describe your application a little bit? How many users are... -
enforcing processor affinity with ColdFusion?
I'm interested in using ColdFusion on a box I have available that has more than two processors, but I'm not interested in purchasing extra licenses... -
Is there a way to assign multiple variables a single value on a single line?
i tried $f1, $f2, $f3 = '1'; and list($f1, $f2, $f3) = 1; neither work... second obviously cuz its looking for an array on the right side,... -
Kevin Spencer #2
Re: Enforcing single users
Unless you can identify the user by the computer IP address they are working
from, I don't believe this is possible.
HTH,
Kevin Spencer
Microsoft FrontPage MVP
Internet Developer
[url]http://www.takempis.com[/url]
Big things are made up of
lots of Little things.
"David Johnson" <david@net-bridge.net> wrote in message
news:OsgtFAoODHA.3408@tk2msftngp13.phx.gbl...
I am using Forms Authentication. What is best practice of enforcing each
user to only be permitted to run a single instance of the application. I
would like to enforce this even if the authenticated user attempts to
connect on a different computer.
Thanks for any advice.
Regards
David Johnson
Kevin Spencer Guest



Reply With Quote

