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
On a scale of 1 to 10 rate your proficiency in CSS, JavaScript, PhotoShop, Illustrator, Flash, ActionScript, HTML, DHTML.
Some sites work with "http://allinterview.com" but for some sites we need to specify "www" - like "http://www.allinterview.com". Why?
Why do we need nested master pages in a Web site?
Can we use data reader object in webservices?
What do you understand by web application?
what is the relationship between garbagecollection and thread?
what is web methods?
Explain the difference between authorization and authentication in web testing.
How can you test the security of a Web site,both manually and by using a tool?
How do you test the URL of a Web-based application?
How to test whether the navigation i.e. from one page to another is working r not using QTP for web based application
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.
What is the role of usability testing in web testing?
What is user application?
What happens in a Web application when you enter all the data and click on submit button?