Blog > Brad Kingsley
4 Reasons Microsoft SQL Server CE is a Great Hosted Database Option
Tuesday, April 19
posted by Brad Kingsley
I mentioned SQL Server Compact 4 (CE) last fall and have since had a chance to use it in a few projects. It's a great option for many web applications so I wanted to share some thoughts with you...
Web Hosting Updates Made Easy via Web Deploy
Wednesday, April 6
posted by Brad Kingsley
Microsoft's Web Deploy, which can be used standalone or as part of WebMatrix or the Visual Studio tools, makes deploying web applications to your hosted production environment super easy! Here I'm showing a few screenshots as I go through the process of publishing an Orchard CMS site from WebMatrix to a shared hosting site.
4 Easy Steps to Connect IIS7 Remote Manager To Your Site
Tuesday, March 29
posted by Brad Kingsley
The IIS Manager for Remote Administration let's you connect to a properly configured IIS7 site from a remote PC so that its settings can be managed through the standard console interface. Making the connection is a lot easier than you realize. Below are the four steps with screenshots...
Six Ways to Speed Up Your Website
Wednesday, February 9
posted by Brad Kingsley
Here's a short article by Inc giving their thoughts on Six Ways to Speed Up Your Website.
Below are the bullet-points but click the link above to read the entire article:
1. Put blocking JavaScripts at the bottom of the page.
2. Improve loading time of key page content.
3. Put style sheets at the top of the page content.
4. Minimize the number of HTTP requests.
5. Consider deploying Web acceleration hardware.
6. Make sure core content is not delayed by extraneous elements.
Happy Hosting!
WebMatrix, Orchard CMS, and SQL CE Hosting Made Easy with Managed Windows Hosting
Friday, January 28
posted by Brad Kingsley
OrcsWeb's Window shared hosting, dedicated Windows hosting and Windows cloud server hosting all support everything necessary to leverage the many benefits you receive with Microsoft's WebMatrix development tool. If that wasn’t enough, our managed Windows hosting platform also include ASP.NET 4.0 and support for SQL Server Compact (SQL CE), which means supporting free content management solutions such at Orchard CMS or Umbraco are no problem!
We’re always busy helping new and existing clients leverage the full capabilities available to them, whether on their Windows cloud server, dedicated Windows server or a shared plan.
If you’re interested in leveraging any of the above mentioned tools on our managed Windows hosting platform, our professionals would love to help you determine which hosting solution is best for your site or application. Give us a call at 1-888-313-9421, or email us at sales@orcsweb.com.
Why Your Business Needs an eCommerce Website to Grow
Monday, January 17
posted by Brad Kingsley
Here is an interesting article by HubSpot giving four great reasons why your business should have an ecommerce web site in order to experience overall business growth.
We at OrcsWeb have a small business shared hosting plan that is ideal for hosting an ecommerce web site. Our shared hosting plans are managed shared hosting plans – this means we help you and/or your developers as needed to get the site configured and working, and are always available to consult or help with adjustments and troubleshooting over time. We are known for our “Remarkable Service. Remarkable Support.”, and leveraging our experience to support ASP.NET and Microsoft SQL Server in managed Windows hosting environments.
If you would like more information on any of our many options for
ecommerce
hosting, give us a call at 1-888-313-9421, or email us at
sales@orcsweb.com.
IIS7 Application Pool Idle Time-out Settings
Wednesday, January 12
posted by Brad Kingsley
Build The Perfect Database Connection String
Thursday, December 2
posted by Brad Kingsley
Do you wish you had a little tool that could help you always build the perfect connection string - and test it out before using it in your code?
Robots.txt File's Role Explained
Tuesday, November 2
posted by Brad Kingsley
Here is a neat infographic explaining the role of a robots.txt file
http://www.elliance.com/aha/infographics/robotstxt-file-explained.aspx?page=6
Happy hosting!
How to Perform a 301 Redirect from a Global.asax File
Wednesday, October 27
posted by Brad Kingsley
Today I wanted to set a site so that any request to the old domain name would redirect to the new domain name. I struggled with some URL rewrite rules for a while and never did get them to work (yet) so I reverted to something I'm more familiar with - .NET and the global.asax file. Here's how I solved this problem...













