-----------------------------------------------------------

New Message on BDOTNET

-----------------------------------------------------------
From: myrao2629
Message 4 in Discussion



Hi Mrinal,



Replies for ur queries :
1. Is it possible to use some other configuration files in a web application , by 
default instead of web.config by changing some machine wide setting in m/c.config or 
some where else ?
Yes, We have Security Configuration Files.
Please give the details which you intend to Configure.

2. Dataset that we create for disconnected architecture is it a client side caching or 
is it maintained at server ?
It will be maintained at Server Side.



3. What is the prime difference b/w Response.Redirect or Server.Transfer is there some 
associated advantages / disadvantages ?
Response.Redirect - In this case, once the execution is over at the server side, the 
control comes to the browser and redirects to the specified URL.
Server.Transfer - It will redirects/transfers the control to the specified URL. 
You can prefer any one of the above for redirecting the control to another URL, based 
upon your functionality.

4. During a Page Processing , what is the role of HttpRuntime , is it a part of IIS ?
It is not a part of IIS. It Provides a set of ASP.NET run-time services for the 
current application

5. Is Caching of a page during multiple requests , for faster response same as 
Maintaining OutputCache ?
ASP.NET provides two types of caching that you can use to create high-performance Web 
applications. The first is called output caching, which allows you to store dynamic 
page and user control responses on any HTTP 1.1 cache-capable device in the output 
stream, from the originating server to the requesting browser. On subsequent requests, 
the page or user control code is not executed; the cached output is used to satisfy 
the request. The second type of caching is traditional application data caching, which 
you can use to programmatically store arbitrary objects, such as data sets, to server 
memory so that your application can save the time and resources it takes to recreate 
them.



Regards ,
Yugandhar



 

Do you Yahoo!?

SBC Yahoo! DSL - Now only $29.95 per month!

-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/BDOTNET/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you received 
this message by mistake, please click the "Remove" link below. On the pre-addressed 
e-mail message that opens, simply click "Send". Your e-mail address will be deleted 
from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to