Monday, 21 May 2018

IIS Architecture

Question: What is an IIS Architecture?

Answer:-




Monday, 17 July 2017

Retrieve an Application Pool Account Password

Question: How to retrieve an Application Pool Identity account password from IIS? 


Screenshot of Set credential of Application Pool Identity


Tuesday, 18 April 2017

App Fabric installation issue : Fixed!!

Run below commands:

/AppFabric:prerequisiteinstallerfiles\WindowsServerAppFabricSetup_x64.exe
/KB2671763:prerequisiteinstallerfiles\AppFabric1.1-RTM-KB2671763-x64-ENU.exe
point to SharePoint Setup folder.


Monday, 3 April 2017

Getting an error: while installing a services

Solution: 
Try adding following line in the config file:-
 C:\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe.config

<configuration> <runtime> <loadFromRemoteSources enabled="true"/> </runtime> </configuration>





------------------------------------------------------------------------------------------
Now you can rerun the InstallUtil.exe command.

Wednesday, 8 March 2017

How to stop PowerShell console to exit after finishing the script run


Command:-add below command to the end of your script.
$host.enternestedprompt()

Results:-It will stop a running script and start a iterative prompt.

How to copy content in multiple servers using Xcopy:-

How to copy content in multiple servers using Xcopy:-


Command: xcopy /s C:\Tempp \\Devapiunittest6.int\c$\ Source Folder: C:\Tempp Destination Folder: \\Devapiunittest6.int\c$\


Results:- The whole content would be copied to the Tempp folder of C directory of the server (Devapiunittest6.int).

Comments System

Disqus Shortname