skip to main
|
skip to sidebar
Asp.net Examples
Thursday, October 16, 2008
Enabling HttpGet and HttpPost for web services
If your web application needs to accept incoming webservice method requests based on the
GET
and
POST
protocols then add the following lines to your
web.config
file.
<br /> <configuration><br /> <system.web><br /> <webServices><br /> <protocols><br /> <add name="HttpGet"/><br /> <add name="HttpPost"/><br /> </protocols><br /> </webServices><br /> </system.web><br /> </configuration><br />
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Categories
Ajax
ASP.NET
CSS
Javascript
SQL
Blog Archive
►
2010
(2)
►
January
(2)
►
2009
(4)
►
June
(2)
►
April
(2)
▼
2008
(58)
►
December
(2)
▼
October
(17)
Regex match html content without screwing up the tags
Highlighting keywords in text using Regex.Replace
Cleaning a string using a regular expression ready...
Enabling HttpGet and HttpPost for web services
Select a row in an asp:GridView without using a Se...
Perform actions before a row is deleted from a Gri...
Rendering a Control to a String
Call ServerSide function from Javascript
Generating Sequence Number in DataGrid with Paging
Avoid Using Count(*)
Password Hashing in C#
Convert hex color to .net Color object
Embed text in Image using ASP.NET
Get Host by IP adress
Make C# Application Wait Amount of Time
Optimizing C# Application
C# Unique Hardware ID
►
September
(3)
►
August
(4)
►
July
(8)
►
May
(1)
►
March
(5)
►
February
(5)
►
January
(13)
►
2007
(5)
►
November
(2)
►
January
(3)
More
pay per click advertising
Your Ad Here
Ads
No comments:
Post a Comment