After IIS 8 Install on a Windows 2012 Server C:\inetpub\Adminscript folder is missing. - iis-8

I am unable to see C:\inetpub\Adminscript folder in a windows 2012 server, after installing IIS8 Feuture.

http://www.iis.net/learn/install/installing-iis-7/understanding-setup-in-iis
They are in "IIS 6 Scripting Tools". Enable that and you will see the folder.

Related

Cannot install SQL Server 2012 on Windows Server 2012

I have a VPS and I am trying to install SQL Server 2012 (64bit) on Windows Server 2012 Standard (64bit and all updates completed) with daemon tools lite (64bit) by Remote Desktop.
I can load the .iso file and see the setup files but when I clicked the setup.exe a small console screen flicks and then nothing happens.
Can you help me please?
I found the problem I do not know how and why but sqlserver setup files are corrupted.I downloaded another sqlserver setup and worked.

Register .NET Framework 4.5 in IIS 7.5

Pieces of the puzzle:
Windows 7
.NET Framework 4.5 (installed)
IIS 7(Version 7.5.7600.16385)
Visual Studio (Ultimate 2013)
MVC4 (multiple projects in the solution)
The solution I'm running in Visual Studio works and runs as expected with IISExpress.
To set up my site to use IIS, I tried the following steps:
Right-click the projects in the solution that are currently being hosted by IISExpress.
Click Properties.
Toggle the Servers drop-down from IISExpress to Local IIS
Try to build/run the application
At this point, I get an HTTP 500.21 error.
I have also tried to run aspnet_regiis.exe -i using Visual Studio's command prompt (as an Administrator), but each time I run the command, I receive the following error:
Command 'aspnet_regiis.exe' is not valid.
I also confirmed that I do have the right aspnet_regiis.exe installed (by checking here) (.NET Framework version 4 (64-bit systems)).
What do I need to do to register .NET Framework 4.5 in IIS 7.5?
You can find the aspnet_regiis in the following directory:
C:\Windows\Microsoft.NET\Framework64\v4.0.30319
Go to the directory and run the command form there. I guess the path is missing in your PATH variable.
Hosting asp.net 4.5/4.5.1 Web application on Local IIS
1)Be Sure
IIS Installation before Visual Installation Installataion then aspnet_regiis will already registerd with IIS
If Not Install IIS and then Register aspnet_regiis with IIS by cmd Editor
For VS2012 and 32 bit OS Run Below code on command editor :
1)Install IIS First & then
2)
cd C:\Windows\Microsoft.NET\Framework\v4.0.30319
C:\Windows\Microsoft.NET\Framework\v4.0.30319> aspnet_regiis -i
For VS2012 and 64 bit OS Below code on command editor:
1)Install IIS First & then
2)
cd C:\Windows\Microsoft.NET\Framework64\v4.0.30319
C:\Windows\Microsoft.NET\Framework64\v4.0.30319> aspnet_regiis -i
BY Following Above Steps Current Version of VS2012 registered with IIS
Hosting (VS2012 Web APP)
Create VS2012 Web Application(WebForm/MVC) then Build Application
Right Click On WebApplication(WebForm/MVC) go to 'Properties'
Click On 'Web' Tab on then 'Use Local IIS Web Server'
Then Uncheck 'Use IIS Express'
(If Visul Studio 2013 Select 'Local IIS' from Dropdown)
Provide Project Url like "http://localhost/MvcDemoApp"
Then Click On 'Create Virtual Directory' Button
Then Open IIS by Prssing 'Window + R' Run Command and type 'inetmgr' and 'Enter' (or 'OK' Button)
Then Expand 'Sites->Default Web Site' you Hosted Successfully.
If Still Gets any Server Error
like 'The resource cannot be found.'
Then Include following code in web.config
<configuration>
<system.webServer>
<modules runAllManagedModulesForAllRequests="true"></modules>
And Run Application
If still problem occurs
Check application pool by : In iis Right click on application->Manage Application->Advanced setting->General. you see the application pool.
then close advance setting window.
click on 'Application Pools' you will see the all application pools in middle window.
Right click on application pool in which application hosted(DefaultAppPool).
click 'Basic Setting' -> Change .Net FrameWork Version to->.Net FrameWork v4.0.30349
For Windows 8 and Windows Server 2012 use dism /online /enable-feature /featurename:IIS-ASPNET45
As administrative command prompt.
I got into this mess twice and after searching long and hard and following what others did absolutely nothing worked for me but to uninstall and install IIS back once on Windows 7 machine and then on Windows server 2012 R2.
use .NET3.5 it worked for me for similar issue.

cannot checkin from SSMS could not load file or assembly microsoft.teamfoundation.versioncontrol.controladapter

I have the following installed on my machine:
SQL Server 2012 developer edition
VS Express 2013 for Web
VS Express 2013 For Desktop
TFS Express 2013
I can check in/out my projects through both VS Express 2013 installs, I am wanting to make my Stored Procs encrypted so need to keep unencrypted copies within a solution in TFS so have this setup but whenever I try to check in via SSMS I get the error:
Could not load file or assembly
"Microsoft.TeamFoundation.VersionControl.ControlAdapter"
Version=12.0.0.0
Has anyone experienced this before or have a solution how to resolve it as the file does exist on my machine.
Have you installed the latest MSSCCI Provider found on visual studio gallery? And have you checked the SSMS options under source control provider, that it is set to Team Foundation Server. Remember that MSSCCI Provider requires Team Explorer 2013 to be installed as well.

How to install WAMP Apache Service on Windows 8.1

I'm trying to run WAMP 64 bits on Windows 8.1 but it's not working ; When I launch it, the icon is orange and localhost isn't find.
I've completly uninstalled Skype, tried to modify httpd.conf, hosts file like said on topics, but nothing to do.
I tried this (httpd.exe -k install) but it throws me an error : the application was unable to start correctly [...].
The other command works partially (doesn't throw an error).
I've downloaded and installed C++ Redistribuable but it doesn't affect WAMP apparently.
Any idea ?
EDIT : here are my MSVC runtimes installed :
2008 - x64 9.0.21022
2008 - x64 9.0.30729.6161
2008 - x86 9.0.30729
2008 - x86 9.0.30729.6161
2010 - x64 10.0.40219
2010 - x86 10.0.30319
2012 - x64 11.0.61030
2012 - x86 11.0.61030
EDIT2 : see here, the wampapache service is not shown (maybe not installed ?!)
First make sure you have all the correct MSVC runtimes installed
Please make sure you have the latest version of all of these Microsoft C++ Redistributable runtime libraries.
The 2008 Redist is used by wampmanager
The 2010 Redist is used by some versions of Apache/MySQL/PHP ( depending on compiler used )
The 2012 Redist is used by some versions of Apache/MySQL/PHP ( depending on compiler used )
FOR WAMP 32bit
Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)
Microsoft Visual C++ 2010 SP1 Redistributable Package (x86)
If you are using WampServer 2.4 or greater
Microsoft Visual C++ 2012 And select vcredist_x86.exe
Microsoft Visual C++ 2015 Redistributable Update 3 And select vc_redist.x86.exe
FOR WAMP 64bit
Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)
Yes you need the x86 Package regardless
Microsoft Visual C++ 2008 Redistributable Package (x64)
Microsoft Visual C++ 2010 SP1 Redistributable Package (x64)
If you are using WampServer 2.4 or greater
Microsoft Visual C++ 2012 And select vcredist_x64.exe
Microsoft Visual C++ 2015 Redistributable Update 3 And select vcredist_x64.exe and vc_redist.x86.exe
Next
Ensure you have a correctly configured hosts file
C:\windows\system32\drivers\etc\hosts should contain
127.0.0.1 localhost
::1 localhost
EDIT1
If you dont think the Apache and MySQL services are installed
Check if you can see these 2 services wampapache and wampmysql if they are in your services lists they were installed.
If you want to reinstall them, just to be sure, do this:
left click wampmanager -> Apache -> Service -> Remove Service
left click wampmanager -> Apache -> Service -> Install Service
left click wampmanager -> MySQL -> Service -> Remove Service
left click wampmanager -> MySQL -> Service -> Install Service
If Apache still failes to start, view your Event Log, in the Applications section there may be messages from Apache and/ot MySQL. Apache will write errors here if they happen before it can open its error log, ditto for MySQL.
Had similar problem. For some reason they do not make sure that you have the latest vc++ redistributable in the installation
My missing part was:
Visual C++ Redistributable for Visual Studio 2015:
https://www.microsoft.com/en-us/download/details.aspx?id=48145
Select 64 bit when you download.
Fix all your problems regarding wamp server and port number by installing latest version of wamp server i.e, wampserver3 from here -
http://netix.dl.sourceforge.net/project/wampserver/WampServer%203/WampServer%203.0.0/wampserver3_x64_apache2.4.17_mysql5.7.9_php5.6.16_php7.0.0.exe
and then go to wamp->apache->use port other than 80 and select this.
Now, your wamp server is configured to work successfully !!

Sharepoint 2013 Install problems

I am trying to install Sharepoint 2013 on my test SERVER 2012 Server.
I have pre installed all the prerequisites but when i run the installer it says AppFabric is not configured correctly but i have set this up and also configured the AppFabric Cache.
I have unistalled this and tried using the sharepoint prerequisite installer but it skips the AppFabric installation.
I have installed all the roles needed for server 2012 to be a DC and have also installed SQL 2013 on the server.
The sharepoint installer keeps saying AppFabric is not configured correctly!
Very frustrating...i cannot proceed with any other installation until this is installed.
Any help would be greatful..
Hope this helps you, see that the string does not have any space, prerequisiteInstaller.exe /appfabric:Z:\Softwares**Sharepoint 2013PreRequisite**\WindowsServerAppFabricSetup_x64.exe, look this Sharepoint 2013PreRequisite remove the space. Look this link1