473,385 Members | 1,342 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Having problems with HttPost and HttpGet

Hello:

On the new Asp.net 2.0 the <protocols> section does not work. But without
it, my application, which uses such protocols, does not work either

How can I enable those protocols on aspnet 2.0 iis 6.0?

<protocols>
<add name="HttpPost"/>
<add name="HttpGet"/>
<remove name="HttpSoap"/>
</protocols>
Nov 19 '05 #1
3 1648
Are you trying to use them with a web service ?

http://msdn2.microsoft.com/en-us/library/ccbk8w5h

From : http://msdn2.microsoft.com/en-us/library/cs8x2624 :

The element "protocols" specifies the protocols that an ASP.NET
Web service can use to receive request data sent from a client and
return response data.

A protocol can be used to associate request data with a method
and its parameters and to associate response data with the method
and its return value.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Daniel Bello Urizarri" <dbello[at]cadicsa.com> wrote in message
news:OU**************@tk2msftngp13.phx.gbl...
Hello:

On the new Asp.net 2.0 the <protocols> section does not work. But without it, my
application, which uses such protocols, does not work either

How can I enable those protocols on aspnet 2.0 iis 6.0?

<protocols>
<add name="HttpPost"/>
<add name="HttpGet"/>
<remove name="HttpSoap"/>
</protocols>

Nov 19 '05 #2
My application is a Web Application
Nov 19 '05 #3
Those settings are only valid for Web Services.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Daniel Bello Urizarri" <dbello[at]cadicsa.com> wrote in message
news:uA**************@TK2MSFTNGP09.phx.gbl...
My application is a Web Application

Nov 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Sherif ElMetainy | last post by:
Hello I have an application with several web services. I want to be able to log all exception are thrown by any web method. Since the web services handler catches and swallows all exceptions,...
2
by: Varsha | last post by:
Hi, a) I have a windows 2003 server on my machine with in built .NET Framework 1.1. b) I have also installed .NET Framework 1.0 on this machine. c) I have a web service, when i try to...
1
by: Maxwell2006 | last post by:
Hi, How can I disable HttpGet and HttpPost access to my asmx webservice? Thank you,
0
by: Guabble | last post by:
Hi, I have got a web service (in .net 1.1) that I call using SSL. It works fine. I then get a requirement to access the service using ASP, so I write code doing an HttpGet to access it. This...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.