| Thread | Last Post | Replies |
|
| RSACryptoServiceProvider in ASP.Net 2.0 | 30 Mar 2007 17:04 GMT | 4 |
If I use RSACryptoServiceProvider in ASP.Net, it can only be implemented at Server Side. But Authentication Credentials are still passing in clear text from Client to Server. What should I do to encrypt passing of Authentication Credentials from Client to Server
|
| Membership.ApplicationName and thread safety. | 30 Mar 2007 12:27 GMT | 14 |
Membership.ApplicationName and thread safety I have developed an ASP.NET 2.0 application that uses AspNetSqlMembershipProvider. When the user logging in he/she also enters Membership.ApplicationName that i use in the event OnLoggingIn.
|
| calling a web service protected by RSA SecurID | 29 Mar 2007 14:24 GMT | 3 |
my client has an extranet IIS web server protected by RSA SecurID. it's running my asp.net 1.1 application. when they use the web app from a browser they have to log in to RSA, then they see the login screen for our application (forms authentication) and everything is
|
| Standalone IIS server access to sql in Domain | 28 Mar 2007 15:56 GMT | 4 |
Here goes. We have a web server that needs to go into the DMZ. I have a SQL server in my local lan attached to the domain. First question.
|
| Setting Full Trust for an outlook addin created with VSTO | 24 Mar 2007 22:31 GMT | 2 |
I have created an outlook 2003 addin with VSTO for VS 2005, some class demands a fulltrust right to run. It is working on dev station as VSTO do everything for this. But on the enduser workstation, we get an error and can't load the addin in
|
| question about IUSR_server account | 24 Mar 2007 18:38 GMT | 10 |
i have an asp.net webapplication using Anonymous Authentification (IUSR_servername) in IIS. Account ASPNET is used for the aspx files. There are also old asp classic pages which run without problem.
|
| custom principal becomes roleprincipal in pages | 23 Mar 2007 19:16 GMT | 1 |
I followed the partical "How To: Implement Iprincipal -- J.D. Meier, Alex Mackman, Michael Dunner, and Srinath Vasireddy -- November 2002" to implement a custom principal. After created the CustomPrincipalApp exactly as described in the artical, I changed two things:
|
| How to deploy the asp.net admin web, and where to get the sql script? | 23 Mar 2007 15:17 GMT | 2 |
Couple of hopefully simple questions: 1) Where do I get the sql script to create the built in asp.net security db? 2) Is it possible to deploy the admin site? Thanks in advance!
|
| Web Site Configuration for remote users | 22 Mar 2007 17:03 GMT | 5 |
Greetings all I've just re-engineered a small system to use the Roles/Membership and ASP.Net Configuraton Tool. I've configured it for 'From the Internet' access.
|
| GetRolesForUser ActiveDirectoryMembershipProvider | 22 Mar 2007 00:03 GMT | 3 |
I am using the ActiveDirectoryMembershipProvider for forms authentication in a application the user id validated with the line. if (Membership.ValidateUser(UserName.Text,Password.Text)) {
|
| connect login control to my application | 21 Mar 2007 11:34 GMT | 1 |
ASP.NET 2.0 Which field from aspnet_Users table should I use as a foreign key in the related tables in my application? Ex. I have a message board app in old asp and there is a table Topics
|
| Hash Problem | 21 Mar 2007 03:43 GMT | 6 |
For a project we are deveolping, we need to guess the algorithm used to generate a code for an integer number. The only information we have is some pairs of integers and codes generated. My bet is that the code is being generated with a HASH function. I have already tried with ...
|
| Server cannot clear headers after HTTP headers have been sent | 20 Mar 2007 10:00 GMT | 2 |
I've a got an IIS web service that accesses a remote IIS site to get information from and I'm trying to get the web service to use a client certificate. If the remote IIS site is set up to ignore the client ceritficate then the request works with no problem. If I set the remote ...
|
| Windows and Basic Authentication and Delegation. | 20 Mar 2007 08:29 GMT | 11 |
I am having trouble with reading Active Directory from my aspx page. IIS 6.0 is set for Windows and basic autentication for the application. The IIS 6.0 Windows 2003 server is set for trust for delegation at the domain server.
|
| Unique Session IDs and password encryption in ASP.Net 2.0 | 19 Mar 2007 07:45 GMT | 1 |
I am developing a Website in ASP.Net 2.0 with Login Control as a Starting page. I have already implemented Membership for login control. Now I want to know 1. How do I implement unique Session IDs for every login, so as to prevent
|