What are VSDISCO files?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
what is a web sevice?
What are the various ways of accessing a web service?
Enlist some web testing tools.
what is the difference between require() and include() when an error is encountered?
When would you use get and post requests?
What is DOM?
what is the purpose of websphere?
How to redirect to another page?
How to kill cookies from Web page?
What are differences between DTDs and Schema?
What are the interfaces of SAX?
Name 3 attributes of the position property.