Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
A potentially dangerous Request.Path
Message
De
01/09/2011 13:48:10
 
 
À
01/09/2011 13:07:37
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01522446
Message ID:
01522514
Vues:
23
>It might be an indication that it is being compiled/loaded. That doesn't mean it will be used. You really need to get positve proof that the method is being called.

All Web sites I have has the Web.Config file in the root directory. The Web site wouldn't be able to work if I wouldn't have that file in there.

Here is what I have in it:
<?xml version="1.0"?>
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
	<appSettings/>
	<connectionStrings/>
	<system.web>
		<identity impersonate="true"/>
		<compilation debug="false" targetFramework="4.0">
			<assemblies>
				<add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
				<add assembly="System.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/></assemblies>
		</compilation>
		<authentication mode="Windows"/>
		<customErrors mode="Off"/>
		<pages validateRequest="false" enableViewStateMac="false" enableEventValidation="false" controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
		</pages>
		<httpRuntime executionTimeout="300" maxRequestLength="10000" requestValidationMode="2.0" requestValidationType="Framework.Framework.CustomRequestValidation,Framework"/>
</system.web>

</configuration>
I removed the machineKey tag for privacy purposes.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform