ITsVISTA
Information that makes life easier when it comes to installing, managing, and using Windows Vista.
Start About FAQ Blogroll Shop

All tag results for ‘IIS’

ITsVISTA Web Links: April 18th

April 18th, 2008 · No Comments · 489 views

Security Garden: Security Advisory 951306 - Vulnerability in Windows Could Allow Elevation of Privilege

April 18th, 2008 · No Comments · 78 views

Corrine explains a security advisory issued yesterday that could allow elevation of privileges in Vista if you run IIS or SQL Server. Microsoft has a few workaround suggestions. Keep reading →

IIS

March 18th, 2008 · No Comments · 95 views

Microsoft Internet Information Services: A set of Internet-based services for servers using Microsoft Windows.

KB944141

March 17th, 2008 · No Comments · 151 views

You have an application that is built on the Microsoft .NET Framework 2.0 and that is hosted on Internet Information Services (IIS) 7.0. The first time that you access a Microsoft ASP.NET page in the application, you receive an HTTP 400 error message. However, later requests succeed.

ITsVISTA Web Links: March 4th

March 4th, 2008 · 1 Comment · 566 views

IIS 7.0 Manager Released, RSAT Soon Too?

March 4th, 2008 · No Comments · 51 views

Thankfully I don’t have to deal with IIS, but if you do, this may be good news for you. Keep reading →

KB942831

February 12th, 2008 · 1 Comment · 432 views

UpdatesDescription: This important update resolves a privately reported vulnerability in Internet Information Services (IIS). A local attacker who successfully exploited this vulnerability could take complete control of an affected system. An attacker could then install programs; view, change, or delete data; or create new accounts. Users whose accounts are configured to have fewer user rights on the system could be less impacted than users who operate with administrative user rights. Keep reading →

Five Security Updates for Vista in February 2008

February 7th, 2008 · 6 Comments · 935 views

Security AdvisoryOn Tuesday Windows Vista will receive five updates as part of the monthly Security Bulletin. Vista itself is to receive 3 critical and two important, while the other two are for features installed by default with Vista. In addition to these updates, Office users will get a number more for a total of twelve security bulletins. Here’s how they break down: Keep reading →

KB930451

January 10th, 2008 · No Comments · 134 views

When you modify the configuration for any delegated feature, Internet Information Services (IIS) 7.0 removes custom values in the Web.config file.

For example, consider the following scenario. The following information is part of the Web.config file:

<applicationSettings>
    <TestObject.Settings>
      <setting name="TestSetting" serializeAs="String">
        <value>TestValue</value>
      </setting>
    </TestObject.Settings>
</applicationSettings>

You take one of the following actions:

  • You modify a delegated feature from the user interface (UI).
  • You modify the Appcmd.exe file.
  • You modify programmatic means.

In this scenario, the information in the Web.config file changes to the following:

<applicationSettings>
    <TestObject.Settings>
      <setting name="TestSetting" serializeAs="String">
        <value></value>
      </setting>
    </TestObject.Settings>
</applicationSettings>

KB932385

December 16th, 2007 · No Comments · 147 views

Consider the following scenario:

  • You host a Common Gateway Interface (CGI) application on an Internet Information Services (IIS) 7.0 Web server.
  • After the CGI application processes a request, the CGI application sets multiple instances of a response header as part of its response.

In this scenario, only the last instance of the response header is sent to the client.

For example, the CGI application sets multiple “Set-cookie” response headers. However, the client receives only the last cookie value.