sudo apt-get install adobe-flashplugin
Search This Blog
Tuesday, 23 August 2016
ISAPI Filter ‘C:\Windows\Microsoft.NET\Framework\v4.0.30319\\aspnet_filter.dll’ could not be loaded due to a configuration problem
Opened IIS Manager and selected the IIS web server node:
In the middle pane, browse to the IIS section and select ISAPI Filters:
Expand the columns as required, looking for an Executable path with \\ in it, then click Edit:
From the above screenshot, change the \\ to \ so the path reads:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_filter.dll
Just keep in mind that the folders Framework and Framework64 or the .NET version may change depending on your implementation.
After clicking OK, all my testing started to work again and the 500 Internal Server errors went away.
Post tfs restoration steps after using power tool on different instance.
- TFSConfig RemapDBs /DatabaseName:hades;TFS_Configuration /SQLInstances:hades /AnalysisInstance:hades
- TFSConfig Accounts /ResetOwner /SQLInstance:hades /DatabaseName:Tfs_Configuration
- TfsConfig Accounts /add /AccountType:ApplicationTier /account:administrator@abc.com /SQLInstance:hades /DatabaseName:Tfs_Configuration
- TfsConfig RegisterDB /SQLInstance:hades /DatabaseName:Tfs_Configuration
Tuesday, 16 August 2016
How to remove Windows Licensing Monitoring Service from Windows operation system.
- Download the ps tools from http://technet.microsoft.com/
en-us/sysinternals/bb897553. aspx - Extract it.
- Open command prompt with Administrator privileges as follows,
- Open- task manager.
- Go to- File
- Create- New Task
- Check the "Create this task with administrator privileges" checkbox.
- Type- cmd
- Press- Enter
- Run the command psexec –I –d –s cmd
- Agree the license and ensure the user login as nt authority\system
- Delete the service using following cmd:sc delete WLMS
- Delete WLMS folder from following location - HKEY_LOCAL_MACHINE->System->
CurrentControlSet->Services - Restart the computer
Friday, 5 August 2016
Linux fdisk "No Free Sectors Available"
VM Linux Guest os showing "No Free Sectors Available" eventhough extending VM guest with vsphere client/vmware workstation.
use command: cfdisk instead of fdisk.
Subscribe to:
Posts (Atom)