How does dynamic discovery work?
Answer / swapna
ASP.NET maps the file name extension VSDISCO to an HTTP
handler that scans the host directory and subdirectories
for ASMX and DISCO files and returns a dynamically
generated DISCO document.
A client who requests a VSDISCO file gets back what appears
to be a static DISCO document.
Note that VSDISCO files are disabled in the release version
of ASP.NET. You can reenable them by uncommenting the
line in the <HTTPHANDLERS>section of Machine.config that
maps *.vsdisco to
System.Web.Services.Discovery.DiscoveryRequestHandler and
granting the ASPNET user account permission to read the
IIS metabase. However, Microsoft is actively discouraging
the use of VSDISCO files because they could represent a
threat to Web server security.
| Is This Answer Correct ? | 1 Yes | 0 No |
True or False: To test a Web service you must create a windows application or Web application to consume this service?
How to test Web application in which the value is changing dynamic every time and anyone can modify it?
what is stub in weblogic? dont give me a defination , iwant full ans with example? also tell what is replica-aware stubs.. ok bye send ans as soon as possible
Can we use data reader object in webservices?
What's the difference between a *.WSDL file and a *.DISCO file?
Hi Guys.. Pls let me know the Web designing / Logo designing OR Software jobs openings immediately....... Im in urgent need of job... Pls help meee
If we force XML for web design, the browzer size will reduce. How?
what are propritory databases?
1.what is requirement specification in web engineering? 2.properties of web application? 3.difference between web engineering and web applicaiton?
What software do you use to build websites? Give me an example of a project that you built using JavaScript. What kind of functionality did you create?
What happens when I type in some url and press enter?
If i have a form, and 1 part of the form needs to use validator framework and the other part need not use, how will i ensure that?