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’

Five Security Updates for Vista in February 2008

February 7th, 2008 · 6 Comments · 1,076 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 · 180 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 · 184 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.

kb402192

November 21st, 2007 · No Comments · 159 views

When you follow the ColdFusion installation instructions on Windows Vista, the web server configuration tool does not function properly with IIS, due to permission issues. IIS is installed with only certain editions of Windows Vista.

KB937523

June 27th, 2007 · No Comments · 794 views

In Windows Vista Home Basic or in Windows Vista Home Premium, you create a Microsoft ASP.NET 2.0 application by using Internet Information Services (IIS) 7.0. When you try to debug the application in Microsoft Visual Studio 2005, you receive the following error message:

Unable to start debugging on the web server. Debugging failed because integrated Windows authentication is not enabled. Please see Help for assistance.

KB934514

April 3rd, 2007 · No Comments · 286 views

In Windows Vista Home Basic or in Windows Vista Starter, when you try to visit an HTML page that is hosted on Microsoft Internet Information Services (IIS) 7.0, you may receive the following error message:

HTTP Error 404.4 - Not Found

IIS 7 and VISTA: fixing the read access problem

March 1st, 2007 · No Comments · 81 views

How to install IIS7 on Vista, and tweak it to work correctly. Keep reading →

KB930901

February 27th, 2007 · No Comments · 349 views

After you upgrade from Windows Vista Home Basic, HTML documents may not be displayed correctly in Microsoft Internet Information Services (IIS) 7.0. This problem occurs when you upgrade to any one of the following editions:

  • Windows Vista Home Premium
  • Windows Vista Business
  • Windows Vista Ultimate

KB930905

February 24th, 2007 · No Comments · 284 views

After you upgrade from Microsoft Windows XP Service Pack 2 (SP2) to Windows Vista, the World Wide Web publishing service is unexpectedly turned on and started. This problem occurs even though this Microsoft Internet Information Services (IIS) component is not installed in Windows XP before the upgrade occurs.

KB930911

February 24th, 2007 · No Comments · 248 views

When you turn off the Microsoft Internet Information Services (IIS) 7.0 feature on a Windows Vista-based computer, the Windows Process Activation Service (WAS) feature is not turned off.

Note: When you turn on the IIS 7.0 feature on a Windows Vista-based computer, WAS is turned on automatically.