| Thread | Last Post | Replies |
|
| strong name exception on SecurityAction.Demand, works fine for LinkDemand | 30 Dec 2005 10:35 GMT | 3 |
I have a component that is protected by the StrongNameIdentityPermission. I m calling this component from a web application that has the appropriate strong name.
|
| LDAP and SASL | 30 Dec 2005 05:26 GMT | 3 |
I am a newbie with enterprise directories. I am trying to write an ASP.NET application to fetch some data from my university LDAP enterprise directory. There are 2 types of access allowed to the LDAP server. One is a anonymous access and another is the access that exists mainly ...
|
| ASP.NET 2.0 Profile/Membership/Forms Authentication - Manual Login | 29 Dec 2005 15:35 GMT | 3 |
I'm working on an ASP.NET 2.0 web app using C# and SQL Server 2000. I've created a multi-step user profile page using the wizard web control and when the user clicks on the finish button on the final screen I have code in the click event on the server that does the following:
|
| .Net 2.0 Membership | 29 Dec 2005 15:19 GMT | 5 |
How can I determine reason for the login error which is occuring? I see no status codes or anything available in the LoginError event. I have implemented the membership capabilities with some minor modifications, the biggest being that I am using a different database name
|
| How to get of last created user using CreateUserWizard? | 29 Dec 2005 08:53 GMT | 7 |
Could someone please recommend the best way and how to obtain the last inserted userid of users (security) table using the Button click event of CreateUserWizard? In classic Asp and Asp.net 1.x I used the @@identity to get the last inserted record of my custom table, but now
|
| ASP.NET 2.0 Multiple Membership Providers for Authentication | 29 Dec 2005 02:46 GMT | 4 |
we are planing two use - if possible - two Membership Providers at the same time for authentication within the same application. Short background Imagine a community page, such as a forum. It comes with its very own
|
| Multiple Users with impersonation using one account | 28 Dec 2005 17:03 GMT | 7 |
I have several intranet applications that use impersonate=true and anonymous turned off to allow me to check for certain network users to use the application. Works great. However, some applications use resources such as the file system for
|
| Basic theory question about the ASP.NET Machine account | 27 Dec 2005 16:27 GMT | 2 |
Please refresh my memory. I have a fair amount of VB.Net programming experience but it's mostly Winforms not Webforms. My question is this: I want to dazzle my boss tomorrow with an interactive graphics display but the only way I can get this to work is by writing a
|
| roleManager providers | 25 Dec 2005 16:03 GMT | 1 |
What is the point of being able to add more than one roleManager provider? If you added more than one then how would you make good use of more than one of them as the app runs?
|
| When exactly Application_AuthenticateRequest event is fired? | 24 Dec 2005 22:24 GMT | 3 |
Hello, friends, In our forms authentication asp.net app, I used FormsAuthentication.SetAuthCookie() to authenticate a new registered user like the follows:
|
| Membership custom provider - logout function | 23 Dec 2005 17:43 GMT | 8 |
I am writing a custom Membership provider for ASP.NET I have derived from the Membership provider and have supplied my own method that work against my security server. For login operation, for instance, I implemented the "ValidateUser(name,
|
| Deploy Web site to remote server | 22 Dec 2005 22:27 GMT | 1 |
hi i've a file system web site with a SQL Express DB stored in the APP_Data folder and created with the aspnet_regsql utility. On my local machine every thing work but when i publish the site to a remote webserver on IIS i recive some errors (when i call the default page) :
|
| ASP.NET Authentication | 22 Dec 2005 21:56 GMT | 8 |
I'm now well beyond frustration. I created an ASP.NET app for our intranet that only certain individuals will be allowed to access IIS is set up with Windows Integrated Security and Anonymous Access turned off. I've made several changes to the web.config
|
| Changing domain user password | 22 Dec 2005 18:55 GMT | 7 |
I've been searching around for an answer to this question, but haven't gotten too far. I'm fairly new to ASP.NET, so I'm not sure how to setup machine.config and web.config properly. What I want to be able to do is allow a domain user to change their password
|
| Unable to update the password | 22 Dec 2005 17:38 GMT | 4 |
When I call Roles.IsUserInRole( user.UserName, "WholeCompany" ) I get the error "Unable to update the password. The value provided as the current password is incorrect". I'm not exactly sure where I am going wrong. this is my web.config
|