How does dynamic discovery work?
Answer / swapna
ASP.NET maps the file name extension VSDISCO to an 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.
Note that VSDISCO files are disabled in the release version
of ASP.NET. You can reenable them by uncommenting the
line in the <HTTPHANDLERS>section of Machine.config that
maps *.vsdisco to
System.Web.Services.Discovery.DiscoveryRequestHandler and
granting the ASPNET user account permission to read the
IIS metabase. However, Microsoft is actively discouraging
the use of VSDISCO files because they could represent a
threat to Web server security.
| Is This Answer Correct ? | 1 Yes | 0 No |
Difference between ASP and DHTML?
What is difference between webbased application, web enabled application and seb oriented application? Give some exapmles using Microsft languages?
What is a Complex Element?
Explain the difference between authorization and authentication in web testing.
how to develop a web page that have only minimize button and not restore and close button on its right upper corner?
Is it right way to earn revenue through google adsense? Is it Possible?
If i have a form, and 1 part of the form needs to use validator framework and the other part need not use, how will i ensure that?
How is a Java Web Application deployed on a server?
MORE THAN ONE APPLICATION POOL IN IIS(INTERNET INFORATION SERVICES) ARE NOT
How to kill cookies from Web page?
How does DTD work?
what is the relationship between garbagecollection and thread?