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 / sapna
Yes, You can install multiple versions of the .NET Framework
on the same computer. In ASP.NET, Web applications are said
to be running side-by-side when they are installed on the
same computer but use different versions of the .NET Framework.
check this link:
http://msdn.microsoft.com/en-us/library/a99txfy5%28v=vs.100%29.aspx
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of action filters in an mvc application?
The order of the filters that get executed, if the multiple filters are implemented?
Explain what platforms does the .net framework run on?
How large is the .net framework 3.0?
What is definingquery in entity framework? : Entity framework
How to Create an Intranet Site Using ASP.NET MVC?
Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?
Which is the default http method for an action method?
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
What is viewstart page in mvc?
Do you know about the new features in ASP.Net MVC 4 ?
What is entity framework firstordefault?
Is entity framework slow?
Explain how you can send the result back in JSON format in MVC?
What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?