Archives
-
IIS7 - Getting HTTP 500.19 while accessing the website
I recently worked with one of my customer who was getting “HTTP 500.19” error while browsing the website.
-
IIS7 Tweet #2: Modifying an existing binding for the website
appcmd.exe set config -section:system.applicationHost/sites /[name='Default Web Site'].bindings.[protocol='http',bindingInformation='*:80:'].bindingInformation:"*:80:www.test.com" /commit:apphost
-
IIS7 Tweet #1 : Setting UploadReadAheadSize
appcmd.exe set config -section:system.webServer/serverRuntime /uploadReadAheadSize:"49152" /commit:apphost
-
Problems with rendering the "Design" View for a simple asp.net website from Visual Studio 2008
I recently worked with one of my customer who when clicking on the "Design" view of an ASPX page, the designer window doesn't appear - blank page appears. And if you minimize the VS window, and maximize it again - we will see the desktop background in the place of the Designer surface.