Error: Access Is Denied

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default Error: Access Is Denied

    Hi Guys,

    We're hosting a web portal running on Windows 2003, IIS 6.0, Coldfusion MX, MS
    SQL 2000. All functionalities are workable when accessed using IP address (e.g.
    60.48.23.100/report/test.cfm) but not when using web domain (e.g.
    portal.com/report/test.cfm). I've encountered error message:

    example
    =======

    Line: 33
    Char: 4
    Error: Access Is Denied
    Code: 0
    URL: <domain>/reports/<file>.cfm


    May I know how to solve this problem? Thanks

    rs250 Guest

  2. Similar Questions and Discussions

    1. 550 Access is denied - permission error
      hi all. im having an issue tring to connect to a site using contribute 3.11. i get this error. Make Directory Test: The server is unable to...
    2. Access Denied Error
      CN is computer name set wmiLocator = CreateObject("WbemScripting.SWbemLocator") Set wmiServices = wmiLocator.ConnectServer(CN) I am receiving...
    3. Web Service + Anon Access, but getting 401 Access Denied Error
      I have a simple webservice that just returns a string. The security for this is set to windows authentication in IIS (XP Professional) and anonymous...
    4. Access is Denied Error??
      Hi: I am getting the below error, when i run my project from visual studio environement. When i restart the m/c, the error disappers. After...
    5. Always get Error 401: Access denied
      Thanks Kashif for the suggestions. Hi Tore, You may check the following link for more information: 811318 PRB: "Access Denied" Error Message...
  3. #2

    Default Re: Error: Access Is Denied

    Does the "ISUR_COMPUTERNAME" user have permissions for the web root folder and below ?

    Ken
    The ScareCrow Guest

  4. #3

    Default Re: Error: Access Is Denied

    Yes, ISUR_<ComputerName> has permission for the web folder.
    rs250 Guest

  5. #4

    Default Re: Error: Access Is Denied

    Can you post the code around line 33 ?

    Can you create a test page that just displays the date and does that work ?

    Ken
    The ScareCrow 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