How would ASP and ASP.NET apps run at the same time on the
same server?
Answer Posted / poonam
Both ASP and ASP.net can be run at same server, becuase IIS
has the capability to respond/serve both ASP and ASP.NET
request.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is "microsoft intermediate language" (msil)?
Please explain what is the difference between encrypting a password and applying a hashing?
How is a managed code executed?
What's a windows process in .net?
What is the difference between response.write & response.output.write?
Explain how garbage collection works?
What are the advantages of .net core?
Do you know what's the difference between .net and laravel?
What is il and c#?
Explain what are the deferred execution and the immediate execution in linq?
What class does icon derive from? Isn't it just a bitmap with a wrapper name around it?
How do you view the methods and members of a dll?
What is the difference between .net and laravel?
Explain how viewstate is being formed and how it's stored on client in .net?
How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?