This problem has been plagued for a long time and has not been solved.
This Boyou still cannot do the following:
Http://www.cnblogs.com/jxyxhz/archive/2010/03/12/1683967.html
About asp. net2.0 registration problems under iis, because my win7 is post-installed iis, and. framework2.0 was installed along with vs2005. You need to manually register it at this time. framework2.0, the method is as follows: in xp, execute x: \ Windows \ Microsoft In "run. NET \ Framework \ v2.0.50727 \ aspnet_regiis.exe-I. However, in win7, an error "the operation requested for 0x800702e4 must be upgraded" will be reported. It's really big. The solution is similar to the previous one. Create a shortcut for this aspnet_regiis.exe, add a-I to its target, and right-click the shortcut to run it as an administrator.
Either of the following two methods is acceptable.
Http://www.cnblogs.com/itahu/archive/2010/04/03/1703514.html
Win7 system installation IIS7.0 For details, see: http://www.tupake.com/tutorial/IIS7.shtml
When running the asp.net page, the following error occurs:
Error Summary
HTTP 500.19-Internal Server Error
The requested page cannot be accessed because the configuration data of the page is invalid.
Solution: Register asp. net2.0
Steps:
Open the Command Prompt window for VS2008 as an administrator. (It must be opened as an administrator. Note that it is not a Windows 7 7 command. Otherwise
The error code "0x800702e4 requested operations need to be upgraded" is displayed)
Enter:
Cd c: \ WINDOWS \ Microsoft. NET \ Framework \ v2.0.50727 Go To The aspnet_regiis directory
Then enter:
Register aspnet_regiis-I
We recommend that you uninstall aspnet_regiis-u and then register it again.
Http://www.cnblogs.com/ChristianK/archive/2010/05/04/1727204.html
I was overwhelmed by the administrator privilege of Windows 7 ......
For some reason, if you want to register iis and run aspnet_regiis-I, the system always reports an inexplicable upgrade error for the operation of the 0x800702e4 request. I strongly doubt if I have missing any patches, originally, only Windows \ Microsoft. NET \ Framework \ v2.0.50727 \ aspnet_regiis.exe create a shortcut and add-I to its target. You can run this shortcut with the Administrator permission and the Administrator permission.
It's really painful. I haven't done it for a few days. I need to be careful when upgrading the system. These things are not really something that creates value,
IIS8 and IIS9 will be produced in a few years, and performance and functions will all grow. However, this is the selling point of MS products. We can only show off,
I know better than anyone else in my heart, so there is no value to play, and my value is to write the program and improve the product quality.
We look forward to the high people to solve this problem. My Win7 is x64, and the re-registration program also uses the program below Framework64.
Does MS have the AnyCPU option when compiling. NET? Why does it get two versions (x32, x64) by itself ),
Do not compile aspnet_regiis into AnyCPU?