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 |
Can you save a website to your desktop?
Design a web crawler? How will you avoid from getting into infinite loops?
Enlist some sub-classes of http response objects?
What is Firewall?
Explain the difference between authorization and authentication in web testing.
How to kill cookies from Web page?
How to create virtual directory in IIS?
Can you give an example of when it would be appropriate to use a web service as opposed to non-serviced .NET component?
What is the difference between relative and absolute url?
When would you use get and post requests?
how to design online bank web page with asp.net
Explain "URL Encoding",HTML "entity", GET method, POST method ?