Category Archives: .NET

.NET

Visual Studio 2010 Released + ASP.NET 4 and ASP.NET MVC 2!!!

Wow… Finally…. Now you can download the trial version at : http://www.microsoft.com/visualstudio/en-us/download  And i installed side-by-side with the existing VS2008 with no problems.

Leave a comment

How to : Run classic ASP/ASP.NET on IIS 7

After installed IIS7, some people might find that classic ASP or even ASP.NET are not be able to run on the new IIS. Example test, http://localhost/test.asp or http://localhost/test.aspx By default, the IIS is not configured for classic ASP (crab!), but … Continue reading

7 Comments