| Thread | Last Post | Replies |
|
| (Bug?) IIS Sends response to wrong client | 28 Feb 2005 10:27 GMT | 4 |
I discovered a strange behaviour (bug?) in IIS 5.0 and asp.net 1.1. - user A clicks on a link requesting page x. - user B clicks simultaneously (1/10th of second later)on the same link. - user A receives the expected response.
|
| safety upload | 25 Feb 2005 16:53 GMT | 1 |
Hi friends, Please help me. I want to realize upload on .jpg files in my web server and I am not sure haw to protect it. I mean, when the user do upload I have to give him/her
|
| How Many VarBinary for each Ascii Char Aes Encrypted KeySize=256,BlockSize=256 | 25 Feb 2005 16:28 GMT | 3 |
Hi. I'm wanting to encrypt customer name, address, etc. information using Aes with a KeySize of 256 and a BlockSize of 256. Either for each ascii character or say for a maximum length 50 characters for a field, how many bytes will this generate and how do I translate
|
| Browser Back button problem | 25 Feb 2005 15:58 GMT | 4 |
I'm having a probelm concerning the security of my application. the problem is when a user is loggoed in and then he looged out i redirect him to the main page of my appkication but if he clicks on the Browser's "back button" he could then enter to the application.
|
| ??Difference Between utf8encoder.GetBytes and Encoding.ASCII.GetBytes | 24 Feb 2005 23:18 GMT | 4 |
Hi. (Using VB.Net) I have a symmetric encryption key stored as text, encrytped by DPAPI in my web config that I use a handler class to decrypt by the DPAPI and pass to the class that does the encryption/decryption.
|
| Impersonation using WindowsIdentity( upn ) ctor | 24 Feb 2005 03:43 GMT | 6 |
I'm trying to impersonate a user using the WindowsIdentity ctor. This is what I'm doing WindowsIdentity id = new WindowsIdentity( "test@dev1.domain-dev.net" ); WindowsImpersonationContext wic = id.Impersonate();
|
| Virus Scan for uploaded documents? | 23 Feb 2005 14:04 GMT | 1 |
Platform: ASP.Net 1.1/C# Web App ========================== Folks, I am trying to build a functionality to check any documents being uploaded
|
| Controlling Page Access in .aspx page | 23 Feb 2005 13:56 GMT | 2 |
I am building some .NET classes and pages that will be part of an existing classic ASP app. The ASP app uses cookies to store login information for administrators. I have one include file that checks to see if the user is a logged in administrator, and if not, redirects to a ...
|
| Secure and Non-Secure Items | 23 Feb 2005 13:24 GMT | 3 |
We have a .NET web application which runs on SSL. I am frequently getting messages like "This page contain both secure and non secure items. Do you want to continue ?" When I take pages containing datagird. Is there a way to disanle this message ?
|
| SSL Forms Login for multiple sites | 22 Feb 2005 16:43 GMT | 2 |
SSL newbie would love some advice :-) I have a server that hosts several independant domains (using host headers to differentiate them). Each domain runs an independant copy of the same ASP.NET application - this app uses forms-based authentication
|
| An attempt was made to perform an unauthorized registry operation | 22 Feb 2005 10:54 GMT | 1 |
I am trying to develop a web application from VS.net 2003 for Sharepoint Search in my page. topology = new TopologyManager(); portal = topology.PortalSites[new Uri("http://localhost:8080/personal/sathishe/")]; context = PortalApplication.GetContext(portal);
|
| Forms-Based Security below Application Level | 22 Feb 2005 10:41 GMT | 1 |
If I have a site where I want to use Forms-Based security but only on one or two SUB-directories of the Application root, I'm confused about how that works. Let's say I want wide-open annonymous access to the docroot and all of the
|
| Forms-Based Authentiction and NON ASP.NET Assets | 22 Feb 2005 10:31 GMT | 4 |
I have a feeling you're gonna say no but, is there any way, with ASP.NET Forms-Based Authentication, to protect access to NON ASP.NET objects? For example, if I have a directory that has .ASPX files AND, say, JPEG files (.jpg), it would appear that if the user has the URL to one ...
|
| .NET Assembly permissions | 21 Feb 2005 02:34 GMT | 1 |
I am in the process of working on ASP.NET web control. Basically the control is just a timer which after a certain timespan posts the page back to server. It is now functionally complete, and as good coding practice i ran FxCop on the assembly.
|
| Exception Details: System.UnauthorizedAccessException: Access to the path - ASP.NET app on WIn2003 | 20 Feb 2005 12:46 GMT | 4 |
I got this error emssage trying to run an ASP.NET application on my Win2003/IIS6.0 server: The server is a DC and I can't locate the option to manage Local Users and Groups anywhere to look at aspnet user setup Exception Details: System.UnauthorizedAccessException: Access to the ...
|