---
title: "What are VSDISCO files?"  
description: "What are VSDISCO files?"  
author: "Manasavi Rajpoot"  
published: 2010-11-16  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/242/what-are-vsdisco-files  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# What are VSDISCO files?

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.

## Answers

### Answer by Manasavi Rajpoot

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.


---

Original Source: https://www.mindstick.com/interview/242/what-are-vsdisco-files

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
