| Thread | Last Post | Replies |
|
| IIS sends login dialog for already authenticated users. | 15 Jan 2005 05:52 GMT | 7 |
I am using ASP.NET windows authentication in one of the applications. My application is deployed on one of the 2003 servers. This server is member of a domain say "MyDomain". Now, when a user who is logged on to a system which dos not belongs to
|
| Executing a background process | 15 Jan 2005 03:43 GMT | 4 |
I’m writing a web page that allows users to reset their own Terminal Services session. The app needs to execute a program in the background (on the web server) and queries sessions on another server. The program is running on an Intranet so, please, no comments about executing ...
|
| Disable account in Active Directory from .NET using DirectoryEntry | 14 Jan 2005 21:25 GMT | 10 |
When I try to disable a user account thru forms authentication, I am getting an System.UnauthorizedAccessException: General access denied error. If I impersonate user it will prompt me to login and if I put in an administrator password it will work but obviously that won't work ...
|
| accessing remote resources from ASP.NET app | 14 Jan 2005 17:34 GMT | 3 |
I know this issue has already been discussed in several threads of the newsgroup and I read several of them However, I would appreciate very much to have suggestions specific to my particular scenario.
|
| IIS Reset thru Web access denied in Window 2003 | 14 Jan 2005 14:43 GMT | 3 |
I tried to reset IIS thru Web using the following code ProcessStartInfo si = new ProcessStartInfo("cmd.exe"); // Redirect both streams so we can write/read them. si.RedirectStandardInput = true;
|
| URL Authorization | 13 Jan 2005 18:59 GMT | 6 |
I am trying to write several applications, for external users. They will use forms authentication to login. My question concerns url authorization. Each user will have access to various url's within the applications, depending on the users group/role, that is stored in a sql ...
|
| Impersonation when performing IO operation using File.Copy | 13 Jan 2005 12:59 GMT | 8 |
I am trying to implement impersonation for the copying file from one remote directory to the other remote drive on the same server in ASP.Net page. Impersonation seems to be working fine. It seems to perform the impersonation but when it tries to copy the file then it raises the ...
|
| Security design question | 13 Jan 2005 03:13 GMT | 1 |
Here is the environment related context: ========================================================================= Website are hosted in DMZ - subdomain created dmz.companydomain.com We have our web farm (3-5 web servers) running under one NT Domain account
|
| MCSD Materials | 11 Jan 2005 22:25 GMT | 1 |
Hi Freinds, I'm Mayank. and i would like to be MCSD. So, If any of u have material or links for it then pls send it to me. Mayank Prajapati
|
| URGENT!!!!!!!!!!!!!!!!!!!!!!!!!!!! | 11 Jan 2005 22:03 GMT | 1 |
my name is Shai from Israel. i've got this error : Exception Details: System.Security.SecurityException: Request for the permission of type System.Data.SqlClient.SqlClientPermission, System.Data,
|
| DESPERATE: FormsAuthentication Problem | 11 Jan 2005 21:31 GMT | 2 |
I am having a very perplexing problem with setting the user's roles. I have tried to figure this out for 2 days now. When the user logs in to the site, I retrieve the roles from the database and create a semicolon delimited string listing the roles returned and store
|
| Forms Authentication | 11 Jan 2005 13:09 GMT | 8 |
I am trying to use Forms authentication. I have got it to work successfully, when the login page, and the redirect page are in the same virtual directory, however, I want to put the login page into a separate directory. When the user logs in, they will be directed to an ...
|
| Process can't run in ASP.Net | 10 Jan 2005 19:22 GMT | 2 |
Running on on Windows XP Professionals with SP2. Below code can run well in Consol application with task scheduler successfully created. But when I run in Asp.net,
|
| Forms Authentication to protect a cgi application | 09 Jan 2005 21:35 GMT | 13 |
I have enabled forms authentication on an IIS 6 W2k3 server to protect access to the application files until authenticated. The actual application apart from the login/logout files is .cgi based so I have added a “Wildcard Application Map” entry
|
| CryptoStream | 07 Jan 2005 20:43 GMT | 4 |
I have some basic understanding questions about encryption. I am looking at implementing the Rijndael (256) encryption scheme. Does this imply that the key must be a string of 256 characters? Is the key something that I can just type out or is this something the crypto class ...
|