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 setting must be added in the configuration file to deny a particular user from accessing the secured resources?
version information of assembly consist of _________ values.
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
How can you handle errors in Web API?
what is webpart? what r the parts in this webpart (zone)
How to Deploy a project?
What is deff. saop and disco?
What is the difference of a LEFT JOIN and an INNER JOIN statement? What is a Cartesian product? What causes it?
Should validation (did the user enter a real date) occur server-side or client-side? Why?
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
0 Answers Sans Pareil IT Services,
Explain the differences between managed and unmanaged code?
best .net institute in hyderabad
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)