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 |
What happens when I type in some url and press enter?
1.what is requirement specification in web engineering? 2.properties of web application? 3.difference between web engineering and web applicaiton?
What are the steps to follow to cache parts of web form?
what is the purpose of websphere?
What is meant by mobile application?
what is stub in weblogic? dont give me a defination , iwant full ans with example? also tell what is replica-aware stubs.. ok bye send ans as soon as possible
how to design online bank web page with asp.net
actually, i have integrated oscommerce and forum in my joomla website.And have made common login to all of these.when i register a new user, it'll get registered successfully.But when i try to login from the frontend and also from the forum ,it is displaying the msg "you are not authorised to view this resource". but logging in successfully through oscommerce.why it is so?
Who is ui/ux developer? What he does?
How can you add a method to a class already defined?
How to post anchor tag value through form.
How to Identify the first string and last string in a HTML page (source code)?