|
|
@@ -59,8 +59,8 @@ namespace System.Web.Configuration
|
|
|
validateProp = new ConfigurationProperty ("validate", typeof (bool), true);
|
|
|
verbProp = new ConfigurationProperty ("verb", typeof (string), null,
|
|
|
TypeDescriptor.GetConverter (typeof (string)),
|
|
|
- PropertyHelper.NonEmptyStringValidator,
|
|
|
- ConfigurationPropertyOptions.IsRequired);
|
|
|
+ PropertyHelper.NonEmptyStringValidator,
|
|
|
+ ConfigurationPropertyOptions.IsRequired | ConfigurationPropertyOptions.IsKey);
|
|
|
|
|
|
_properties = new ConfigurationPropertyCollection ();
|
|
|
_properties.Add (pathProp);
|