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
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
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
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
.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
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
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’
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
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
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,
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]