Application Security

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default Application Security

    Hi All,

    I want to Identify the machine which will connect to my Web App so that I log
    it's transactions. I can not rely on the IP address since Some one can fake it.

    What about the installing certificate in IE . Tools > Internet Options >
    Content > Certificates .
    Can the user Uninstall / install new certificate without the permission from
    the network admin . Is there a shared certificate on the machine so it will not
    depend on the profile of the user logged in.


    Thanks


    Suzan Guest

  2. Similar Questions and Discussions

    1. Web Service and Application Security
      My application software is deployed across two tiers; a WinForms workstation client and a Web Services layer. My application will require...
    2. Novice Q: security and application.cfm file
      Greetings, I am a low level cfmx programmer, trying to get smarter. I desire to get a higher level of security, and ease of programming for my two...
    3. Security Application Block
      Anyone using the Security Application Block from the Enterprise Library? I have a rather embarassing situation where I've setup the database and...
    4. Setting up security on my web application
      Hi all, My situation: - VB.net & Visual Studio 2002 - IIS 6.0 - Windows XP Pro (development) and Windows 2000 server (release) I created a...
    5. Re-architect application / security issue
      I have an ASP.NET application that is currently split into 3 separate VS.NET projects. One project is the administration interface for creating...
  3. #2

    Default Re: Application Security

    I have searched this issue, a cgi.cert_subject holds the information of the
    client certificate,

    But in the coldfusion documentation it says it's for IIS4

    [url]http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/[/url]
    wwhelp.htm?context=ColdFusion_Documentation&file=0 0000193.htm

    The microsoft documentation says it exists in IIS 5 and IIS6.

    Any one tried it with IIS5 or IIS6 or Apache

    Thanks

    Suzan Guest

  4. #3

    Default Re: Application Security

    I have searched this issue, a cgi.cert_subject holds the information of the
    client certificate,

    But in the coldfusion documentation it says it's for IIS4

    [url]http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/[/url]
    wwhelp.htm?context=ColdFusion_Documentation&file=0 0000193.htm

    The microsoft documentation says it exists in IIS 5 and IIS6.

    Any one tried it with IIS5 or IIS6 or Apache

    Thanks

    Suzan 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