| Thread | Last Post | Replies |
|
| ASP.NET 2.0 WindowsTokenRoleProvider Local Groups Broken | 30 Oct 2007 23:32 GMT | 6 |
I've an IIS6 ASP.NET 2.0 web site (not a virtual directory, a web-site). I've configured the web-site (following directions at http://support.microsoft.com/kb/215383) in the MetaBase to allow NTLM and Negotiate access, and the site itself is using Integrated Windows
|
| How To Add User's GUID To An Account Verification E-mail | 29 Oct 2007 13:54 GMT | 4 |
So I have a problem that is more difficult that it might seem at first glance. created. Any help/a clever "duh" answer would be great as we've spent more than 8 hours trying to get this working. Please see the following thread for the full details:
|
| How to test a asp connection to mysql? | 25 Oct 2007 20:20 GMT | 2 |
Have just installed mysql on to my server Does anyone know of a sample test script that will test if asp can connect to a test databse?. I just want to find out if it is working.
|
| "index out of range ..." error when querying AD | 25 Oct 2007 19:04 GMT | 1 |
I have a simple login form to authenticate users. A code segment looks like this: search.PropertiesToLoad.Add("cn"); search.PropertiesToLoad.Add("name");
|
| "index out of range ..." error when querying AD? | 25 Oct 2007 19:03 GMT | 1 |
I have a simple login form to authenticate users. A code segment looks like this: search.PropertiesToLoad.Add("cn"); search.PropertiesToLoad.Add("name");
|
| Encrypted Connections Strings not safe in memory? | 24 Oct 2007 14:41 GMT | 1 |
Simply put, best practices say to: 1) Put ConnectionString info in to web.config for easier editing (and disallow the need to recompile code if settings change). 2) Encrypt the ConnectionString section using the aspnet_setreg.exe utility.
|
| Integrated Windows Authentication and Session Timeout. | 24 Oct 2007 14:35 GMT | 2 |
The main idea of IWA is to have a single sign on capabilities web site and I think it is good if you have a web that cater internal people. A few questions coming out from this implementation 1) How does the C# Windows Authentication work? Does the NTLM handshake only
|
| Windows Authentication and Anonymous Access | 24 Oct 2007 12:45 GMT | 2 |
I have a requirement that I need to create a website running on IIS6 that needs to be anonymous access by default with Windows once a "Sign in" button is clicked. I've pondered about this and have come up with a solution, but I just want
|
| Form Authentication? | 23 Oct 2007 07:40 GMT | 1 |
Please correct me if I am wrong here, When we put the username/password in the Form Authentication Web application, usually the username/password is stored in the cleartext, in the client memory space. So what happen is that in the public computer, a hacker
|
| The pest of Impersonation | 22 Oct 2007 14:18 GMT | 9 |
I have an ASP Website setup which presents some data, then posts changes to that data to another webpage (whcih is java based) by using variables on the URL Line, the Java website trapps the user's details and places some information against the closed call, such as who
|
| FormsAuthentication.SignOut() what to do after | 19 Oct 2007 16:11 GMT | 2 |
I am still able to navigate back to secure area even after calling FormsAuthentication.SignOut() on the logoff.aspx I read some place that I need to clear the cookie, expire it etc..
|
| Password shown in browser | 16 Oct 2007 07:03 GMT | 3 |
Suppose web.config contains <authentication mode="Windows"/> <identity impersonate="true" userName="XYZ" password="XYZ"/> and the password is wrong. Then if the website is opened in the browser, a
|
| Problems deploying website with membership features from XP to 2003 (take2) | 11 Oct 2007 05:59 GMT | 3 |
greetings all, (again blasted newsreader killed my initial epic, email post numero 2) I have a dev box(XP) that I am developing an ASP.NET 2.0 application .. am trying to use membership features .. have set up my local box secured a
|
| Sends me to my Login page even after I'm logged in | 10 Oct 2007 23:36 GMT | 2 |
Hi, I'm trying to setup ASP security for the first time and am having some problems. If anybody can help, I would greatlly appretiate it. I setup the aspnetdb and setup users and roles through the ASP.net configuration. I setup a Logincs.aspx page with a Login Web Control. ...
|
| Bad Request <OR> Illegal characters in path | 05 Oct 2007 04:27 GMT | 1 |
Here is my issue: 1) This is an ASP.NET 1.1 website hosted on Windows2003 Server 2) SP1 for .NET 1.1 is installed 3) I have the .gif extension mapped in IIS to the 1.1 aspnet_isapi.dll
|