STILL NOT ANSWERED: webctrl_client directory
Messages   Related Types
This message was discovered on ASPFriends.com 'aspngwebcontrols' list.


Seth Berger
Is there a setting to change where the webctrl_client directory exists.
I would prefer not to have the directory in the root of my website. How
do I change this?

TIA

Seth Berger
Click here to reveal e-mail address

Reply to this message...
 
    
Dumitru Sbenghe
You can change the location;
Put the followings in web.config of your application <configuration> section

<configSections>
<section name="MicrosoftWebControls"
type="System.Configuration.NameValueSectionHandler, System,
Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</configSections>

and

<MicrosoftWebControls>
    <add key="CommonFiles" value="/myapp/mydir/" />
</MicrosoftWebControls>

Replace "/myapp/mydir" with your path and copy the files from
wwwroot\webctrl_client\1_0 in <mydir> and will be OK;

Dumitru Sbenghe

[Original message clipped]

Reply to this message...
 
 
System.Configuration.NameValueSectionHandler




Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com