注册asp.net 4.0 到iis

如果没有按照正常的先装iis后装.net的顺序,可以使用此命令重新注册一下:

32位的Windows:

---------------------------------------------------------------------------

1. 运行->cmd

2. cd C:\Windows\Microsoft.NET\Framework\v4.0.30319

3. aspnet_regiis.exe -i

64位的Windows:

---------------------------------------------------------------------------

1. 运行->cmd

2. cd C:\Windows\Microsoft.NET\Framework64\v4.0.30319

3. aspnet_regiis.exe -i

转自:http://hovertree.com/h/bjaf/3aai6jme.htm

http://hovertree.com/h/bjaf/g065hf96.htm

前端特效:http://www.cnblogs.com/roucheng/p/texiao.html

32位的Windows:

---------------------------------------------------------------------------

1. 运行->cmd

2. cd C:\Windows\Microsoft.NET\Framework\v4.0.30319

3. aspnet_regiis.exe -i

64位的Windows:

---------------------------------------------------------------------------

1. 运行->cmd

2. cd C:\Windows\Microsoft.NET\Framework64\v4.0.30319

3. aspnet_regiis.exe -i

转自:http://hovertree.com/h/bjaf/3aai6jme.htm

http://hovertree.com/h/bjaf/g065hf96.htm

前端特效:http://www.cnblogs.com/roucheng/p/texiao.html