You are browsing the archive for ASP.

by MLK

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

12:00 PM 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

4:50 PM 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?

8:19 AM 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

WebEngine.DLL crash with ASP.NET 2.0

10:09 AM 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