| Thread | Last Post | Replies |
|
| members-only access to all files in a directory | 18 Feb 2004 21:02 GMT | 4 |
I want to create a "member zone" with restricted access to registered members only. I already succeeded to restrict access to ASPX files in a particular directory using ASP.NET security.
|
| Windows authentication on a Web service returning Access Denied (401). | 18 Feb 2004 20:24 GMT | 4 |
[ Background ] I've been asked to look into network security where an IIS virtual directory is configure to not have anonymous access, but rather to go with the windows authentication (what the user signs in as at client). This is in the context
|
| Forms-based authentication expires before timeout | 18 Feb 2004 17:16 GMT | 7 |
I'm having a problem with the forms-based authentication. The user is getting timed out before long before the timeout period has passed. The forms-based authentication timeout is set to 10 hours and session timeout to 2 hours.
|
| [REPOST] Problem in Windows based Authentication | 18 Feb 2004 12:41 GMT | 2 |
I use windows based authentication for my ASP.NET web app. I have disabled anonymous access of my web application too from the IIS console. From my own machine, the webapp works perfectly. But when someone else tries to access it, they get error message
|
| Separated DLLs for user controls | 18 Feb 2004 09:10 GMT | 3 |
By default VS.NET generates just one DLL contains all code behinds and userconrols. Is it possible to have VS.NET partitione them in their own assemblies for granular security?
|
| Form Authentication | 18 Feb 2004 06:56 GMT | 1 |
I have found a problem with form authentication method that I can't solve. The problem is: I want to use a form authentication in my application, so i set : <authentication mode="Forms">
|
| allowDefinition='MachineToApplication' | 18 Feb 2004 06:41 GMT | 1 |
My web application has the following structure RootFolder - file1.aspx - file2.aspx
|
| Patterns And Practices Security Checklists | 18 Feb 2004 02:57 GMT | 2 |
In Architecture and Design Review Security Checklist at following link: http://msdn.microsoft.com/library/en-us/dnnetsec/html/CL_ArchDes.asp?frame=true&_r=1 I don't underestand following two items: 1) Session state is protected from unauthorized access.
|
| ASP.NET Exception on hosted server | 17 Feb 2004 20:05 GMT | 1 |
When I run my ASP.NET on my computer it works fine, even in medium trust which is what mt webhost uses. However on the webhost it generates this exceptio SecurityException: Request for the permission of type System.Security.Permissions.SecurityPermission, mscorlib, Version=1.0 ...
|
| Putting a hole into forms authentication? | 17 Feb 2004 12:07 GMT | 1 |
My application uses forms authentication. On the sign-in page is a form (with takes a username, a password, and has a button [SignUp]) that allows for the creation of new user accounts I'm trying to get it so that when the SignUp (not SignIn) button is clicked, a user account is ...
|
| Login Security | 16 Feb 2004 13:29 GMT | 1 |
Hey group, I would like to be able to write a ASP page and on it have a link to another ASP page. I would like to be able to have a Access Database or similar with Username and Password and be able to allow users to enter there detail it to
|
| How to use client certificate private key from httprequest.clientcertificate | 15 Feb 2004 23:55 GMT | 1 |
I have web site setup with client certificate for user authentication mapping the client certificate to an existing NT user account. I would like to use the web user client certificate private key from the request object to decrypt information that has been encrypted using that
|
| Error with cmdQuestion.ExecuteReader(out dr); | 15 Feb 2004 16:31 GMT | 1 |
I have a code PASTED below.Its validate(login) against a database SQL SERVER. But i have a problem with the LINE:- "cmdQuestion.ExecuteReader(out dr);" below
|
| encryption and it's keys | 13 Feb 2004 18:14 GMT | 1 |
I'm after some general pointers about best practice. I've used TripleDES to encrypt the connection string of a web app. How do I go about securing the keys in the app? Many thanks for any advice.
|
| Passing Credential to SOAP via a .NET remoted object | 13 Feb 2004 17:27 GMT | 1 |
All, I have a WEBPAGE that needs to pass the current credentials to a .NET remoted object so this can pass the credentials to a SOAP WEBSERVICE (All written in C#)
|