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 |
Differentiate between static and dynamic website.
Can you give an example of when it would be appropriate to use a web service as opposed to non-serviced .NET component?
What is meant by mobile application?
What is the role of usability testing in web testing?
Do capital letters matter in keywords?(search engine point of view)
What are the types of web testing security problems?
How to troubleshoot if you get the error as application pool is hanges?Answer me in step by step procedure?
What is DOM?
Explain the difference between authorization and authentication in web testing.
What all information does a URL contain?
What is intranet application?
Enlist some web testing tools.