You are browsing the archive for iis.

by MLK

How to warm-up Windows SharePoint Servers

November 11, 2008 in SharePoint Services by MLK

Description/Problem:
The Windows SharePoint Service is powerful web system which is integrated part of Microsoft Windows 2003 Server R2 installation CD/DVD. Free templates allow to each administrator create useful company systems for project management, change management, team activity tracking or build up documentation library. One good known issue of this web system is that 1st start-up of SharePoint web interface take a long time (several seconds). I found one small script which can help you to warm-up your Windows SharePoint Servers.

Solution:
MSDN Blog

by MLK

KB927012: Issue with Windows SharePoint Services 3 Search

November 9, 2008 in SharePoint Services by MLK

Description/Problem:
This issue occurs when the service account for the Windows SharePoint Services Search service is configured to use the Network Service account. The search service account must not use a built-in account to access the Windows SharePoint Services 3.0 database.

Solution:
KB927012 / TechNET.com

by MLK

KB842493: Windows 2003 Domain Controller & ASP (Service Unavailable)

October 15, 2008 in Windows IIS/ISA by MLK

Description/Problem:
This article describes how to solve the problem related to web page that is hosted on a Microsoft Windows Server 2003-based domain controller which may receive the following Active Server Pages (ASP) error message: “Service Unavailable”.

Solution:
KB842493

by MLK

The ASP.NET on 64-bit version of Microsoft Windows 2003

September 28, 2008 in Windows IIS/ISA by MLK

Description/Problem:
This article describes how to solve issue with 64-bit version of Microsoft Windows 2003 operating system and missing tab for additional configuration of ASP.NET inside IIS Admin Console. Related is also article which describes how to activate 32-bit version of ASP.NET in 64-bit version of Microsoft Windows 2003 operating system.

Solution:
IIS Admin Blog & KB894435

by MLK

CMD: How register ASP.NET with IIS Web Server?

May 19, 2008 in Windows IIS/ISA by MLK

  • Open Command Line (CMD)
  • Change directory as follows
    • for 32-bit system change to:
      %systemroot%\Microsoft.NET\Framework\<version number>\
    • for 64-bit system change to:
      %systemroot%\Microsoft.NET\Framework64\<version number>\
  • Execute the command “aspnet_regiis.exe -i”

Additional information about ASP.NET & IIS on Windows XP/Vista/200x are available in KB325093 & KB306005.

by MLK

Windows Server 2003 & IIS Metabase Corruption

January 23, 2008 in Windows IIS/ISA by MLK

Description/Problem:
This article describes how to solve issue with IIS Metabase Corruption after installation of some Microsoft Security Patches for .NET Framework. The identification error in the Event Log was: “The IIS Admin Service service terminated with service-specific error 2148073478 (0×80090006).”

Solution:
MSDN Blog

by MLK

WebEngine.DLL crash with ASP.NET 2.0

November 8, 2007 in Windows IIS/ISA by MLK

Description/Problem:
This article can help you to solve the issue with WebEngine.DLL (which generates sometimes a lot of exceptions) on the IIS 6.0 / 7.0.

Solution:
MSDN Blog / KB918041 / KB934839

by MLK

How to determine which versions of the .NET Framework are installed

July 18, 2007 in Windows Tools by MLK

Description/Problem:
This article describes how to determine which versions of the Microsoft .NET Framework are installed on your computer. This information helps you determine whether any .NET Framework service packs are installed on the computer.

Solution:
KB318785