| Thread | Last Post | Replies |
|
| asp.net can't see virtual directories? | 13 Jun 2005 04:50 GMT | 2 |
Hi everyone. I go into IIS and create a virtual directory with read/scripting permission/browse permission. I create the folder under wwwroot say i called it temp. I make sure web sharing is on and anonymous access is enabled. When i go into into visual studio.net and say browse ...
|
| Encrypting/Decrypting non-english characters /w Security.Cryptogra | 12 Jun 2005 13:33 GMT | 1 |
I've created to simple method, using MD5 encryption (System.Security.Cryptography): Methods: DecryptString(inValue as String) and EncryptString(inValue as String).
|
| Runtime COMException when adding directory objects | 12 Jun 2005 11:25 GMT | 8 |
I have written a code-behind page with exact lines of code and it works. string dirPath = "LDAP://ou=" + _ouName + "," + _domain; DirectoryEntry entry = new DirectoryEntry(dirPath); string cn = fname + " " + mi + " " + lname;
|
| To grant access to a protected directory use " impersonate" or " LogonUser"? | 12 Jun 2005 03:27 GMT | 1 |
I have a page that needs to grant the user access to a protected sub dir, if a certain condition is true. The Sub dir is protected through windows security. So I need to change the users account to one that has permission to that folder. By searching the web I found " ...
|
| Problem accessing Images on another machine | 11 Jun 2005 13:26 GMT | 1 |
I have 4 machines... 1 - Domain Controller 2 - SQL Server 3 - IIS Server
|
| Another question about Azman | 11 Jun 2005 09:32 GMT | 2 |
Anyone know what is AzScope defined in Azman api? When it is usuall used? for what kind of purpose? Thanks Weide Zhan
|
| Virtual Directory (share on another machine) | 11 Jun 2005 02:00 GMT | 1 |
The following is the error I get on my Intranet site. IIS 5.0, .NET 1.0 Error Type: System.UnauthorizedAccessException Error Message: Access to the path "\\FILESERVER101\Budget\Budget Basics" is denied. Stack Trace: at System.IO.__Error.WinIOError(Int32 errorCode, String str) at ...
|
| forms authentication across virtual directories | 10 Jun 2005 21:13 GMT | 2 |
Here is my situation: - build a website with a public portion and multiple secured applications - security information is in active directory (user ids) and a database
|
| ASP.Net Mail encryption | 10 Jun 2005 14:53 GMT | 1 |
Hi, I am using SmtpMail and MailMessage classes in ASP.Net (1.0) to send mails. I would like to send Credit Card number via those mails. What's the best way to do that? If encryption, then how can I decrypt it if I am using Microsoft Outlook as the mail client? Are there standard ...
|
| Permission check for secured subfolders? | 09 Jun 2005 20:41 GMT | 7 |
I'm building an ASP.NET application works in Forms Authentication mode with custom user account database. And it shows clients a list of hyperlinks to content pages located in some separated subfolders. This application and content pages are entirely secured, so everyone must logon ...
|
| Use IsInRole method with Domain and Username, but without password | 09 Jun 2005 18:28 GMT | 9 |
I am a relative newbie to ASP .NET security. I have an administrivate screen to add users to a small database that manages privileges within a Web app. The table contains the domain name and username. I want to be able to add a user to the table and check to see if the ...
|
| Disable Stack trace sent to client | 09 Jun 2005 16:24 GMT | 2 |
In an ASP.Net application how do you configure the stack trace not be sent to the client but record the information on the server?
|
| Quering PrincipalSecurityAttributes on class | 09 Jun 2005 13:40 GMT | 6 |
I am applying PrincipalSecurityAttributes on class definition to force role-based security on my ASP.NET pages. Is it somehow possible to query the needed security roles for a certain page without maybe creating an instance of that page class and check possible security ...
|
| Connected users list | 09 Jun 2005 12:28 GMT | 5 |
How to get the list of the users connected to my system?
|
| Partially trusted web apps | 09 Jun 2005 11:48 GMT | 1 |
I would like to set up a public web hosting environment. I want to run the foreign apps under Medium trust. However the main web app must run under Full trust. I don't want users change the trust setting in their web.config, so I locked it in the machine.config.
|