March 2009 - Posts

0
Comments

IIS7 - Getting HTTP 500.19 while accessing the website by rakkimk

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...
0
Comments

IIS7 Tweet #2: Modifying an existing binding for the website by rakkimk

appcmd.exe set config  -section:system.applicationHost/sites /[name='Default Web Site'].bindings.[protocol='http',bindingInformation='*:80:'].bindingInformation:"*:80:www.test.com"  /commit:apphost
0
Comments

IIS7 Tweet #1 : Setting UploadReadAheadSize by rakkimk

appcmd.exe set config -section:system.webServer/serverRuntime /uploadReadAheadSize:"49152" /commit:apphost
1
Comments

Problems with rendering the "Design" View for a simple asp.net website from Visual Studio 2008 by rakkimk

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...
More Posts
Powered by Community Server (Commercial Edition), by Telligent Systems