| Thread | Last Post | Replies |
|
| Setting up ASP.NET Configuration in Visual Studio 2005 | 09 Jul 2007 22:12 GMT | 3 |
I'm having trouble setting this up. I placed the following information in web.config: <membership userIsOnlineTimeWindow="20"> <providers>
|
| Role based security with forms authentication | 07 Jul 2007 20:09 GMT | 1 |
Can anybody explain these step by step in detail and with code sample Thanks in advance.
|
| Cookies expiring when user logs out? | 06 Jul 2007 01:58 GMT | 6 |
I'm using forms authentication with my .net 2.0 site. I'm setting some cookies after the user logs in, and as long as they stay logged in I can "see" the cookies on subsequent posts. The problem is that as soon as the user logs out, the cookies are gone.
|
| aspnet local user account rights to c:\windows\temp automatically removed | 05 Jul 2007 20:53 GMT | 1 |
I have a client that uses a dot net web app on a windows 2003 server. Every day they get a dotnet message from the users browser that tells us that the aspnet user does not have security rigths to c:\windows \temp
|
| ActiveDirectoryMembershipProvider ( password expiration?) | 05 Jul 2007 16:26 GMT | 1 |
I'm thinking about using the ActiveDirectoryMembershipProvider for the login control and I'm wondering if the provider can handle the situation where the user's password has expired (after 90 days for example) and they need to change it. So far after reading documentation I ...
|
| Trying to retreive data from AD | 04 Jul 2007 16:37 GMT | 1 |
I'm trying to get data from the AD via our intranet. It works on my local IIS server, but when running on a client I get the following message: Source Error: Line 21: ds.DirectoryEntry entry = new ds.DirectoryEntry("LDAP://CN=users,DC=skanska,DC=org"); Line 22: ds ...
|
| Use Forms to Logon to IWA website | 04 Jul 2007 10:48 GMT | 2 |
Can you please advise on the following - We want a custom form where we capture username,password, domain and then using this programmatically (redirect without having to enter credentials again) logon the user to IWA website.
|
| Impersonation and double hop | 03 Jul 2007 19:14 GMT | 3 |
I need a little advice in figuring out the right solution for a problem that I am facing. I have a 3 tier application. Client, Web Service middle layer, and SQL Server. I have been using a trusted account to get from the WS to SQL, but now I have new requirements for getting user ...
|
| coding Access Rules | 02 Jul 2007 05:48 GMT | 1 |
I've built a basic authentication system using all of the login controls and a custom screen to manage roles using the Membership, MembershipUser, and Roles classes. So now I can manage users and roles from the website. But, what classes are available to manage access rules ...
|