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 |
Enlist some sub-classes of http response objects?
Can you save a website to your desktop?
1. How can u know that the DB has connected to ur WLS? 2. What happen when u deploy a ear file in web applications? 3. What happen when ur DB and proxy server(Apache) are down n ur weblogic server is up? 4. How can u configure ur proxy server(Apache)? 5. How can the proxy server(Apache) communicate with ur WLS? 6. How the request process to ur WLS through the Proxy server(Apache)? 7. How can u know that ur heap memory is full? 8. When will u do garbage collection?
How does dynamic discovery work?
1.what is the difference between webserver and application server? 2. what is the difference between webserver and weblogic server?
Where?s global assembly cache located on the system? Can you have two files with the same file name in GAC?
WHAT ARE THE ADVANTAGES OF DEDICTED HOSTING OVER SHARED HOSTING?
How is a Java Web Application deployed on a server?
What are VSDISCO files?
1.what is requirement specification in web engineering? 2.properties of web application? 3.difference between web engineering and web applicaiton?
what is a web sevice?
How does dynamic discovery (in case of *.vsdisco) work? What goes on behind the scenes?