Issue 1:
During Installing SharePoint 2013 Prerequisites there was an error in installing Application Server Role , Web Server (IIS) Role : Configuration error
Steps to fix (Installing .Net Framework 3.5):
- Insert the Windows Server 2012 installation image or DVD
- Open a command prompt window (run as Administrator) and run the following:
- Dism /online /enable-feature /featurename:NetFX3 /All /Source:D:\sources\SxS /LimitAccess
Note: D:\ is a Label for CD Drive in my case where Windows Server 2012 ISO image.
or
rename the file C:\windows\System32\ServerManager.exe with ServerManagerCMD.exe and low and behold - it now works
( I just copied ServerManager.exe to ServerManagerCMD.exe )
Running Server 2012 R2
Running Server 2012 R2
No comments:
Post a Comment