TechManyu
  • Home
  • Cloud
  • Microservices
  • About
  • Contact
  • Submit Post !
  • Medium
TechManyu
  • f
  • I
  • G+
  • in
TechManyu
TechManyu
  • Home
  • Cloud
  • Microservices
  • About
  • Contact
  • Submit Post !
  • Medium
Dot Net
Create HTTP/HTTPS endpoint (listener) for SNS Topic using C# .NET !
Create HTTP/HTTPS endpoint (listener) for SNS Topic using C# .NET !
Amazon Simple Notification Service (Amazon SNS) is a web service that enables applications, end-users, and devices to instantly send and receive notifications from the cloud. A Topic is a communication channel to send messages and subscribe to notifications. It provides an access point for publishers and subscribers to communicate with each
  • Abhimanyu
Read More
Sitecore uninstall error ! Failed to Install Performance Counters [Fix]
Sitecore uninstall error ! Failed to Install Performance Counters [Fix]
Getting the following error when trying to uninstall Sitecore? Steps to fix- Open Regedit. Navigate to HKEY_LOCAL_MACHINE \ SOFTWARE \ Wow6432Node \ Sitecore CMS and delete the registry for the previously installed instance. Also Navigate to HKEY_LOCAL_MACHINE \ SOFTWARE \ Classes \ Installer \ Products Do a find with the key
  • Abhimanyu
Read More
Path ‘/crossdomain.xml’ is forbidden. -Error ! [Fix]
Path ‘/crossdomain.xml’ is forbidden. -Error ! [Fix]
A CrossDomain.xml file is an XML document that grants a web client—such as Adobe Flash Player, Adobe Reader, etc.—permission to handle data across multiple domains. -From Adobe If you see crossdomain.xml file error in website logs, it means either the file is missing on the server or the application is
  • Abhimanyu
Read More
Using Google Tag Manager (GTM) with dataLayer object !
Using Google Tag Manager (GTM) with dataLayer object !
Event Tagging or Tracking is the best way to know the user actions on your website. For example, how many times user has clicked on a particular link\button or downloaded a form or submitted the feedback etc. This helps in knowing your end users as well as improving your website
  • Abhimanyu
Read More
Download\Upload files to SFTP using SSH.NET !
Download\Upload files to SFTP using SSH.NET !
.NET framework currently does not support direct (native) SFTP operations. We have to use available 3rd party libraries or components to perform these operations and SSH.NET is one of the best due to the following- It can be integrated to any .NET application and used. It supports SFTP functionality for
  • Abhimanyu
Read More
.WOFF / .WOFF2 font files returning HTTP 404 error !! [Fix]
.WOFF / .WOFF2 font files returning HTTP 404 error !! [Fix]
IIS is configured in such a way that it will deny request for any unexpected file types like .woff and .woff2. This is the reason it throws HTTP 404 Not Found error even though the files exist on server. To verify, browse the webpage and do inspect element (by right
  • Abhimanyu
Read More
Set 404 error custom redirect URL !
Set 404 error custom redirect URL !
404 custom redirect URL can be set in two ways- Using Web.config Add the following section to the web.config file of the .NET application- <system.webServer> <httpErrors> <remove statusCode="404" subStatusCode="-1" /> <error statusCode="404" prefixLanguageFilePath=""   path="{Custom URL}"     responseMode="Redirect" /> </httpErrors> </system.webServer> Using IIS Manager Open IIS Manager by typing ‘inetmgr’
  • Abhimanyu
Read More
Cannot read configuration file due to insufficient permissions ! [Web.config access issue]
Cannot read configuration file due to insufficient permissions ! [Web.config access issue]
Web.Config access issue can occur due to multiple reasons. First of all there is no problem with the config file so no change is required in the config file. The identity on which the web site’s application pool runs like LocalSystem, NetworkService etc should have sufficient permissions to access and read
  • Abhimanyu
Read More
Adding vertical scroll bar to a page !
To add a vertical scroll bar to an aspx page, just add the below styling – Set the style – style=”overflow-y:auto; height:100%;” This can be added to page Body or Div or Panel etc as per the requirement. Other way is to add it in a CSS class and use
  • Abhimanyu
Read More
Visual Studio 2012 web publish not working/doesn’t copy files ! [sol]
I had a Visual Studio solution which I needed to build and publish it to my local machine. Using the Visual Studio 2012 web publish, the solution was building fine but nothing was getting copied to the target folder. The output showed- 4>Publishing folder /... 4> ========== Build: 3 succeeded,
  • Abhimanyu
Read More
  • Page 1 of 3
  • Next
  • Author
  • Recent Posts
Abhimanyu
Cloud and DevOps Professional and previously a C# ASP.NET Developer with keen interest in system design and architecture. Currently involved in projects using AWS, Azure, Automation, Monitoring, REST APIs and DevOps. Email: [email protected] / [email protected]
Latest posts by Abhimanyu (see all)
  • Monitor Kubernetes Control Plane Services Availability with Heartbeat [ELK] - December 14, 2020
  • Setup and operate ELK Stack on Kubernetes cluster using Argo CD - October 26, 2020
  • Auto clear notification using Watcher - June 10, 2020
Categories
Latest Posts
kubernetes and elk
Monitor Kubernetes Control Plane Services Availability with Heartbeat [ELK]
  • December 14, 2020
argocd_elastic
Setup and operate ELK Stack on Kubernetes cluster using Argo CD
  • October 26, 2020
grey and black macbook pro showing vpn
Top 5 Free VPN Software To Hide IP Address
  • August 5, 2020
image-54
How To Use Containers To Accelerate Your Digital Transformation
  • July 8, 2020
internet privacy
The Internet Knows You Better Than Your Spouse Does
  • June 24, 2020
  • Home
  • Privacy Policy
  • Submit Your Post !
  • About Us
  • Contact Us
TechManyu

TechManyu.com ©Copyright 2020 - All rights reserved.