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
How can we determine action invoked from HTTP GET or HTTP POST?
How to bind table colum with gridview column?
What is the meaning of unobtrusive javascript? Explain us by any practical example.
How route table has been created in asp.net mvc?
Explain the 'page lifecycle' of an ASP.NET MVC?
What are sections?
explain what is ado.net entity framework?
Does windows 10 need .net framework?
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
Explain test driven development (tdd) ?
What is .net architecture and framework?
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
What are Action Filters in ASP.NET MVC and its use?
What is entity framework in asp net?
Explain unit test done by tester on development team?