This is a migrated thread and some comments may be shown as answers.

[Solved] Two releases on the same server?

3 Answers 195 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Thomas
Top achievements
Rank 1
Thomas asked on 14 Oct 2009, 08:43 AM
Can I have two releases of the controls on the same server?
This would make upgrading the applications easier.

Thanks
Thomas

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 14 Oct 2009, 10:14 AM
Hello Thomas,

Generally, the .NET framework does not allow you to use two different versions of controls for the same assembly in a single web-application since the assembly names are the same, you cannot save both of these in the same folder and also the namespaces are the same, which would not allow you to use different assemblies on the same page or project. Thus, if you want to use one version at a time and then upgrade it later in the future, then you could save the dlls in different folders or locations and refer to these as per requirement.

Hope this makes sense..
Princy.
0
Thomas
Top achievements
Rank 1
answered on 14 Oct 2009, 12:25 PM
I mean, having them in diffrent webapplications...
0
Princy
Top achievements
Rank 2
answered on 15 Oct 2009, 08:31 AM
Hi Thomas,

Yes it is possible to add dlls of two diferent versions to two seperate web applications hosted in the IIS.

-Princy.
Tags
General Discussions
Asked by
Thomas
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Thomas
Top achievements
Rank 1
Share this question
or