问题描述
我用vs旗舰版2012打开以前建立的net4.0的解决方案就这样我找到C:WINDOWSMicrosoft.NETFramework64v4.0.30319并管理员运行aspnet_regiis.exe-i结果一秒钟马上出现下面Microsoft(R)ASP.NETRegIIS版本4.0.30319.0用于在本地计算机上安装和卸载ASP.NET的管理实用工具。版权所有(C)MicrosoftCorporation。保留所有权利。开始安装ASP.NET(4.0.30319.0)。此操作系统版本不支持此选项。管理员应使用“打开或关闭Windows功能”对话框、“服务器管理器”管理工具或dism.exe命令行工具安装/卸载包含IIS8的ASP.NET4.5。有关更多详细信息,请参见http://go.microsoft.com/fwlink/?LinkID=216771。ASP.NET(4.0.30319.0)安装完毕。然后打开这个链接进去好像是IIS8.0UsingASP.NET3.5andASP.NET4.5这到底是个什么情况求大神支招
解决方案
解决方案二:
我是先安装的iis然后再安装的vs2012上面提示操作系统不支持那个命令那我应该怎么办后面提示给的微软的链接好像不是解决问题的啊而且还是英文的求助大牛
解决方案三:
以前的项目配置成了使用本地IIS作为调试服务吧,所以打开就会进行IIS虚拟目录设置,但你的IIS没注册frame4
解决方案四:
引用1楼u014447308的回复:
我是先安装的iis然后再安装的vs2012上面提示操作系统不支持那个命令那我应该怎么办后面提示给的微软的链接好像不是解决问题的啊而且还是英文的求助大牛
问题是我运行aspnet_regiis.exe-i想把net4注册到iis提示我此操作系统版本不支持这个命令选项
解决方案五:
进入控制面板,打开“程序和功能”--“启用和关闭windows功能”,把.netframework4.5装上就可以了
解决方案六:
2015年底等正式稳定版本出现了再来分析win10到底有什么问题。
解决方案七:
如果确定已勾选asp.net4.6,在IIS中设置网站应用程序池“DefaultAppPool”改为“.NETv4.5Classic”,试试,应该能解决你的问题!
解决方案八:
AftertheinstallationoftheMicrosoft.NETFramework4.6,usersmayexperiencethefollowingdialogboxdisplayedinMicrosoftVisualStudiowheneithercreatingnewWebSiteorWindowsAzureprojectorwhenopeningexistingprojects.ConfiguringWebhttp://localhost:64886/forASP.NET4.5failed.YoumustmanuallyconfigurethissiteforASP.NET4.5inorderforthesitetoruncorrectly.ASP.NET4.0hasnotbeenregisteredontheWebserver.YouneedtomanuallyconfigureyourWebserverforASP.NET4.0inorderforyoursitetoruncorrectly.NOTE:Microsoft.NETFramework4.6mayalsobereferredtoasMicrosoft.NETFramework4.5.3ThisissuemayimpactthefollowingMicrosoftVisualStudioversions:VisualStudio2013,VisualStudio2012,VisualStudio2010SP1Workaround:Select“OK”whenthedialogispresented.Thisdialogboxisbenignandtherewillbenoimpacttotheprojectoncethedialogboxiscleared.ThisdialogwillcontinuetobedisplayedwhenWebSiteProjectorWindowsAzureProjectsarecreatedoropeneduntilthefixhasbeeninstalledonthemachine.Resolution:MicrosofthaspublishedafixforallimpactedversionsofMicrosoftVisualStudio.VisualStudio2013–DownloadVisualStudio2013Update4FormoreinformationontheVisualStudio2013Update4,pleasereferto:VisualStudio2013Update4KBArticleVisualStudio2012AnupdatetoaddressthisissueforMicrosoftVisualStudio2012hasbeenpublished:KB3002339ToinstallthisupdatedirectlyfromtheMicrosoftDownloadCenter,hereVisualStudio2010SP1AnupdatetoaddressthisissueforMicrosoftVisualStudio2010SP1hasbeenpublished:KB3002340ThisupdateisavailablefromWindowsUpdateToinstallthisupdatedirectlyfromtheMicrosoftDownloadCenter,here
解决方案九:
server2012就已经不支持注册命令了直接在控制台就可以添加就行了
解决方案十:
引用7楼smileruner的回复:
AftertheinstallationoftheMicrosoft.NETFramework4.6,usersmayexperiencethefollowingdialogboxdisplayedinMicrosoftVisualStudiowheneithercreatingnewWebSiteorWindowsAzureprojectorwhenopeningexistingprojects.ConfiguringWebhttp://localhost:64886/forASP.NET4.5failed.YoumustmanuallyconfigurethissiteforASP.NET4.5inorderforthesitetoruncorrectly.ASP.NET4.0hasnotbeenregisteredontheWebserver.YouneedtomanuallyconfigureyourWebserverforASP.NET4.0inorderforyoursitetoruncorrectly.NOTE:Microsoft.NETFramework4.6mayalsobereferredtoasMicrosoft.NETFramework4.5.3ThisissuemayimpactthefollowingMicrosoftVisualStudioversions:VisualStudio2013,VisualStudio2012,VisualStudio2010SP1Workaround:Select“OK”whenthedialogispresented.Thisdialogboxisbenignandtherewillbenoimpacttotheprojectoncethedialogboxiscleared.ThisdialogwillcontinuetobedisplayedwhenWebSiteProjectorWindowsAzureProjectsarecreatedoropeneduntilthefixhasbeeninstalledonthemachine.Resolution:MicrosofthaspublishedafixforallimpactedversionsofMicrosoftVisualStudio.VisualStudio2013–DownloadVisualStudio2013Update4FormoreinformationontheVisualStudio2013Update4,pleasereferto:VisualStudio2013Update4KBArticleVisualStudio2012AnupdatetoaddressthisissueforMicrosoftVisualStudio2012hasbeenpublished:KB3002339ToinstallthisupdatedirectlyfromtheMicrosoftDownloadCenter,hereVisualStudio2010SP1AnupdatetoaddressthisissueforMicrosoftVisualStudio2010SP1hasbeenpublished:KB3002340ThisupdateisavailablefromWindowsUpdateToinstallthisupdatedirectlyfromtheMicrosoftDownloadCenter,here
通过更新KB3002339补丁之后问题得到解决谢谢smileruner
解决方案十一:
为啥我装了KB3002339还是不行
解决方案十二:
这个是解决方法
解决方案十三:
引用11楼li616907521的回复:
这个是解决方法
http://blog.csdn.net/luozhuang/article/details/47810703
解决方案十四:
引用10楼boyzman1122的回复:
为啥我装了KB3002339还是不行
我也是,最后解决了吗?
解决方案十五:
注册下先,命令自己查
解决方案:
同问,顶......!
解决方案:
win7vs2012解决方法:删除vs2012注册.net4.0:aspnet_regiis.exe-i再次安装vs2012
解决方案:
引用12楼li616907521的回复:
Quote: 引用11楼li616907521的回复:
这个是解决方法http://blog.csdn.net/luozhuang/article/details/47810703
亲测可用,感谢