Ask a Question related to Dreamweaver AppDev, Design and Development.
-
runaway_vibrator #1
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
-
Kevin Marshall #2
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
-
runaway_vibrator #3
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
-
darrel #4
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
-
clintonG #5
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...> application should be set up...ive just moved to the host away from>> is there not a location tag or something that can define where each
> 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
-
Kevin Marshall #6
Re: ASP.NET
> The root is going to be established by the hosting provider. That's the
No one mentiond accessing the file system.> 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.
This kinof contradicts your comments on moving to another host being> Secondly, most host providers now have control panels that allow virtual
> applications to be created under the root. Its all self-service.
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.
No one said this was supported.> Finally, the DNF does not support multiple web.config files in the same
> directory (the same application root).
--
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



Reply With Quote

