Answer Posted / surendra singh
VSDISCO files are DISCO files that support dynamic discovery of Web services. If you place the following VSDISCO file in a directory on your Web server, for example, it returns references to all ASMX and DISCO files in the host directory and any subdirectories not noted in <exclude> elements:
<?xml version="1.0" ?>
<dynamicDiscovery
xmlns="urn:schemas-dynamicdiscovery:disco.2000-03-17">
<exclude path="_vti_cnf" />
<exclude path="_vti_pvt" />
<exclude path="_vti_log" />
<exclude path="_vti_script" />
<exclude path="_vti_txt" />
</dynamicDiscovery>
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is it right way to earn revenue through google adsense? Is it Possible?
When would you use get and post requests?
What are the types of web testing security problems?
What are the steps to follow to cache parts of web form?
Explain the difference between authorization and authentication in web testing.
What type of design skills do you have?
Have you used sass? What’s good about it?
How to test iBackup and storage products?
What is Webget and WebInvoke in rest service? Tell difference between them
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
Name 3 attributes of the position property.
On a scale of 1 to 10 rate your proficiency in CSS, JavaScript, PhotoShop, Illustrator, Flash, ActionScript, HTML, DHTML.
what are propritory databases?
Loop through the color array and print each value to the console. Assume you do not know the amount of colors in the color array.
Suppose there are two requests for 2 different pages of same site and from 2 different browsers, How Web server recognise the different request and send result to the exact sender browsers.