bcweed966:
I installed a trial version of Windows Server 2003 and installed .net 2.0 and 2.5 but when I install my asp.net app in IIs and then go to the tab, it does not show any other version of the .net then 1.1
Hi bcweed966,
Please make sure ASP.NET 2.0 Web Service Extension is enabled in IIS.
1. Open IIS manager.
2. Click the “Web Service Extensions” node.
3. Make sure the status of “ASP.NET v2.0.50727” extension is “Allowed”.
4. If you cannot find the “ASP.NET v2.0.50727” extension, please install ASP.NET 2.0 by this command: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis –i.
Sincerely,
Benson Yu
Microsoft Online Community Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help. This can be beneficial to other community members reading the thread.