Skip to main content

Posts

Handy tool for Sitecore Log

Sitecore is having matured logging mechanism which logged all kind of log from CMS and CD site It's does provide different kind of mechanism to view the logs like: SCLA(Sitecore log Analyzer) Sitecore Admin tool for log  Application insight(PaaS only). SCLA  SCLA is very handy tool to view Sitecore generated logs. It provides different filter to view different kind of log. This tool is still got unofficial support till Sitecore 9.2 (on-premise).We can find very good documentation at Sitecore portal for Sitecore 9.3 onward (Azure based )  : Documentation . I tried to explain on-premise Sitecore instance, the important part which we always look for during debugging. 1. First we need to map the log file path then click on Analyze button. 2. We can apply date filter or by default it's disabled. 3. We have different tab like Messages,Audit,Health Monitor,Raw View and Internal program Log 4. In Message tab you can there are four different check box for Err...

Content Localization of website in asp.net

Localization of content of website Objective: To reach globally, every organization planned to localized the website which means that content of the website would be available in the user own language, which will give comfort to end user and it will be easy to communicate. Points need to follow: To localize a website successfully, there should be very clear defined policy from functional and clearly adapted by technical. Since localization mistakes and oversights can be awkward for website users and potentially embarrassing for the company, make sure to get it right — it's absolutely worth the time and effort. We need to pay attention on some couple of points: -              Dates: Need to have clear understanding that which date format is being used at which place and should get displayed in that format. E.g. Month, day, year vs. day, month, year. -         ...

Product evaluation for mail delivery and there delivery reports

Normally, we use SMTP client to send the mail based on the requirement. Sometimes we need to track the mail which is being sent to client or different stakeholder and we wanted to assure that the mail is delivered successfully or if it's not delivered then what goes wrong with it, apart of  this we look for the report where we wanted to know that weather that mail has been opened,clicked or read by recipient or not. There can be requirement of transactional emailing solution or mass mailing. If we get the following features covered with any third party we can opt it in-spite of having own mail server and developing on own mail delivery solution: RESTful API to add an email message into the send queue Prioritize the mail  The third party solution should be able to manage both  transaction and mass email Should be able to process the mail and capture all  delivery event Should support VERP,DKIM feature Should notify back if it's unable to deliver the mail aft...