Incorrect IIS registration

Daniel Veronez 1 Reputation point
2022-08-19T18:16:14.407+00:00

Hi!

I have a problem to correctly install the development programs that I need to work. I'm working with a version of Delphi that requires the installation of Asp.Net 1.1 and Visual Studio with version 4.0. I have installed VS first and then Delphi. The problem occurs that IIS does not start the service and I can no longer do aspnet registration for version 4.
What would be the procedure to install the two aspnet?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,367 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,157 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,600 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 55,601 Reputation points
    2022-08-19T19:03:21.41+00:00

    support for asp.net 1.1 stopped at windows 8

    https://learn.microsoft.com/en-us/dotnet/framework/install/run-net-framework-1-1-apps

    you should probably use windows 2008 r2 as your dev box (perhaps run in a VM). then follow:

    https://blog.softartisans.com/2010/07/01/running-asp-net-1-1-on-windows-server-2008-r2/

    0 comments No comments