Job scheduling is a key feature in computing that we’ve grown to rely on for handling the execution of unattended background tasks. When we originally launched Everleap the technology at the time prevented us from allowing batch processing. The recent Windows Azure Pack update added a feature called WebJobs which allows a script or executable to run as a background task in your web application as part of your site.
ASP.NET 5 is the very latest yes, and it’s pretty cool. But it’s also a significant departure from previous .NET versions. This version introduces a more modular .NET that has been optimized to run in the cloud.
You can read a lot more about it on the various Microsoft sites out there, and it’s still in beta, so expect some things to change. But if you are the curious type and want to run an asp.net 5.0 beta application on Everleap right now, I’m going to show you exactly how to do it. You may be surprised at how easy it is.
Ready?
WordPress is the most popular web application in the world, and one of the more common problems we have seen with it is commonly known as the White Screen of Death.
When there’s a problem with WordPress, it will display a plain white screen – which is very difficult to troubleshoot since it gives you no idea what the problem is.
Here are some of the common problems and fixes that we can recommend.
The Reserved Cloud Server is your own fully managed, SSD-powered private Cloud Server with resources that are dedicated exclusively to your sites. There are several reasons that a Reserved Cloud Server might be right for you:
These days, the use of SSL has become much more common. Traditionally, it was mandatory to have your website setup with a unique IP in order to use an SSL certificate.
More recently, SNI based SSL has become available and it has caused some confusion. In this post, I’m going to discuss the topic and hopefully give you enough information so that you can choose whats the best option for you.
The mother of all code camps is only weeks away.
Attendance for the Silicon Valley Code Camp is usually over 5,000 people and this year we are expecting even more. As long time supporters of code camps, user groups, and the ASP.NET community at large, I can tell you this is the big one.
SiteLock is a security service that provides malware detection and protection from malicious attacks against your website.
SiteLock’s default scanning features include Network, Malware, SQL Injection, and Application scanning to identify malicious files or scripts. SiteLock will also identify any potential weaknesses and exploits that your site may have.
Getting started with SiteLock may seem like a daunting task, but as with any new product, you will benefit from taking the time to get familiar with SiteLock. You can access the SiteLock dashboard from the Services section of the Everleap Control Panel.
So we went through our first Windows Azure Pack update and we also did the latest Windows update as well. The entire project was done in three phases. First, we updated our back end infrastructure, then updated Windows Azure Pack, and then we applied the latest Windows updates.
To update our back end infrastructure, we announced and scheduled a 10 minute outage mainly to update our databases to make way for the changes in the Windows Azure Pack update. While we never like taking an outage, in our testing in our dev environment a short outage was the cleanest way of getting the WAP update done without introducing a lot of other technical issues.
In a hosting environment such as ours, modifying the main php.ini file isn’t a viable option for changing default PHP settings. Don’t despair, however. In their infinite wisdom and incredible foresight, the developers of PHP built in a way for you to change certain directives locally using a file named .user.ini. Here, I’ll show you how to create your own.