Verb attribute not recognized - web.config, authorization

From: Cheryl Heintz (cheintz@cherrytree.info)
Date: 01/23/03


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>



Relevant Pages

  • Re: Consume web service using HTTP
    ... If you're calling the webservice through webpage's clientside script code, using the XML HTTP component as you mentioned should be ok. ... \par Subject: Re: Consume web service using HTTP ... \par set objXMLSend = Server.CreateObject ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: send soap message
    ... i was reading that in framework 1.1 the http get and http put ... if i run a web service and click on one of the functions available, ... > You didn't mention what framework you need to send the message with. ... > you using .Net or the Soap toolkit. ...
    (microsoft.public.dotnet.xml)
  • Re: forms auth, authenticate against already encrypted password?
    ... concerned with file transfer over http so the encryption ... SSL is in fact not really a big overhead - at least not for bandwidth - you need more CPU cycle to do the encryption. ... client scenario, each web service is its own proxy object, and it has ... Logoutweb methods ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: an OO design question
    ... I see absolutely no reason to use a web service in this system. ... sending data to you over HTTP. ... I can see a strategy pattern for handling the upload to the third party ... > ascii spool report files are uploaded from various sources ...
    (microsoft.public.dotnet.general)
  • Re: Calling an ASMX web service (with WSE 2.0) using SoapClient proxy
    ... > TCP and HTTP channels, I created a class that derives from SoapClient. ... > It can call my TCP SoapService fine. ... > It can call my HTTP .asmx Web Service, but apparently, the SOAP body does ... The argument to my WebMethod is Nothing. ...
    (microsoft.public.dotnet.framework.webservices.enhancements)