Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Web Applications




    I am looking for a web application to maintain users, mailing lists, news, events, sending out news letters. Does anyone know of such a package?


    David


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

    David Sharpe: Manager

    SCMMUG.com
    South Carolina Macromedia User Group

    ulysses Guest

  2. Similar Questions and Discussions

    1. sub-applications
      Hello, I'm developing an application wich has several sub-applications. The application is a chat and the subs are the rooms of the chat. My...
    2. Running Java applications with CF applications
      Is anyone out there running both Java and CF apps on their CFMX 7 J2EE Enterprise Server? I was going to migrate the Java apps to CF7 to avoid a...
    3. COM+ applications
      Hi all, i have an Application named WorldRecords in IIS Server. Sql Server 2000 as Database in another machine. As an administrator when i...
    4. PHP Applications
      I'm thinking of of writing a multi-platform business software package that would be accessed by the users web browser on a local intranet. I would...
    5. web applications versus. web portal applications
      I came across a new term "web portal applications." Anyone can tell me what's the differences between web portal applications versus traditional...
  3. #2

    Default Web Applications



    Hi all...

    I have a couple of web applications which work all standalone. I decided
    to reorganize my projects and save all assemblies in one location.
    For example:

    - root
    |--- Project A
    |--- bin
    |--- Project B
    |--- bin

    This structure I want to change to:

    - root
    |--- bin
    |--- Project A
    |--- Project B

    bin should have the assemblies of all web applications. My first
    question is, if this is a good idea. When I split the projects as
    decribed above, the applications don't work anymore. I found out that
    the dll's are not registered when they are in the bin directory of the
    project. Therefore, the project only work if the assembly is located in
    the (and only in this) project's bin directory.

    To manage this problem, I tried to add the assemblies into the GAC,
    which ended in another problem: I can add only assemblies with strong
    names into the GAC. Assemblies can only have strong names, if every
    referenced assembly also has a strong name. I can't compile every
    referenced assembly with a strong name.

    It would be nice, if anyone has comments on what I am trying to do...
    thx a lot

    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    muz dogru 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