Sign In
WebTopics
IIS and ASP.NET Information and Tips from Microsoft Developer Support
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET
Access Denied
AJAX
appcmd
ASP.NET
Authentication
Code
Configuration Auditing
Datasource
Debugging
deployment
EmulateIE7
FREB
Hang
High Memory
HTTP
IIS
IIS6
IIS7
IIS7.5
Logging
MembershipProvider
security
Tools
Visual Studio
Archive
Archives
June 2010
(1)
May 2010
(3)
April 2010
(5)
March 2010
(2)
February 2010
(2)
December 2009
(2)
November 2009
(2)
October 2009
(1)
September 2009
(2)
August 2009
(4)
July 2009
(4)
June 2009
(8)
May 2009
(5)
March 2009
(2)
February 2009
(11)
January 2009
(14)
November 2008
(3)
October 2008
(1)
September 2008
(1)
August 2008
(1)
June 2008
(5)
May 2008
(4)
April 2008
(16)
March 2008
(1)
February, 2009
MSDN Blogs
>
WebTopics
>
February, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
WebTopics
ASP.NET - AJAX functionality not working on the page | Getting ‘Sys’ is undefined
Posted
over 3 years ago
by
RakkiMK
13
Comments
When the ASP.NET AJAX Functionality is not working on a web page, it is usually due to the fact that the javascript needed for AJAX is not sent to the client from the server for some reason. ‘Sys’ is undefined. You might see this error message when there...
WebTopics
Troubleshooting HTTP Compression in IIS 6.0
Posted
over 3 years ago
by
Mike Laing
3
Comments
Cross-posted from http://blogs.msdn.com/mike Enabling HTTP Compression for your IIS6 web applications is one way of increasing site performance. One of the more common problems I see when helping customers with compression is that their IIS servers...
WebTopics
Internet Explorer resets the TCP connection after receiving an HTTP response from IIS
Posted
over 3 years ago
by
Mike Laing
2
Comments
A problem was seen where Internet Explorer clients would reset the TCP connection between them and the IIS server when they received an HTTP 200 response for static content from IIS. The problem manifests itself to end users as slow performance of the...
WebTopics
HTTP 400 Bad Request when client terminates request headers improperly
Posted
over 3 years ago
by
Mike Laing
1
Comments
After sending an HTTP request to IIS, an Internet Explorer client displayed the following error message to the user: Bad Request Beginning in IIS 6.0, “Bad Request” errors are almost always returned by HTTP.sys, so the next step was to...
WebTopics
HTTP 400 Bad Request when client sends invalid HTTP:Host header value
Posted
over 3 years ago
by
Mike Laing
1
Comments
In this scenario, HTTP requests were being sent from a non-Windows machine and were being responded to with a “Bad Request – Invalid Hostname” error by the IIS server. Beginning in IIS 6.0, “Bad Request” errors are almost always returned by HTTP.sys,...
WebTopics
SCCM 2007 Charting functionality does not work on 64 bit IIS
Posted
over 3 years ago
by
Shinva
1
Comments
System Center Configuration Manager (SCCM) has a nice functionality of displaying report data as charts. When deployed on a 64 bit IIS 6.0 machine these chart displays may stop working and you will start getting the following error message. This...
WebTopics
ASP.net Hang in IIS 7.0
Posted
over 3 years ago
by
Mike Laing
0
Comments
When hosting an ASP.net web application on IIS7, and you have the application running in integrated pipeline mode, you may find that users complain that the application performs slowly. This may occur if your website is busy, handling 12 or more requests...
WebTopics
WebBaseEvent.Raise method fails in Application_Start event with a NullReferenceException on IIS 7.0
Posted
over 3 years ago
by
Shinva
1
Comments
If you implement custom health monitoring events in ASP.NET chances are that you should have worked with WebBaseEvent or WebErrorEvent classes and used the WebBaseEvent.Raise() method to fire those events. Recently an interesting issue related to this...
WebTopics
Report Viewer Toolbar does not render properly on IIS 7.0
Posted
over 3 years ago
by
Shinva
33
Comments
I was recently working on a reporting web application that uses the Report Viewer ( ReportViewer ) control that ships with SQL Server Reporting Services (SSRS). The Report Viewer control was rendering perfectly when I was developing using Visual Studio...
WebTopics
SSL stops working in IIS7
Posted
over 3 years ago
by
Mike Laing
2
Comments
Thanks to Robert Patrick for submitting these issues There have been some issues recently where users complain of SSL connections suddenly no longer working with IIS7. Users can connect to IIS7 websites over http://, but browsing to https://...
WebTopics
<location> Tag Causes Local Automatic ASP.NET debugging not to work in Visual Studio
Posted
over 3 years ago
by
Meet2
0
Comments
This week I got an interesting issue altogether. One of my customers was unable to debug ASP.NET 3.5 application locally using Visual Studio 2008. The application was created using Web Application Project. When we started the application using "Start...
Page 1 of 1 (11 items)