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

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

0 Answers   MNC,


How to post anchor tag value through form.

1 Answers  


Now days, different technologies for web application development are available such as Java and .NET. In your opinion, which technology is preferred over other technology and why?

1 Answers  


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.

0 Answers   CA, Intile,


What can you do to improve page performance?

0 Answers  






How do I provide information to the Web Service when the information is required as a SOAP Header?

1 Answers  


If you have an issue with your page, how do you debug it, what tools do you use?

0 Answers  


What is the difference between Web 2.0 and Web 3.0?

0 Answers  


Explain What do you know about Web Sites.

0 Answers  


What are the steps to follow to cache parts of web form?

0 Answers  


What is the difference between relative and absolute url?

0 Answers   Tech Mahindra,


1.What is Ipconfig? What purpose u can use it? 2.How can u know what ports are busy in ur machine? 3.How can u know particular port is free/ not in ur machine? 4.How many drivers in JDBC? Which Driver u r using? Why?

0 Answers  


Categories