What are VSDISCO files?

Answers were Sorted based on User's Feedback



What are VSDISCO files?..

Answer / swapna

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:


<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 ?    12 Yes 2 No

What are VSDISCO files?..

Answer / guest

VSDISCO files are DISCO files that enable dynamic discovery
of Web Services. ASP.NET links the VSDISCO to a 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

Is This Answer Correct ?    8 Yes 3 No

What are VSDISCO files?..

Answer / 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

More Web Related AllOther Interview Questions

How is a Java Web Application deployed on a server?

1 Answers   T3 Softwares,


What are namespaces? Why are they important?

0 Answers  


What happens in a Web application when you enter all the data and click on submit button?

0 Answers   MNC,


How do you test the URL of a Web-based application?

0 Answers  


Tableau Training for Beginners

1 Answers   SAP Labs,






how to develop a web page that have only minimize button and not restore and close button on its right upper corner?

0 Answers   PUCIT,


what is the significance of webservice?

1 Answers  


Explain Working of Proxy Server, Cookies, types of cookies?

2 Answers  


How to post anchor tag value through form.

1 Answers  


Have you used sass? What’s good about it?

0 Answers  


Explain Working of ping, telnet, gopher?

1 Answers  


Enlist some sub-classes of http response objects?

0 Answers  


Categories