| Thread | Last Post | Replies |
|
| Windows authentication in code | 30 Jun 2006 20:05 GMT | 8 |
I am trying to login a user to NT on a default.aspx page when the site is setup to anonymous. I used some code for impersonation and it works for the default page but when I redirect to other pages I am back to the anonymous user for IIS6. How can I get the new impersonated user ...
|
| Subject: impersonate="True" gives login (null) for SQL Server acce | 30 Jun 2006 15:04 GMT | 5 |
I've an application using ASP.NET 2.0 that is deployied in IIS 6.0 in a Win2003 application server. For that application I'm using windows authentication and impersonation to access to an SQL Server 2000 on other Win2003 application server througth a
|
| securityadministration | 29 Jun 2006 20:04 GMT | 2 |
Is there a way to use the website administration tool from the hosting server instead of localhost? I need a way for my client to be able to maintain members and roles and they obviously won't be using Visual Studio. Any suggestions would be apprecitated.
|
| Weird issue with Login Control and Authentication | 29 Jun 2006 20:02 GMT | 1 |
Quick background on what I'm using: Visual Web Developer 2005 SQL Server Express 2005 Hosted on my local machine (this is just a "get used to 2.0" test
|
| Roles and Windows Auth - From custom Admin tool instead? | 29 Jun 2006 19:59 GMT | 1 |
I'm building a new app that wants to use roles and permissions. Not uncommon. The customer wants to use a custom Admin tool to control roles and users. What would be the best way to implement this? asp.net 2.0 and sql 2K.
|
| Authenticate newly created Member | 29 Jun 2006 19:47 GMT | 1 |
I have my own subscription page that prompts for Membership info, among other things. when the user submits a valid page I would like to 1) Membeship.CreateUser and 2) automatically log in the newly created user. Step 1 is simple, but it's not clear to me how to do step 2
|
| The trust relationship between this workstation and the primary domain failed | 28 Jun 2006 22:39 GMT | 1 |
Hi, I'm using Visual Studio 2005 and I'm currently working at home, this line of code works perfectly well online If Not (HttpContext.Current.User.IsInRole(SecurityGroup)) Then But when run disconnected from the network I get the error below. Is this
|
| Problem inheriting from sqlmembershipprovider | 28 Jun 2006 22:38 GMT | 1 |
I needed to extend the attributes being collected by the sqlmembershipprovider. Since we're using a sql store, inheriting from the sqlmembershipprovider class seemed to make sense. I'm running into several problems.
|
| form authentication with web service | 28 Jun 2006 09:07 GMT | 1 |
I'm using form authentication on my web application, what I want is when I'm authenticating, I pass the UserID and Password throw a web service and the web service will check if he is authenticated or not and return to me what I need.
|
| GetCompiledPageInstance and Medium trust application level | 28 Jun 2006 07:26 GMT | 1 |
is there any way how to go through this Security exception when using GetCompiledPageInstance method in Medium trust app level (webhosting environment)? Where is the real problem? I mean why application has to be in Full trust? I'm using that method because RewritePath has ...
|
| Mixing Forms and Windows Securiey | 28 Jun 2006 04:25 GMT | 3 |
This is a new post covering two previous posts: "Unable to establish secure connection to Server" and "membership and redirect of unauthenticated user" Thank you for your replys.
|
| Problem in Accessing Active Directory from ASP.net | 27 Jun 2006 15:20 GMT | 5 |
Environment: Windows XP, .NET/ASP .NET 2.0 I am developing an intranet application for my company. I want to use LDAP to get the existing users of the company and allow them access according to
|
| Creating a Custom Membership Provider | 27 Jun 2006 07:12 GMT | 1 |
I'm referring to this Microsoft article in regards to creating a custom membership provider: http://msdn2.microsoft.com/en-us/library/ms366730(d=ide).aspx I'm in the process of creating my own membership provider and just want to
|
| FormsAuthentication.RedirectFromLoginPage() | 26 Jun 2006 19:00 GMT | 4 |
Greetings MS ASP.Net Community, I am using forms authentication for a site we've been developing. All users valid on our Windows domain are eligible to access the site, but are enrolled in the application upon initial login by insertion of a record into
|
| List client certificates | 26 Jun 2006 18:59 GMT | 3 |
I'm developing a Web application with VStudio 2005 + .net 2.0 + IIS 6.0 In the Web application I've to digitally sign a pdf document with a user certificate. In the page where I've to sign I list the user certificates with this code:
|