Do you need to have windows server 2008 and mssql to host an asp.net 4 website?
|
feedback
|
migrated from stackoverflow.com Feb 11 '11 at 0:22
This question came from our site for professional and enthusiast programmers.
|
You just need IIS and the .net framework installed. And for Sql Server it depends the database used for the application but if (I suppose) you use Ms Sql, yes you need a SQL server.. Windows Server 2008 IIS 7.0 Windows Server 2003 IIS 6.0 Windows XP Professional IIS 5.1 Windows 2000 Server Windows 2000 Professional IIS 5.0 | |||||
feedback
|
|
you just need to install .NET Framework 4 then configure the website in IIS to use it | |||
|
feedback
|