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
In Server how to check whether model has error or not in ASP.Net MVC
What are differences between entity framework and l2s? : Entity framework
What is the use of view model in asp.net mvc?
what is lazy loading in entity framework?
What is the purpose of a web form?
Explain the new features added in version 4 of mvc (mvc4)?
What is the difference between partial and renderpartial?
Explain RenderBody and RenderPage in ASP.Net MVC?
What is the use .Glimpse in ASP.Net MVC
How to return the JSON from action method in ASP.Net MVC?
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?
what is conceptual model?
Explain what platforms does the .net framework run on?
What is the greatest advantage of using asp.net mvc over asp.net webforms?
What are HTML Helpers, AJAX Helpers in ASP.Net MVC?