Answer Posted / guest
These are five functions that demonstrate how to access the
ServerVariables collection in ASP.NET. The first outputs
all the ServerVariables (key and value) to the browser;
running this function will give you an idea of what's
available to use. The 2nd allows you to request a Server
Variable value by key name, the 3rd-5th demonstrate using
user-defined function in case you are only interested in a
few of these variables and want to hard code their names.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the path instructions in xaml?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
How does a content page different from a master page?
What is runat?
What is the purpose of master page?
What is a page life cycle?
What is app_code folder in asp net?
What is the difference between application state and caching?
What is windows active directory authentication?
Please briefly explain the usage of global.asax?
What symbol would you use to denote, the start of a code block in aspx views?
What are the new data controls in asp.net 2.0?
Can a .net web application consume java web service?
explain code with multi inhertance
Disable browser cache for entire ASP.NET website?