如何注册.NET到IIS 5.0 去??????

谢谢 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
---------------------------------------------------------------

open a dos window, and run

"C:\WINNT\Microsoft.NET\Framework\v1.0.3705\aspnet_regiis.exe" -i
---------------------------------------------------------------

参数好像应该是/i这样写吧,而且不能只运行/i还要加上/c,否则会有提示缺少脚本文件,在命令提示符中找到aspnet_regiis.exe加参数/i/c运行
C:\WINNT\Microsoft.NET\Framework\v1.0.3705\aspnet_regiis.exe/i/c
---------------------------------------------------------------

.net framework在安装的时候应该会自动配置的(前提是装有iis)。
---------------------------------------------------------------

aspnet_regiis.exe -i -c

-i - Install current version of ASP.NET. Same as running
regsvr32.exe

1<dll>   
2  
3-c - Copy the client side script files of the current version to the   
4aspnet_client subdirectory of each existing website</dll>
Published At
Categories with Web编程
Tagged with
comments powered by Disqus