I developed a Web App in VS 2010, and am trying to run it on my server (Windows WEb SErver 2008). It is framework 3.5, and so I get an error. I can't figure out how to download framework 4.0 to run on my server. Where can I find it.
I have my .NET4.0 with WCF Service hosted at ASPHostCentral and it is working fine. I truly believe that their server does not have Visual Studio 2010 Beta tool
and this means that actually, you can download the ASP.NET4 Beta 2 Framework directly from
Microsoft website.
Marked as answer by JAYHAWKER on Jan 10, 2010 02:11 PM
JAYHAWKER
Participant
1252 Points
1896 Posts
Can I upgrade Windows Web Server 2008 to framework 4.0 without going to Windows Web Server 2008 R...
Dec 28, 2009 03:12 AM|LINK
I developed a Web App in VS 2010, and am trying to run it on my server (Windows WEb SErver 2008). It is framework 3.5, and so I get an error. I can't figure out how to download framework 4.0 to run on my server. Where can I find it.
thanks
guenavan
Contributor
4306 Points
1695 Posts
Re: Can I upgrade Windows Web Server 2008 to framework 4.0 without going to Windows Web Server 20...
Dec 28, 2009 05:24 AM|LINK
http://forums.asp.net/t/1487618.aspx#3487388
(Host ASP.NET 4 site. How do I?)
JAYHAWKER
Participant
1252 Points
1896 Posts
Re: Can I upgrade Windows Web Server 2008 to framework 4.0 without going to Windows Web Server 20...
Dec 28, 2009 04:32 PM|LINK
Can I install aspnet 4.0 on Windows Web Server 2008 without installing Visual Studio 2010 Beta
you_rock
Member
428 Points
158 Posts
Re: Can I upgrade Windows Web Server 2008 to framework 4.0 without going to Windows Web Server 20...
Jan 04, 2010 05:14 AM|LINK
hi jayhawker,
I have my .NET4.0 with WCF Service hosted at ASPHostCentral and it is working fine. I truly believe that their server does not have Visual Studio 2010 Beta tool and this means that actually, you can download the ASP.NET4 Beta 2 Framework directly from Microsoft website.
necro_mancer
Star
8017 Points
1574 Posts
Re: Can I upgrade Windows Web Server 2008 to framework 4.0 without going to Windows Web Server 20...
Jan 15, 2010 07:13 AM|LINK
hi you_rock,
thank you for the recommendation. I have tried the service at asphostcentral.com and everything is great so far.
Professional SQL 2008 R2 Service
SuvarnaDsouz...
Member
2 Points
1 Post
Re: Can I upgrade Windows Web Server 2008 to framework 4.0 without going to Windows Web Server 20...
Feb 25, 2011 02:08 PM|LINK
I have develoved webservice using .net framework 4.0 in vs2010.Its working fine on windows xp/iis5.
I have tested on windows 2003 with iis 6 with few changes as i have changed from .net framework 2.0 to 4.0.
Now i am trying to test this webservice on windows server 2008 with IIS 7. It gives me 500 error
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
On windows 2008 server asp.net framework 2.0 application was runing,but not .net framework 4.0
What are the changes required?
Web.config
Thanks
framework