How can i prevent perl files from being access

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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,...
    5. 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...
  3. #2

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139