| Thread | Last Post | Replies |
|
| Membership & Profiles | 31 May 2007 23:00 GMT | 6 |
I have a CreateUserWizard object on my page with some additional fields: First Name, Last Name, etc, etc. I store all these additional fields in a profile for the user. The problem is if I use Membership.DeleteUser(...) it will delete the user from the User
|
| Error accessing pages | 31 May 2007 22:31 GMT | 1 |
I have an application where each user can log in to the system with a unique username and password. One of the user is facing an issue like after he logs in with his username and password he is not able to view some of the pages by
|
| How to determine authorized roles for a page? | 31 May 2007 22:29 GMT | 5 |
I've been combing through Google trying to find the answer but not luck. I'm using Forms authentication. Determining what Roles the current user is in was the easy part. But how does one determine what Roles are permitted to use a particular ASPX page? (.NET 2.0, VS05)
|
| Roles vs. Capability concept for the Role Managers in .NET? | 31 May 2007 16:07 GMT | 1 |
I'm looking at using the Role Manager features in .NET 2.0 and am a little confused. The concept of a role that I'm used to is that a role is composed of capabilities. For example, the System Administrator role has access to the "Create User" capability and the "Create Role" ...
|
| SqlPersonalizationProvider source code | 31 May 2007 16:06 GMT | 1 |
We are using webparts in new release of AlphaFrontier and that is why need SqlPersonalizationProvider to handle users personalization. By our business requirements we need to generate database connection string dynamically at execution time, which is not supported by standard ...
|
| Connect to anothe database | 30 May 2007 15:06 GMT | 1 |
How can I connect to another database instaed of the default database aspnetdb in the local SQL Server in the App_Data folder that exist in my web site application ? My database that I want to connect is in my local Machine and its name=Husam.
|
| Trouble with office Sharepoint 2007 and dotnet 2003 | 30 May 2007 08:17 GMT | 1 |
I am new to Sharepoint Server. I was just trying to install sharepoint server and work with it. I wanted to access the sharepoint server services with dotnet and work with it. I just installed the hsarepoint server on my system. Now i am in all sorts of trouble. I am now not
|
| ajax.asp.net Tools and Firewall Settings | 30 May 2007 03:19 GMT | 2 |
Can anyone recommend generic documentation on how to allow AJAX to work through our firewall? I need help convincing our IT department that our firewall is blocking AJAX from Internet-side clients. Thanks.
|
| Security Problems | 29 May 2007 09:21 GMT | 1 |
Hi. I have a web application here which needs to authorize users only from a particular domain to gain access. I am new to the Security aspect of DotNet. Pls help me out.
|
| Thread.CurrentPrincipal problem when client calls an IIS process hosting a remoting service | 25 May 2007 15:20 GMT | 9 |
I have the following problem : I have a remoting service hosted through IIS called "MyService". MyService has the standard login method (username, password) that encapsulates an authentication mechanism that results in the
|
| Forms Authentication and Application Restarts | 25 May 2007 09:32 GMT | 1 |
We are experiencing an issue where users who are authenticated and active in an application are not getting redirected to a login screen when the application restarts. Can anyone verify this is by design that there is a disconnect between the application and the forms ...
|
| Windows authentication with custom user store | 23 May 2007 20:30 GMT | 3 |
I'm building a solution that uses Windows authentication. However, the Windows users that are allowed to login and use the application are defined in a custom user store. If a user is successfully authenticated by Windows, access should be denied to if the user isn't in the ...
|
| X.509 Certificate based authentication | 23 May 2007 19:32 GMT | 15 |
I want to use X.509 certificates to authenticate and then subsequently authorize HTTP requests between a Windows Forms client and a ASP.NET server. So far I have accomplished all of the following: - created and installed a server certificate
|
| how to avoid challenge window when windows authentication mode is | 22 May 2007 09:00 GMT | 1 |
I got web app (asp.net) with authenticaiton mode set to windows. I don't have impersonate on since I need to get NT credentials who access the web app. My iis is set to on for "integration window authentication ". But basically I don't know how to remove User/Pwd challenge (NT) ...
|
| prevent duplicate logins | 21 May 2007 10:12 GMT | 2 |
I'm working on an application in which we have employed the use of the aspnet membership model. My employer has asked me to ensure that any given account can be logged in only once at a time. Determining whether or not an account is already logged in is very simple. The next ...
|