sandbox security in coldfusion

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • CF FAN
    New Member
    • Mar 2008
    • 50

    sandbox security in coldfusion

    i want to enable sanbox security in my coldfusion 8 developer edition.I tried
    1st i did
    1:check that enable sanbox security option
    2:then add Add Security Sandbox (gve my project path)
    3:then edit tht new sandox and take CFTAG option in top and give security to CFEXECUTE,CFDIR ECTORY tag
    aftr i did all these when i check my datasource and just verify but datasource got error.i want a quick answer to my probs.after configur it in developer edition i want to enable this in coldfusion 8 standard edition.please help.
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    In standard edition, it's called Resource security.

    You should find this link useful (also see Part Two).

    Also check out the page in the documentation if you haven't already done so.

    Comment

    • CF FAN
      New Member
      • Mar 2008
      • 50

      #3
      Hi,
      Thanks for that link.that gve a lot of information to me.but still my probs not solved.i wants to gve security to cfdirectory,cfe xecute tag.when i gve that datasource which was working correctly before i gve ths tag security caused error....

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #4
        So you've only applied the sandbox security to those two tags?

        Have you checked that the datasource works from Coldfusion code?

        Comment

        • CF FAN
          New Member
          • Mar 2008
          • 50

          #5
          Hi,
          Not at all...
          Getting this error...
          the site working correctly before i set tht san box security

          Error Executing Database Query.
          [Macromedia][SQLServer JDBC Driver][Macromedia][SQLServer JDBC Driver]The requested instance is either invalid or not running.

          Comment

          • acoder
            Recognized Expert MVP
            • Nov 2006
            • 16032

            #6
            What version of SQL Server is it?

            Is it on the same server as Coldfusion?

            Comment

            • CF FAN
              New Member
              • Mar 2008
              • 50

              #7
              Databs: SQL server 2005

              Comment

              • acoder
                Recognized Expert MVP
                • Nov 2006
                • 16032

                #8
                Have you checked that it's on running on the correct port? The default is 1433, but it might be running on a different port.

                Comment

                Working...