Answer Posted / vikas semra
Server Object bascially used to know about server.
Let's take an example
We just write server.transer("SomePage");
This What ever server is doing just stop processing
immediately and redirect to somePage.
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
Where do we store our connection string in asp.net application?
What are httphandlers and httpmodules and difference between them?
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
What is the difference between server-side scripting and client-side scripting?
What are the session management techniques asp net?
What do you mean by serialize?
If you want to write your own dot net language, what steps you will you take care?
What is viewstategenerator?
How will you load dynamic assembly?
Why is the standalone environment only useful during the development process?
What is a 307 redirect?
Are cookies stored on server or client?
What is bson in web api?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
How ASP.NET page works?