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 |
How to test whether the navigation i.e. from one page to another is working r not using QTP for web based application
What are the common problems faced in web testing?
What type of design skills do you have?
Differentiate between static and dynamic website.
Enlist some important test scenarios for testing a website.
How to troubleshoot if you get the error as application pool is hanges?Answer me in step by step procedure?
True or False: To test a Web service you must create a windows application or Web application to consume this service?
What is Firewall?
If you have an issue with your page, how do you debug it, what tools do you use?
How to do continuous marquee.. Please send me the code
Is it right way to earn revenue through google adsense? Is it Possible?
Can we use data reader object in webservices?