how we Creating a Web Service
Answer / merinkmathew
We are going to use C# to create a Web Service
called "SecurityWebService." A Web Service file will have
an .ASMX file extension.
The first line of the file will look like
<%@ WebService Language="C#" class="SecurityWebService" %>
This line will instruct the compiler to run on Web Service
mode and the name of the C# class. We also need to access
the Web Service namespace. It is also a good practice to
add a reference to the System namespace.
using System;
using System.Web.Services;
The SecurityWebService class should inherit the
functionality of the Web Services class. Therefore, we put
the following line of code:
public class SecurityWebService : WebService
| Is This Answer Correct ? | 0 Yes | 4 No |
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
A Web Service Can Only Be Written In .net. Is it True??
Input:http://www.allinterview.com/forms/questionform.php Output:http://www.allinterview.com/forms/questionform Write c# program to get the above desired output for the given Input.....
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
If you want a certain ASP.NET function executed on MouseOver for a certain button. Where do you add an event handler?
Can a master page have more than one contentplaceholder?
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
which directive is mandatory in page control
what are partial classes and their use?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
What are the 4 tenants of SOA/D.
Any disadvantages in Dataset and in reflection ?
0 Answers DELL, Digital GlobalSoft,
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)