Last post Apr 28, 2014 03:49 AM by Starain chen - MSFT
Member
126 Points
270 Posts
Apr 25, 2014 09:18 AM|jjbhatt_asp|LINK
I have created a web application in two frame works i.e a project consist of webapplication(.NEtFramework 4.0) and DAL (.net framework 3.5).
Would it be possible to host on iis and run my application?if then how?
22 Points
31 Posts
Apr 26, 2014 03:29 AM|FalconCoder|LINK
It's good to upgrade the DAL to .Net 4.0.
When you upgrade to .Net 4.0 or latest 4.5.1 there is a lot of new features and improvement to .net 3.5.
most of my project in office i go for the latest .net
Participant
1100 Points
400 Posts
Apr 28, 2014 03:11 AM|dyyo|LINK
hi there, what you basically need to do is create the application on two separate application pool. You can then set the app pool A to run on ASP.NET 4.0, while the other pool runs on .NET 3.5
All-Star
23975 Points
4084 Posts
Apr 28, 2014 03:49 AM|Starain chen - MSFT|LINK
Hi jjbhatt_asp,
jjbhatt_asp Would it be possible to host on iis and run my application?if then how?
Yes, you just need to add a website in the IIS with .NET CLR v4.0 of application pool and configure to use your web application.
For this scenario, you could use the WCF for the DAL.
Thanks
Best Regards
Member
126 Points
270 Posts
.NEt Frame work 3.5 and 4 ?
Apr 25, 2014 09:18 AM|jjbhatt_asp|LINK
I have created a web application in two frame works i.e a project consist of webapplication(.NEtFramework 4.0) and DAL (.net framework 3.5).
Would it be possible to host on iis and run my application?if then how?
Member
22 Points
31 Posts
Re: .NEt Frame work 3.5 and 4 ?
Apr 26, 2014 03:29 AM|FalconCoder|LINK
It's good to upgrade the DAL to .Net 4.0.
When you upgrade to .Net 4.0 or latest 4.5.1 there is a lot of new features and improvement to .net 3.5.
most of my project in office i go for the latest .net
Participant
1100 Points
400 Posts
Re: .NEt Frame work 3.5 and 4 ?
Apr 28, 2014 03:11 AM|dyyo|LINK
hi there,
what you basically need to do is create the application on two separate application pool. You can then set the app pool A to run on ASP.NET 4.0, while the other pool runs on .NET 3.5
Dyyo - Microsoft Recommended ASP.NET Hosting
All-Star
23975 Points
4084 Posts
Re: .NEt Frame work 3.5 and 4 ?
Apr 28, 2014 03:49 AM|Starain chen - MSFT|LINK
Hi jjbhatt_asp,
Yes, you just need to add a website in the IIS with .NET CLR v4.0 of application pool and configure to use your web application.
For this scenario, you could use the WCF for the DAL.
Thanks
Best Regards