Is it possibe to run 2 aplication on single m/c, one App
is on .Net Framework 1.0 and another one is on .Net
Fremework 2.0?
Answer Posted / prabhakar
Yes. They would run as two separate applications. They are
registered in two different frameworks(1.0 and 2.0). Their
registration GUIDs with the framework and version
information are different. They will be treated and behave
as two different applications. Which application is loaded
depends on the framework compatibility of the application
that 'invokes/loads' these applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is entity sql? : Entity framework
Explain what platforms does the .net framework run on?
What is controllercontext?
Explain the 'page lifecycle' of an ASP.NET MVC?
What is the need of Action Filters in ASP.Net MVC
what is split entity?
Can you use Razor code in Javascript in ASP.Net MVC?
What is .net framwork?
What is net framework 3.0 ?
What are Scaffold templates in ASP.Net MVC?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
Can I add mvc testcases in visual studio express?
Explain what is the difference between view and partial view?
What are advantages of Dependency Injection (DI) in ASP.Net MVC?
Is .net core replacing .net framework?