You are browsing the archive for .NET.

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

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