Welcome to MSDN Blogs Sign in | Join | Help

March 2009 - Posts

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. Server Error in Application " application name " HTTP Error 500.19 – Internal Server Error HRESULT: 0x8007000d Description of HRESULT The
Posted by rakkim | 2 Comments
Filed under:

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
Posted by rakkim | 0 Comments
Filed under: ,

IIS7 Tweet #1 : Setting UploadReadAheadSize

appcmd.exe set config  -section:system.webServer/serverRuntime /uploadReadAheadSize:"491521"  /commit:apphost
Posted by rakkim | 1 Comments
Filed under: ,

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
Posted by rakkim | 2 Comments
Filed under: , ,
 
Page view tracker