all groups > asp.net security > august 2005 > threads for august 15 - 21, 2005
Filter by week: 1 2 3 4 5
Enabling Forms Authentication Stops Button Click Events
Posted by Waqas Pitafi at 8/21/2005 11:05:02 AM
Hi,
3rd day is already gone without any solution.
My problem is, I have a Windows Server 2003 sp1 machine as my development
platform having NTFS filesystem. Other notable components installed are
ODP.NET (latest version), WSE 2.0 sp3, offcourse VS.NET 2003 so .NET 1.1.
When I enable For... more >>
deny users to enter password upper than 3 or x
Posted by kyan at 8/20/2005 11:49:37 AM
hi,
i wrote a asp.net login and i want to deny users who enter incorrect
password more than 3 or x.
thanks for your help.
... more >>
URL Authorzation Problem
Posted by nicemonitor NO[at]SPAM hotmail.com at 8/19/2005 1:26:31 PM
I have created a web application that is utilizing Forms Authentication
and URL Authorzation for application security.
The problem arises when an authenticated user (the authentication
ticket cookie has been set) attempts to access a sub directory or file
where I have explicitely denied them a... more >>
Running Aspx Files with forms authentication alongide of asp pages
Posted by kleykir at 8/19/2005 11:18:37 AM
I have a web page that is created in asp.net and uses FormsAuthentication.
All of the info for this is set in web.config file.. I copied the login
page, the actual page and web.config file to a virtual directory on IIS
which has a bunch of other asp pages that belong to the site..
Can I do ... more >>
security steps to allow webservice to run exe
Posted by Billy Greening at 8/19/2005 10:02:48 AM
What are the steps needed to give my webservice adequate security
priveledges to run an exe?
Here is my basic webmethod:
Process proc = null;
ProcessStartInfo procInfo = new ProcessStartInfo("Notepad.exe");
procInfo.UseShellExecute = false;
procInfo.CreateNoWindow = true;
proc = ... more >>
Change User attribute in Active Directory by web (vb.net)
Posted by malin NO[at]SPAM o2.pl at 8/19/2005 12:32:57 AM
m=2E..@o2.pl 19 Sie. 09:30 poka=BF opcje
Grupa dyskusyjna: microsoft.public.adsi.general
Od: m...@o2.pl - Znajd=BC wiadomo=B6ci tego autora
Data: 19 Aug 2005 00:30:24 -0700
Lokalna: Pi=B1t. 19 Sie. 2005 09:30
Temat: Change User attribute in Active Directory by web (vb.net)
Odpowiedz |... more >>
Role-based authentication and Forms and System.UnauthorizedAccessException
Posted by wrecker at 8/18/2005 2:18:46 PM
Hi all,
I'm trying to implement role-based authentication for the following directory structure in my
ASP.NET app.
login.aspx
Admin/
Members/
The web.config in my Admin directory is as follows
<configuration>
<system.web>
<authorization>
<allow roles="Admin"/>
... more >>
Rendering in-memory images from UNC file share
Posted by Eric at 8/18/2005 7:49:05 AM
I have this same problem, and I've *half-way* resolved it. It turns
out that this is not exactly an IO problem; it's actually a security
issue and maybe even an ASP.NET bug. Here is what I've done so far...
1. Learned from this post that there are problems with the FromFile
method when usin... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Login Encryption; Login Lookup
Posted by Phil C. at 8/18/2005 12:31:11 AM
Hi. I'm working on an ecommerce application. There is a conventional
registration page
where the person is identified by his entering an email address and
password.
I was planning to have all customer information encrypted, and the password
salted and hashed with SH-1. However, when a reg... more >>
Security Exception
Posted by Tumurbaatar S. at 8/18/2005 12:00:00 AM
How to allow the default user account of ASP.NET to access system registry
of WinXP?
My page raises following exception and I believe that happens because my
script
accesses the Event Log of WinXP:
my code:
if (EventLog.SourceExists("MySource"))
EventLog.CreateEventSource("MySource"... more >>
IIS 6 and ASP.NET security
Posted by Michael Tsai at 8/18/2005 12:00:00 AM
Hi,
It said that IIS 6 use HTTP.sys as the front end for
handling HTTP request, and pass ASP.NET requests
to w3wp.exe. So I think this also means security
settings in IIS (metabase) is bypassed, right?
Apparently the answer is no, I'ved tried using IIS to set my
ASP.NET web application's aut... more >>
Extremely freaky Security Exception
Posted by William Sullivan at 8/17/2005 11:08:04 AM
I have a page that (simply put) displays information from a SQL database.
I've split off the business logic and database access logic into different
classes. My database access class exposes static methods for loading typed
datasets with information from the database. I call methods in this... more >>
Problem while using cookieless session
Posted by Priya at 8/16/2005 3:14:04 AM
We are facing problems while using cookieless session. When the user copies
and pastes the url from one machine to another, he is able to access the data
entered by the first user. Is there any way to eliminate this problem.
Thanks in advance.... more >>
Creating files in a unc shared drive.
Posted by Tom at 8/15/2005 6:53:02 PM
I have a web app that allowes you to upload files to a shared forlder and
also read them off a list of uploaded files.
I created a shared drive on the destination server, and using a mapped
virtual folder to the shared, I can view the files from the shared drive.
My problem is writing the ... more >>
|