Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default OT: ASP.NET

    I know that this place may not be my best bet for posting an ASP.NET ....but
    here goes..maybe theres someone out there with an answer. My hosting provider
    only allows one web.config in the root directory. I have multiple applications
    that use forms authentication. Im wondering if anyone knows the way of setting
    up the web config for multiple applications rather than one for each directory.

    runaway_vibrator Guest

  2. #2

    Default Re: ASP.NET

    Change hosts.

    --
    Kevin Marshall
    WebXeL.com Ltd
    [url]http://www.webxel.com[/url]

    ASP.NET Dreamweaver Extensions
    [url]http://www.webxel-dw.co.uk[/url]


    Kevin Marshall Guest

  3. #3

    Default Re: ASP.NET

    is there not a location tag or something that can define where each application should be set up...ive just moved to the host away from another host. Everything else about them has been 100%.
    runaway_vibrator Guest

  4. #4

    Default Re: ASP.NET

    > is there not a location tag or something that can define where each
    application should be set up...ive just moved to the host away from another
    host. Everything else about them has been 100%.

    The application folder needs to be set within IIS itself. Unless they give
    you some means to do that remotely, they have to do it for you. If they
    don't want to do it, find another host.

    -Darrel


    darrel Guest

  5. #5

    Default Re: ASP.NET

    The root is going to be established by the hosting provider. That's the way
    it is and no hosting provider that is legally sane is going to provide
    access to his file system. To even suggest moving to another host who may do
    so sounds ludicrous.

    Secondly, most host providers now have control panels that allow virtual
    applications to be created under the root. Its all self-service.

    Finally, the DNF does not support multiple web.config files in the same
    directory (the same application root). We have to put a web.config into the
    root of each virtual application if we do not want that virtual application
    to inherit the web.config settings from those instances in the file system
    that are located above the instance. If there is no instance in the root of
    the web itself the machine.config settings are used.

    <%= Clinton Gallagher
    METROmilwaukee (sm) "A Regional Information Service"
    NET csgallagher AT metromilwaukee.com
    URL [url]http://metromilwaukee.com/[/url]
    URL [url]http://clintongallagher.metromilwaukee.com/[/url]


    "darrel" <notreal@hotmail.com> wrote in message
    news:d4lfsq$gua$1@forums.macromedia.com...
    >> is there not a location tag or something that can define where each
    > application should be set up...ive just moved to the host away from
    > another
    > host. Everything else about them has been 100%.
    >
    > The application folder needs to be set within IIS itself. Unless they give
    > you some means to do that remotely, they have to do it for you. If they
    > don't want to do it, find another host.
    >
    > -Darrel
    >
    >

    clintonG Guest

  6. #6

    Default Re: ASP.NET

    > The root is going to be established by the hosting provider. That's the
    > way it is and no hosting provider that is legally sane is going to provide
    > access to his file system. To even suggest moving to another host who may
    > do so sounds ludicrous.
    No one mentiond accessing the file system.

    > Secondly, most host providers now have control panels that allow virtual
    > applications to be created under the root. Its all self-service.
    This kinof contradicts your comments on moving to another host being
    ludicrous, obviously runaway_vibrator's host is not one of those "Most
    Hosts" you mention, so moving to one of those hosts is a possible solution.

    > Finally, the DNF does not support multiple web.config files in the same
    > directory (the same application root).
    No one said this was supported.


    --
    Kevin Marshall
    WebXeL.com Ltd
    [url]http://www.webxel.com[/url]

    ASP.NET Dreamweaver Extensions
    [url]http://www.webxel-dw.co.uk[/url]


    Kevin Marshall 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