How would ASP and ASP.NET applications run at the same time
on the same server?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

Urgent requirement of .NET in CMMI Level3 COmpany Pune

0 Answers  


How can you debug an ASP page, without touching the code?

1 Answers   Prodigy Technologies,


Your ASP.NET application displays sales data on a page. You want to improve performance by holding the page in memory on the server for one hour. You want to ensure that the page is flushed from memory after one hour, and that the page is re-created when the next request for the page is received. What should you do? A . Initialize a new instance of the Cache class in the Application.Start event handler. B . Initialize a new instance of the Timer class in the Page.Load event handler. C . Set the Duration attribute of the OutputCache directive in the page. D . In the Web.config file, set the timeout attribute of the sessionState element.

5 Answers   ADITI, Syntax Softtech,


How do you add a javascript function for a link button in a datagrid ?

4 Answers   Microsoft,


Explain the asp.net mvc folder conventions? : asp.net mvc

0 Answers  






What is event bubbling?

0 Answers  


Explain ViewState?

0 Answers   QuestPond,


what is use of web.config?

3 Answers  


How can we use Web API with ASP.NET Web Form?

0 Answers  


What is Response.Flush method ?

3 Answers   Keane India Ltd,


What is HTTPModule and HTTPcontext? What is the use of each?

0 Answers   Accenture,


How to reduce the Page size in asp.net?

4 Answers   CTS,


Categories