ASP.NET registers with IIS for the 0x800702e4 error resolution

  • 2020-05-17 05:07:48
  • OfStack

1.--404.3 not found

2.-- about the registration of asp.net2.0 under iis, because my win7 was installed after iis, while.framework2.0 was installed after vs20051, so I need to register 1 manually at this time. x:\Windows\ Microsoft.NET \Framework\ v2.0.50727 \ aspnet_regiis.exe \ i, but under win7, an "0x800702e4 requested operation needs to be improved" error will be reported. What a mess. The solution is much the same as before. Create a shortcut to the aspnet_regiis.exe, add a -i to its target, right-click the shortcut, and run as an administrator.

ASP.NET registration on IIS7 --0x800702e4 error resolution registration: C:\Windows\ Microsoft.NET \Framework\ v2.0.50727 aspnet_regiis.exe-i
New registration of IIS7 found that 0x800702e4 error;
It is recommended to uninstall IIS and reload it once. When reloading, select ASP.NET
Open the control panel - turn on or off Windows features - Internet information services - world wide web services - application development features - select ASP.Net.
Problem solving.

ASP.NET registered on IIS --0x800702e4 error resolved
A user on my QQ group asked what to do about the mistake. Here are the questions and answers:
There is an error in the registration of iis (aspnet_regiis-i). Error 0x800702e4 requested action to be improved
Me: is it IIS 7?
Win 7 is a 32-bit IIS 7
I: ASP.NET version?
Net friend: 3.5
Myself: what are you going to do?
Net friend: publish a website
I: why not baidu, Google1?
Net friend: have done, have not solved.
So I also baidu, Google search. I'm searching for 1. Findings:
I: it is suggested to uninstall IIS and reinstall it once. When reloading, select ASP.NET, as follows:
Open Control Panel
Programs\Turn Windows Features on or off
Internet Information Services
World Wide Web Services
Application development Features
Again elected ASP Net

Related articles: