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 difference between model and entity?
Explain Model, view and Controllers in Asp.Net MVC?
Is razor a server side?
What is viewbag?
What symbol would you use to denote, the start of a code block in razor views?
What are Action Methods in ASP.NET MVC?
What is Layout in ASP.Net MVC?
Explain the 'page lifecycle' of an ASP.NET MVC?
What are the levels at which filters can be applied in an asp.net mvc application?
If I have multiple filters implemented, what is the order in which these filters get executed?
Explain unit test done by tester on development team?
Name a few different return types of a controller action method?
How does the 'page lifecycle' of asp.net mvc works?
what is entity sql?
What is work of clr?