|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
Anonymous Authentication ( IUSR_COMPUTERNAME)
Windows Integrated Authentication ( It uses NTLM or Kerberose, AuthType in IIS metabase)
Basic Authentication - ( Clear Text )
Digest Authentication
Advance Digest Authentication
Windows Form based authentication (using database at the blackened)
IIS 6 includes. Passport Authentication.
Radius Authentication is one which can be included..! Authentication with Internet Authentication
service IAS.
Create Date
:
Thursday, March 20, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
when you use WSDL.exe to compile a web service the following 2 steps are done:
1) A new proxy is generated for your web service
2) Web service is compiled into .cs file (You can view it to check out the client
code) Now you have to compile your cs file into dll file so you can make
reference to it. THis can be done by running the following command in
VS prompt: csc /t:Library myservice.cs
3) Then .cs file it is converted into .Dll But if you are using VS Dot Net then
these 2 steps are done automatically
Create Date
:
Thursday, March 20, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
1. Generate WSDL files from the existing components
2. Deploy the web service
3. Publish the web service in the UDDI directory
Create Date
:
Thursday, March 20, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
web services are four pieces of infrastuctures. there are directories,discovery,discription,wire formats.
web service's attributes r WebMethod(),WebServiceAttibute,WebServiceBinding. these are available in system.Web.Services namespaces
Create Date
:
Thursday, March 20, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
Stateless -SAO(Client activated object(using single call , singleton)
stateful -CAO(Cliend use proxy server to send to the server)
Create Date
:
Thursday, March 20, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
Discovery file is generated, which contains the information about the Web Service and references used.
A Client XML Code is generated which will be helpfull to invoke Web service's methods
Create Date
:
Thursday, March 20, 2008
Click here
to improve the Interview Question, Answer and other fields.