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 managed extensibility framework?
How do you specify comments using razor syntax?
What are the possible razor view extensions?
Mention two instances where routing is not implemented or required?
What is the difference between ViewData, ViewBag and TempData?
What is connected scenario? : Entity framework
What is difference between razor and web form engine?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?
How to return the JSON from action method in ASP.Net MVC?
Explain Bundle.Config in ASP.Net MVC4?
What is clr? How does work clr & wht is work of clr?
What is main objective of asp.net mvc 4 or what is new in mvc4 ?
What is associationset? : Entity framework
What is the difference between partial and renderpartial?
What is the use .glimpse in mvc?