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.
Participant
1245 Points
2687 Posts
Can I upgrade Windows Web Server 2008 to framework 4.0 without going to Windows Web Server 2008 R...
Dec 27, 2009 11:12 PM|JAYHAWKER|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
Participant
1566 Points
1614 Posts
Re: Can I upgrade Windows Web Server 2008 to framework 4.0 without going to Windows Web Server 20...
Dec 28, 2009 01:24 AM|guenavan|LINK
http://forums.asp.net/t/1487618.aspx#3487388
(Host ASP.NET 4 site. How do I?)
http://stackexchange.com/users/68767/?tab=accounts
Participant
1245 Points
2687 Posts
Re: Can I upgrade Windows Web Server 2008 to framework 4.0 without going to Windows Web Server 20...
Dec 28, 2009 12:32 PM|JAYHAWKER|LINK
Can I install aspnet 4.0 on Windows Web Server 2008 without installing Visual Studio 2010 Beta
Member
120 Points
144 Posts
Re: Can I upgrade Windows Web Server 2008 to framework 4.0 without going to Windows Web Server 20...
Jan 04, 2010 01:14 AM|you_rock|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.
Contributor
5231 Points
1602 Posts
Re: Can I upgrade Windows Web Server 2008 to framework 4.0 without going to Windows Web Server 20...
Jan 15, 2010 03:13 AM|necro_mancer|LINK
hi you_rock,
thank you for the recommendation. I have tried the service at asphostcentral.com and everything is great so far.
None
0 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 10:08 AM|SuvarnaDsouza|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