We have migrated from IIS6 to II7 and today we had some problems with large file uploads which we didn’t have with ASP.NET on IIS6. The web application was already configured to allow large file uploads: <system.web> <httpRuntime maxRequestLength="153600" executionTimeout="900"...
January 2009 the Microsoft SharePoint Product Group announced the Community Technology Preview of Visual Studio 2008 extensions for SharePoint v1.3 (VSeWSS). Previous VSeWSS versions were not out-of-the box installable on x64 machines, therefore I blogged about Installing Visual Studio Extensions for...
Posted to
Harold van de Kamp's Blog
by
Harold van de Kamp
on
Fri, Feb 20 2009
Filed under:
Filed under: Visual Studio 2008, SharePoint, IIS7, Community Technology Preview, SharePoint Development, x64, 64-bit, VSeWSS, SharePoint Deployment, Windows Communication Foundation
While doing some SharePoint 2007 development on Windows Server 2008, I noticed the IISAPP command doesn´t exist anymore. The command does not exist in IIS7 anymore. The syntax to view a list of IIS7 running application pools is: %windir%\system32\inetsrv\appcmd.exe list wp Thanks to Steve Schofield