Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Microsoft.Web.UI.WebControls
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01047601
Message ID:
01047992
Vues:
15
Actually I found the answer :)

Add this to your web.config
<!-- Web UI Controls -->
	<configSections>
		<section name="MicrosoftWebControls"    type="System.Configuration.NameValueSectionHandler, 
		System,	Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
	</configSections>

	<MicrosoftWebControls>
		<add key="CommonFiles" value="/myapp/webcontrols/" />
	</MicrosoftWebControls>
Where myapp is the root of your web. Create the webcontrols directory and copy all the contents of wwwroot/webctrl_client from your dev box.



>Hi,
>
>>Is there a way to use Microsoft.Web.UI.WebControls without istalling it on the web server. For example if you are using a asp.net host that does not want to install any DLLs?
>
>I think the answer is no. But how can a server host *any* .NET application if it doesn't allow the installation of the relevant DLL's ?
>
>Regards,
>Viv
Eric Kleeman - EDS Consulting Services
MCP Visual FoxPro
MCSD C#.NET
Hua Hin Thailand
Los Angeles California
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform