| Thread | Last Post | Replies |
|
| A newbie question on SSO | 08 Oct 2004 14:53 GMT | 2 |
I am trying to implement a SSO using FormsAuthentication for all my applications. When Authenticated, I am saving ApplicationID and RoleID in CSV form and store it on the cookie.
|
| Forms Authentication | 08 Oct 2004 13:45 GMT | 2 |
Is it possible to authenticate only a certain page or set of pages within an ASP.NET application that are all in the same folder? In other words, I have a web directory that contains multiple ASPX pages, but I only want to authenticate on one of the pages.
|
| Active Directory Search fails ("The directory service is unavailab | 08 Oct 2004 10:57 GMT | 2 |
I'm having one of those nerve wrecking errors, when trying to perform a simple search in an Active Directory. The objective of the code is to, given a user name, search the AD for couple of specified properties, including the groups the user belongs to.
|
| redirect not working | 08 Oct 2004 08:29 GMT | 5 |
I have a login page which does not redirect the user once the code has been executed, see below. Whats strange is it works perfectly on my localhost when debugging, however it fails to redirect when depolyed to a remote
|
| saving XmlDocument using Windows Authentication | 07 Oct 2004 23:00 GMT | 2 |
We have a web application that has identity impersonation set to true in the web.config file. We have a share on a server that we want the application to write a file to. We have permissions on the share set
|
| impersonation fails on 2K server | 07 Oct 2004 21:06 GMT | 1 |
I've got an ASP.NET web app that generates dynamic excel spreadsheets via COM. It does this work in a seperate subdirectory called "reports" and uses impersonation of the ReportWriter account in its own Web.config file in
|
| Windows XP Pro Service Pack 2 X Forms Authentication | 07 Oct 2004 08:03 GMT | 1 |
Hey guys, I have Windows XP Professional running on my development machine. Recently I updated to Service Pack 2 and since then the Forms Authentication is not working anymore. The problem seems to be with the cookies. But I am not
|
| Basic authentication without browser login window | 06 Oct 2004 17:24 GMT | 1 |
I have a problem with basic windows authentication in IIS6. As a developer I'm requested to implement windows authentication on my web application (asp.net), but to avoid the browser login window. I have all the users in Active Directory and this is not an intranet system. I've ...
|
| Serer error: System.UnauthorizedAccessException | 06 Oct 2004 16:00 GMT | 3 |
I have a web app that works fine in my XP pro developer PC. I moved it to the test server(windows server 2003 standard) with Copy project and when I try to run it I get this System.UnauthorizedAccessException error. So how can I fix it?
|
| Forms Authentication with http/https | 05 Oct 2004 16:56 GMT | 6 |
I am trying to implement Single Sign On solution to my web applications. I have developed a web application which does authenticaion and it is SSL based. I am having a problem when redirecting to the requested web site(http based)
|
| Active Directory Role-Based Authentication Fails for Users - Local | 05 Oct 2004 16:49 GMT | 1 |
Developed a web-based application that queries active directory for roles to associate the appropriate functionality to the user. After a recent upgrade of OS and .NET framework, the ".IsInRole" method returns "false" even though AD has the role associated to the user (plus, the ...
|
| ASP.NET hosting & MS Access | 05 Oct 2004 14:58 GMT | 3 |
We are trying to offer free ASP & ASP.NET hosting. I read alot of articles and documentation in order to setup and offer ASP.NET and MS Access. Based of what I read, MS Access requires FullTrust in order to work. Providing fullTrust will be very risky in the ISP environment. In ...
|
| Massive ASP.Net Forms Authentication vulnerability | 04 Oct 2004 15:39 GMT | 4 |
http://sourceforge.net/mailarchive/forum.php?thread_id=5671607&forum_id=24754 This is, IMNSHO, the worst thing I've ever heard of. Spread the word, test your sites, and send angry emails to Microsoft. ---
|
| FormsAuthentication + Protection + Recycling | 03 Oct 2004 18:05 GMT | 1 |
When a client enters the site I check for a persistent cookie of short duration, and if present decrypt it to obtain identification data, that is restored to the session state if necessary. the Protection parameter in the web config file is set to "All". The host server is ...
|
| Operation is not valid due to the current state of the object | 03 Oct 2004 15:31 GMT | 1 |
I'm using the Oracle .NET data provider in my ASP.NET application to connect to Oracle. I am recieveing the error: System.InvalidOperationException: Operation is not valid due to the current state of the object.
|