Ask a Question related to ASP.NET Security, Design and Development.
-
Atif Iqbal #1
How can i prevent perl files from being access
Hello,
if anyone can guide me how to add httpHandler in machine.config for .txt
file and .pl files..... i want to authenticate users before accessing perl
file
or
how can i implement security on directories so that unathenticated user
cannot access files of that folder.
TIA
Atif
Atif Iqbal Guest
-
Prevent Player from using Cached files
I am working on a page the allows the user, once logged in, to upload information and a picture. The picture is saved as his/her username, and if... -
Licensing restrictions prevent access from this address.
After updating CF7 to the new DST requirements, we are seeing INTERMITTENT issues with some SWF movies not being loaded. flash forms work just... -
Prevent files from uploading
In GoLive I can prevent files from uploading by selecting them within the site/files tab and setting the "Publish" state to "Never" via the... -
Using Contribute with aspx and ascx files - possible? How prevent editing of certain area?
Has anyone tried using Contribute 3 or 4 with aspx pages or ascx user controls. What has been your experience? Does it work pretty well? Also,... -
perl module to prevent auto registration scripts
Hello all, I am writing a web based registration module. I want to prevent people writing automated scripts ( like using lwp ) and auto register... -
rwg #2
RE: How can i prevent perl files from being access
Atif:
If you want to intercept actions before running PL and other scripting languages, your best bet is to look at coding an ISAPI filter. You can start your MSDN
search by looking for "IIS ISAPI Filter example".
Of course, you can use IIS to control access to files and folders with Windows Integrated or Basic security.
-rwg
This is what I think, not necessarily what is accurate!
--------------------
| From: "Atif Iqbal" <iatif@hotmail.com>
| Subject: How can i prevent perl files from being access
| Date: Thu, 1 Apr 2004 14:50:08 +0500
| Lines: 16
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <eDtAE78FEHA.3640@tk2msftngp13.phx.gbl>
| Newsgroups: microsoft.public.dotnet.framework.aspnet.security
| NNTP-Posting-Host: lhr63.pie.net.pk 202.125.147.222
| Path: cpmsftngxa06.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTN GXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13.ph x.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet.security: 9468
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
|
| Hello,
|
| if anyone can guide me how to add httpHandler in machine.config for .txt
| file and .pl files..... i want to authenticate users before accessing perl
| file
|
| or
|
| how can i implement security on directories so that unathenticated user
| cannot access files of that folder.
|
| TIA
|
| Atif
|
|
|
rwg Guest



Reply With Quote

