all groups > asp.net security > august 2006 > threads for august 1 - 7, 2006
Filter by week: 1 2 3 4 5
Remote User Administration
Posted by Jeppe Jespersen at 8/7/2006 11:32:53 PM
Hi,
How do I create, delete (and so on) users on a site thats been deployed to a
produktion server where the Website Administration Tool is not available?
Any help appreciated.
J. Jespersen
Denmark
... more >>
Error in Signtool ("Personal" certificate store not found)
Posted by Thang Nguyen at 8/4/2006 4:57:01 PM
Hi,
I got thes error below complaining about “Personal†certificate store was
not found, but it was there as seen on the certmgr.msc screen. Any idea what
I may have missed. This certificate is the one that I recently received from
Root Authority and it is stored in “Personal†cer... more >>
Newbie: How to ensure only domain admin could use an ASP.NET web page
Posted by Navin Mishra at 8/4/2006 3:00:15 PM
Hi,
I've built an administration application using ASP.NET. Now how I could
ensure only domain admin could use the ASP.NET web page ? I tried setting
window autentication for virtual directory security and aspz security and
add domain adminstartor in allowed users in allowed users in web... more >>
2.0 Forms authentication event that fires every time a user is authenticated
Posted by mjweiner NO[at]SPAM gmail.com at 8/4/2006 11:52:18 AM
In ASP.NET 2.0, forms authentication, Is there an event that is fired
every time a user is authenticated? I can easily trap every time a user
logs in via the login control, but this neglects to capture the times
the user is automatically logged in via a persistent cookie.
In 1.1, I remember th... more >>
Login fails on server but works on dev machine, very strange
Posted by Carl at 8/4/2006 12:00:00 AM
Hi
I'm trying to use the new 2.0 functionality with users and roles. It all
works fine on my dev machine, but as soon as I deploy and test logging in on
the server, the login always fails. Very strange indeed! Here's a part of my
web.config:
<authentication mode="Forms"/>
<roleM... more >>
DirectoryService and get all groups
Posted by Jerry C at 8/3/2006 12:46:02 PM
Is there a article or example on using DirectoryService to get all the groups
in Active Directory.
--
Jerry ... more >>
IIS integrated authentification file share permission problem
Posted by ng.w.purrer NO[at]SPAM lenzing.com at 8/3/2006 9:51:42 AM
I have one windows 2003 Server which is working as an ASP.net webserver
in an active directory environment.
Through this asp.net application I'd like to access files on a
fileshare.
The netbios - name from the webserver is "test1" with the ip adress
192.168.0.1.
but in the dns i have conf... more >>
Securing client-side javascript
Posted by davidr NO[at]SPAM sharpesoft.com at 8/2/2006 8:29:15 AM
I have a question. Is javascript that is ran 100% on the client-side
and never does any postback/callback to the server hack proof? A user
can open the source code look at it, but is there a way for him to
change it so it does what it isn't supose to do. For example,
you use the javascript to... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
tighten password policy
Posted by Dabbler at 8/2/2006 7:20:01 AM
I need to tighten (make passwords stronger) password policy in the web config
file . What effect will this have on existing passwords? Will those users
still be able to logon with their passwords?
Thanks for any suggestions on how to handle this.
Dabbler... more >>
Create users using aspnet_Membership_CreateUser sp from sql
Posted by LA_Guy at 8/1/2006 8:27:56 PM
Hi,
I've been frustrated by not understanding how to replicate the hashing
/ encryption behaviour
in the Membership class that does the CreateUser method.
The associated stored procedure aspnet_Membership_CreateUser assumes
that the parameters
password
passwordsalt
security answer
t... more >>
Setting Time Zone
Posted by Vinod at 8/1/2006 3:12:34 PM
Hi ,
I have the following problem:-
a) My server is located in USA but my application runs only in India.
When i see the time it shows me the time of USA. I want to know how i can
set Local time.
Regards
Vinod
... more >>
|