.NET 1.1 and .NET 2.0 application
-
-
Yes, if the sites are separate applications. Also, they have to run in separate AppDomains. Copy the default AppDomain to create a new identical one, and name it to show what version it will be running.
--- b { font-weight: normal; }
Thanks Guffa. Could you be able to tell me how to create/copy AppDomain in server 2000 IIS 5.0 application Appreciate your help.
- ashish
-
Thanks Guffa. Could you be able to tell me how to create/copy AppDomain in server 2000 IIS 5.0 application Appreciate your help.
- ashish
AshishBasran wrote:
Could you be able to tell me how to create/copy AppDomain in server 2000 IIS 5.0 application
No, I am afraid that I can't. I have only done this on Server 2003, so I am not really sure how it applies to Server 2000. Why don't you try by specifying different ASP.NET versions for the applications and try to browse to the sites. If there is a conflict, the error message should give you some information on where it is.
--- b { font-weight: normal; }
-
AshishBasran wrote:
Could you be able to tell me how to create/copy AppDomain in server 2000 IIS 5.0 application
No, I am afraid that I can't. I have only done this on Server 2003, so I am not really sure how it applies to Server 2000. Why don't you try by specifying different ASP.NET versions for the applications and try to browse to the sites. If there is a conflict, the error message should give you some information on where it is.
--- b { font-weight: normal; }
All you have to do is create different sites or virtual directories and set the asp.net version in the properties window.
-
All you have to do is create different sites or virtual directories and set the asp.net version in the properties window.
My question is ,How to set the ASP.NET version in the properties window. Note: I am using Windows server 2000 and IIS 5.0
- ashish
-
AshishBasran wrote:
Could you be able to tell me how to create/copy AppDomain in server 2000 IIS 5.0 application
No, I am afraid that I can't. I have only done this on Server 2003, so I am not really sure how it applies to Server 2000. Why don't you try by specifying different ASP.NET versions for the applications and try to browse to the sites. If there is a conflict, the error message should give you some information on where it is.
--- b { font-weight: normal; }
I agree with you. We can create differetn application pools and assigne for different versions of .NET in IIS 6.0 But my pain is, I have to use IIS 5.0 as I cannot have 6.0 on Server 2000.
Guffa wrote:
Why don't you try by specifying different ASP.NET versions for the applications and try to browse to the sites. If there is a conflict, the error message should give you some information on where it is.
How to specify different ASP.NET versions for the applications?
- ashish
-
I agree with you. We can create differetn application pools and assigne for different versions of .NET in IIS 6.0 But my pain is, I have to use IIS 5.0 as I cannot have 6.0 on Server 2000.
Guffa wrote:
Why don't you try by specifying different ASP.NET versions for the applications and try to browse to the sites. If there is a conflict, the error message should give you some information on where it is.
How to specify different ASP.NET versions for the applications?
- ashish
-
I do not see TAB saying ASP.NET on server 2000. Though i do see the TAB on the IIS which is running on XP.
- ashish
-
I do not see TAB saying ASP.NET on server 2000. Though i do see the TAB on the IIS which is running on XP.
- ashish
-