Ask a Question related to Coldfusion - Getting Started, Design and Development.

  1. #1

    Default Re: configuration

    HOW TO: Use the Group Policy Editor to Manage
    Local Computer Policy in Windows XP Professional
    [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;307882[/url]


    --
    Nicholas

    ----------------------------------------------------------------------

    "dave" <dave@aberdeen58.org> wrote in message:
    news:003201c34624$93e68170$a101280a@phx.gbl...

    | I was wondering how you set up policies on winxp pro. Is
    | there a good website to go to?
    | Also, I work at a school and I have a winNT network here
    | and once I hook it to the network, it asks for username
    | and pword. Ofcourse the security comes from the server, so
    | do I even need to use the security that comes with xp pro
    | where it hooks to a NT domain for security? Thank you for
    | your help anyone.
    |
    |
    |
    Nicholas Guest

  2. Similar Questions and Discussions

    1. RDS Configuration
      I'm working on setting up my development CF server. I've found that I can set up Homesite through RDS and it works just peachy when I hit browse on...
    2. Help with XP/IIS/ASP.NET configuration
      I have setup an XP box to run my ASP.NET application. My objective is to run the application on the XP box and have it accessible to the local...
    3. Web Configuration...
      Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the...
    4. Where to keep the configuration?
      Greetings! I'm not very good at ASP, but I'm using ASP to design a website. I know that I can keep some configurable values, such as Server...
    5. Inn configuration
      Hi, I want to configure a INN Newsserver 2.3.5 under Solaris 8, but it causes Problems. Does anyone has experience in configuring it. Are there...
  3. #2

    Default Configuration

    I've written a control and I want to be able to pass certain information to
    it via a configuration file. I've created the config using the namespace +
    dll + config and I've placed it in the bin directory on the website. But when
    it comes to reading the information from the file using...

    string repositoryClass =
    ConfigurationSettings.AppSettings.Get("ICacheRepos itoryClass");

    I always get null as the value

    Is there anyway of finding exactly where .NET looks for the file?

    Hope someone can help

    Paul Ledger Guest

  4. #3

    Default Re: Configuration

    "Paul Ledger" <PaulLedger@discussions.microsoft.com> wrote in message news:<4D0B2558-553D-40D8-8019-FF8F11CD58D1@microsoft.com>...
    > I've written a control and I want to be able to pass certain information to
    > it via a configuration file. I've created the config using the namespace +
    > dll + config and I've placed it in the bin directory on the website. But when
    > it comes to reading the information from the file using...
    >
    > string repositoryClass =
    > ConfigurationSettings.AppSettings.Get("ICacheRepos itoryClass");
    >
    > I always get null as the value
    >
    > Is there anyway of finding exactly where .NET looks for the file?
    >
    > Hope someone can help
    Hi Paul, the problem is that the ConfigurationsSettings.AppSetings
    reads from the file "AppName.exe.config" or "Web.config" (depending if
    it's a winforms or web project). The configuration file you are
    searching for is not on the bin directory, but outside, with the asmx
    files.
    Josue Camargo Cruz Guest

  5. #4

    Default COnfiguration

    This may have been posted all ready but i could not find it.

    I have installed CF7 for school and trying to get it to all work together but
    get this message when i runt he configuration tool

    JNDI listen port in jndi.properties blocked by TCP/IP fitering or firewall on
    server

    host restriction in security.properties blocking communication with server

    I have went as far as to shut down my firewall all together after allowing the
    specified ports with no luck.
    Whenever i open a .CFM document it shows up as the code int he browser. The
    extensions aren't in the directory so i know it isn't configured. Is there a
    way to manually configure CF7 and by pass this error ro a way to fix this error?

    Maine_Copper Guest

  6. #5

    Default Re: Configuration

    It sounds like you need to re-run the Web Server Configuration Tool, which is
    documented starting at
    [url]http://livedocs.macromedia.com/coldfusion/7/htmldocs/00001753.htm[/url] In a
    nutshell. You can use the GUI version, the command-line version, or (in the
    server configuration only) the batch files in the cf_root/bin/connectors
    directory (there may be shell scripts in UNIX, too... I don't remember). That
    should do it.

    jrunrandy Guest

  7. #6

    Default Configuration

    I am using the trial version of flast server 2. I installed the server fine but when I connect to the management console I am not able to perform any admin tasks.
    guspaynesr 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