![]() Related Questions When opening a project file explicitly open it from an existing virtual directory. Latest Answer : Create virtual directory of your website. Than access that website directly from IIS, using localhost. This is what we do when we delpoy the application on client end when the client has no VStudio installed. ... Latest Answer : 20 cookies ... The .NET Framework has two main components: the common language runtime and the .NET Framework class library.You can think of the runtime as an agent that manages code at execution time, providing core Latest Answer : .NET framework consists of
1) CLR
2) Class library
3) ASP.Net
CLR (Common Language Runtime): The name itself gives you an idea what CLR is.
RUNTIME can be described as a reduced version of a program. It enables you
to Execute the program ... Read Answers (2) | Asked by : rajani What is the difference between Session and Cookies. Can we use both in the same webpage. when we should go for cookies.. What are the advantages and disadvantages of both.. Plz send me code also..Thanks in advance..Ravi Latest Answer : ASP.NET Web Services.NET RemotingProtocol Can be accessed only over HTTPCan be accessed over any protocol (including TCP, HTTP, SMTP and so on)State Management Web services work in a stateless environmentProvide support for both stateful and stateless ... Latest Answer : The 'Location' attribute of the @OutputCache element specifies the location where the cache should be created. Following are the options for saving ASP.Net cache:1. Any2. Client3. Server4. Downstream5. NoneThe session data location is controlled ... Read Answers (2) | Asked by : laxman Latest Answer : Hai, In .net Remoting if u want ur class to be participated in remoting it has to inherit from MarshalByRefObject class so that class definition can be passed by reference Where as [seraliazable] attribute is preceded before class ... Read Answers (1) | Asked by : gayathri Latest Answer : yes it is possible because we were having the Server.Transfer() where it will transefer the request to other page. ... Latest Answer : Application state is global to the application regardless of the number of application instances. All instances share the same application state variables. Each instance has its own session variables. They are stored at the server end. One use of session ... Read Answers (6) | Asked by : lakshminarayanan Latest Answer : Session Management can be achieved in two ways1)InProc2)OutProcOutProc is again two types1)State Server2)SQL Server
InProcAdv.:1) Faster as session resides in the same process as the application2) No need to serialize the dataDisAdv.:1) Will degrade ... Read Answers (2) | Asked by : Nagabhushanam
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||