| Thread | Last Post | Replies |
|
| User id with an apostrophe receives logon syntax error | 30 Jun 2005 23:14 GMT | 1 |
I have an ASP.NET application that can be accessed by all users with the exception of one who has an active directory logon with an spostrophe in the last name. Can anyone help with resolving how to modify either ASP.NET security, IIS
|
| How secure is the Bin directory in my ASP.NET app? | 30 Jun 2005 22:38 GMT | 2 |
I house my backend application DLL's in my web app's Bin directory -- how secure are these DLL's in that directory? Thanks, Rob.
|
| VB Login page problem? | 30 Jun 2005 19:18 GMT | 4 |
Okay... Using vb .net within DW MX2004, connecting to an access database: Background: I have created a simple login.aspx page that is supposed to re-direct to default.aspx using FormsAuthentication.RedirectFromLoginPage.
|
| Security (Urgent!!!) | 30 Jun 2005 15:53 GMT | 5 |
I am developing a aspx login screen based on the roles (Admin,User). If the role is Admin he needs to acess a particular folder in the system. If the role is User he needs to access another folder in the system.
|
| Authentication Redirect to login doesn't work | 30 Jun 2005 12:36 GMT | 5 |
I have Windows xp as workstation OS and Windows Server 2003 Standard Edition for the server but Windows NT 4 as primary Domain controller. I made a login.aspx and a home.aspx page to test windows authentication with the lines of code needed in the web config file and code behind.
|
| Receiving a strong name error when trying to access a library | 30 Jun 2005 01:51 GMT | 3 |
I receive the following error 'Request for the permission of type System.Security.Permissions.StrongNameIdentityPermission, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken·7a5c561934e089 failed.' when I try to access a property or method of the library. I
|
| Authentication ticket work across browser windows? | 29 Jun 2005 18:52 GMT | 1 |
If after I login using forms authentication in one browser window, should I be able to access a secure page in a 2nd browser without having to login?
|
| How to test SSL on my local IIS? | 28 Jun 2005 20:17 GMT | 5 |
Is there a way to test SSL using my local IIS without having to pay $1000/yr for an SSL certificate? Thanks, Rob.
|
| read and write file from network drive (NAS) | 28 Jun 2005 15:33 GMT | 3 |
I have a NAS machine within the dmzone with IP 192.168.11.xxx where i want to write and read file from a designated location I have created 2 folders "source" and "target" in the NAS, which i can access through explorer
|
| CAPICOM ASP.Net | 28 Jun 2005 10:56 GMT | 1 |
Hi, I am trying to use CAPICOM from ASP.Net to view certificates in the "My" store. It never returns any certificate. However, the same code works in a Windows Application. I guess it might have something to do with security for the ASP.Net account. If that is the case, what ...
|
| Credit card processing, how does one go about developing something like that for a website? | 27 Jun 2005 16:53 GMT | 1 |
How would you handle credit card validation in asp.net? Does ASP.NET provide developers with functionality to process credit cards? Do we have to use 3rd party software or service. If so how would it tie in with our development. Is it done through webservices?
|
| DirectorySearcher: SearchFilter - list of disabled account | 26 Jun 2005 10:17 GMT | 1 |
How do I do directorySearch for a list of disabled / normal account, please?! TIA
|
| Security Challenge: Runtime impersonation without calling LogonUse | 25 Jun 2005 00:05 GMT | 4 |
I have an ASP.Net web application that uses Integrated Authentication. I'd like to impersonate the person making the request at RUNTIME instead of specifying impersonate="true" in the web.config. Does anyone know how I can get the requesting user's userToken to pass to
|
| Forms Security | 24 Jun 2005 16:24 GMT | 8 |
Hi I have the MSDN forms security example in my .net code, tweaked to suit my application. When I log in, and step through my code, I see everything get created correctly, and if I look in the cookies folder, the cookie myname@localhost
|
| Schedule Task Security in Windows Server 2003 | 24 Jun 2005 09:29 GMT | 1 |
I am confuse with ASP.net security in related to Windows Scheduler. My server setting:- Windows Server 2003 + SP1 dotnet framework 1.1 + SP1
|