Verb attribute not recognized - web.config, authorization
From: Cheryl Heintz (cheintz@cherrytree.info)
Date: 01/23/03
- Next message: YA: "storing location path in database instaed of in web.config"
- Previous message: Chris Crowe: "Re: Running Unmanaged code LogonUser() on a UNC Path"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Cheryl Heintz" <cheintz@cherrytree.info> Date: Thu, 23 Jan 2003 12:00:58 +0100
Hi,
I'm trying to prevent HTTP calls to a web service, so I added
<deny verb="POST" users="*" />
to the web.config as a beginning test.
I get an error message saying "unrecognized attribute 'verb'"! The Framework
version is 1.0.3705.288; ASP.NET Version:1.0.3705.288. Can you give me an
idea why verb would not be recognized? Please help me!
Yours,
Cheryl Heintz
Unrecognized attribute 'verb'.
Source Error:
Line 11:
Line 12: <authorization>
Line 13: <allow verb="POST" users="AMS\CHeintz" />
Line 14: <deny verb="POST" users="*" />
Line 15: </authorization>
- Next message: YA: "storing location path in database instaed of in web.config"
- Previous message: Chris Crowe: "Re: Running Unmanaged code LogonUser() on a UNC Path"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|