| Thread | Last Post | Replies |
|
| Security issues with Win2003 and ASPNet app | 29 Apr 2005 21:28 GMT | 11 |
I have an ASP.NET Web Service and Web Site. It accesses a SQL database for its data and retrieves images from another server. There are 4 servers all running Win 2003 as follows... 1 - Domain Controller
|
| AD Change Password issue | 29 Apr 2005 15:52 GMT | 8 |
I trying to change password of an account in AD. This the code iam using string adspath = "LDAP://SYST.ctc.edu/CN="+username+",OU=Users,OU=Seattle District (060 - SCCD),OU=Washington Colleges,DC=SYST,DC=ctc,DC=edu"; DirectoryEntry entry1 = new DirectoryEntry (adspath, ...
|
| Switching between http and https | 29 Apr 2005 05:52 GMT | 1 |
I have two forms,1 is http and another is https. Https is a pop up form and http is its opener. Now, I want to pass back some data from Https side to its opener page but it prompts message" permission denied."
|
| impersonation | 28 Apr 2005 20:44 GMT | 4 |
IIS 6.0 Our developer created a asp.net application. I keep getting an error on the website: Exception Details: System.UnauthorizedAccessException: Access to the path
|
| Securing an ASP.Net application | 28 Apr 2005 20:26 GMT | 15 |
I am writing a web application, and would like to make it secure. By secure I mean, that the data that is transmitted is not altered, and if data is stolen the data that they view has no meaning to them. I was trying to following this link, though I don't know if I am on
|
| Child window property window.opener null after postback | 28 Apr 2005 19:44 GMT | 1 |
I have an webform from which I open a child window to display a calendar. When a date is selected in the calendar window it attempts to set the value of a textbox in the main (parent) window by using the window.opener property to reference the textbox.
|
| Access Denied executing Batch File from CreateProcessAsUser | 28 Apr 2005 19:20 GMT | 5 |
I am trying to run a batch file from within an Asp.net webservice and am receiving an Access Denied error. I have verified that the impersonated user has proper rights to the directory that the batch file is in by executing a program from the same directory. It seems that ...
|
| Web.config: <allow users="xxxx" /> Where does xxxx come from? | 28 Apr 2005 06:14 GMT | 3 |
I'm using Forms Authentication. When I authenticate a user from a database, I use the following line: FormsAuthentication.RedirectFromLoginPage(parameterID.Value.ToString(),chkRemember.Checked); where parameterID.Value is the ouput parameter from my stored proc which is
|
| CryptProtectData failed when calling from ASP.NET | 28 Apr 2005 02:29 GMT | 2 |
When I call the CryptProtectData function from an ASPX page, I got the following error: The system cannot find the file specified I'm getting the error only when ASP Impersonation is used by setting the
|
| ASP.NET 2.0 Membership problem | 27 Apr 2005 18:48 GMT | 3 |
I am trying to create an application using ASP.NET 2.0 which takes advantage of the new Membership features (I am using Visual Web Developer Beta 2). I created a default database on SQL Server 2000 using aspnet_regsql -W on my machine. After following the setup
|
| authentication not kept when deploying application | 27 Apr 2005 18:08 GMT | 1 |
I currently wrote a login application using asp.net. It works just great on my local computer, but I need to use it on the internet for the company website. I deployed it using the Web Setup Project onto the webserver. Now when I try to access the page that is supposed to be ...
|
| LDAP | 27 Apr 2005 16:08 GMT | 6 |
I am new to implementing LDAP I need directions to implement LDAP. Any detailed articles ?? Thanks
|
| Customizable Role-based Authorization | 27 Apr 2005 08:35 GMT | 4 |
I need to implement the following scenario in my application: 1. Roles are stored in SQL-SERVER. 2. Access Rights will be given to the roles by the administrator by the application itself.
|
| I can't start the Word object | 27 Apr 2005 06:29 GMT | 5 |
In my aspx page, I initial the Word object like this: - Microsoft.Office.Interop.Word.ApplicationClass app = new ApplicationClass(); but the IIS response "Access is denied".
|
| Copy File from 1 domain to another | 27 Apr 2005 00:54 GMT | 1 |
I am trying to copy a file from one domain to another. I have the username and password of the destination domain. I tried a couple of options - 1. Using the Impersonator Class - http://www.codeproject.com/useritems/ZetaImpersonator.asp
|