Click here to Skip to main content
15,890,579 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am trying to run a website with an .aspx called Default.aspx file from IIS 8 but I am getting the following error :
"HTTP Error 404.3 – Not Found" with ASP.Net and IIS 8


Then I tried to install ASP.NET 4.5 using this command line:

dism /online /enable-feature /featurename:IIS-ASPNET45


but I am getting this: error 11.

You cannot service a running 64-bit operating system with a 32-bit version of DISM. Please use the version of DISM that corresponds to your computer's architecture.


Can someone help resolving this issue.

I am running a windows 8 ultimate x64 by the way.
Posted

1 solution

Hi EI Dev,

Can you please check this http://blogs.technet.com/b/mspfe/archive/2013/04/17/how-to-activate-the-net-framework-3-5-on-windows-8-without-internet-access.aspx[^]

May you will get your solution from it.

Good Luck
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900