What are the different ways of processing data in ASP page
in the server side (like Forms, QueryStrings etc)?



What are the different ways of processing data in ASP page in the server side (like Forms, QueryStr..

Answer / guest

Both ASP and ASP.net can be run at same server becuase IIS
Create a diffrent process for all the hosted application
and it has capability to respond/serve both ASP and ASP.NET
request.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

About writting a query and SP which is better ?

5 Answers   Abacus, Satyam,


which one is faster execute reader, scalar, execute non query ?

18 Answers   Intiger, Minecode,


what are the application layers for a distribute application?

0 Answers   Mind Tree,


What are the different types of cookies in asp.net?

0 Answers  


What is latest version of asp.net mvc? : Asp.Net MVC

0 Answers  


Why we use content place holder in asp.net?

0 Answers  


when user is logged on the information is saved in a cookie, what is the name of that cookie?

5 Answers   Mind Tree,


What does the "EnableViewState" property do? Why would I want it on or off?

3 Answers  


Where do the cookie state and session state information be stored?

0 Answers  


How do you create a master page?

0 Answers  


What is global.asax file used for?

0 Answers  


diff between Server.Transfer() and Server.Execute()

1 Answers  


Categories