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 |
I want to crate my personal website. I am having my website on webs.com which provide some space but it templete based. I want to gain free web space and plz tell me how to custmize it....plz suggest me... Thanks...
What are namespaces? Why are they important?
How to test whether the navigation i.e. from one page to another is working r not using QTP for web based application
What can you do to improve page performance?
Enlist some web testing tools.
Now days, different technologies for web application development are available such as Java and .NET. In your opinion, which technology is preferred over other technology and why?
How does DTD work?
Suppose there are two requests for 2 different pages of same site and from 2 different browsers, How Web server recognise the different request and send result to the exact sender browsers.
What type of design skills do you have?
DHTML: Difference between FontSize and Font Size?
Do capital letters matter in keywords?(search engine point of view)
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?