ASPNetFAQ.com: What is ASP.NET?

Technology posts on ASP.NET, IIS, Windows (+ a little Linux), Cloud Servers, Hosting, and more!
  • Blog Home
Search the site...

Restore MySQL Dump File to a Different Database Name

Today I had to take a MySQL database backup from one database and then restore it to a different database name (for development/testing purposes). I tried a number of different tricks that I found online through Google without any success. The issue was that the user I was using to restore the data was NOT […]

Tweet
Share2
2 Shares

Read More

cytanium, Hosting, MySQL, tip

PUT/POST/DELETE Verb Errors On Site

A client was getting errors when using PUT/POST/DELETE verbs on their web application recently. The errors he was seeing were: After some troubleshooting the error was isolated to the fact that WebDav was installed on the server and was intercepting those requests for its own service use. Rather than removing WebDav from the server, we […]

Tweet
Share
0 Shares

Read More

ASP.NET, cytanium, Development/Coding, Hosting, IIS, OrcsWeb, System Administration

Configuring Microsoft’s SMTP Service to allow relay

My recent post on Installing the Microsoft IIS SMTP Service on Windows Server 2008 helps people get up-and-running with a local SMTP service to support the sending of emails from code (i.e.: C# Sample For Sending Emails). Just getting the SMTP service running though is only the first step – the default installation actually WON’T […]

Tweet
Share
0 Shares

Read More

Hosting, IIS, server, smtp

Installing the Microsoft IIS SMTP Service on Windows Server 2008

The most popular blog post on my site is how to send email to ASP.NET (C# code sample). It seems that a recurring question/comment on that post though is from people with issues with the code being rejected when trying to relay email through “localhost” (an assumed running local SMTP service). So, here’s a post […]

Tweet
Share
0 Shares

Read More

Hosting, IIS, server, smtp

Automating Website Creation with PowerShell v3

I will be the first to admit that I am not a scripting pro. Matter of fact, I am pretty much a novice at it. Recently, I stumbled across a PowerShell script that creates a website, populates it with default text page, and launches IE to test the page. This script was written for PowerShell […]

Tweet
Share2
2 Shares

Read More

Automation, IIS, PowerShell

WordPress: Redirect One Domain to Another

I have multiple domains pointed to certain WordPress installations that I run. Some people have setups like this and run multiple sites in their WP install. I, on the other hand though, wanted to redirect all requests for certain domains to a single domain. Basically consolidating the domains so the users all wind up on […]

Tweet
Share
0 Shares

Read More

cytanium, Hosting, Wordpress

Performing Offline installations with WPI Command line tool

Performing application installs on a server that does not have internet connectivity used to be a difficult thing to do. You had to locate and download not only the main application, but any dependencies that would be needed to complete the install. Without an easy way to determine these dependencies, you could be stuck in […]

Tweet
Share
0 Shares

Read More

IIS, OrcsWeb, System Administration, tip, Windows

Setting up SSL in IIS7

Obtaining an SSL certificate for your website is a task that every IIS administrator will have to perform at some point in time. This can be a confusing process the first time you have to do this. IIS7 has changed the way that certificates are requested. In the IIS6 days, you requested a certificate from […]

Tweet
Share
0 Shares

Read More

Hosting, IIS, OrcsWeb, Windows, windows server

Implementing Application Initialization on IIS 7.5

Another great post by Terri over at OrcsWeb that I think you’ll find beneficial. Here’s a brief intro and a link to the full post… Microsoft has released a new module for IIS 7.5 which provides the ability to ‘warm-up’ an application and provide a ‘pretty’ page to the end-user until the application is fully […]

Tweet
Share
0 Shares

Read More

ASP.NET, Hosting, IIS, OrcsWeb, SQL/Databases, System Administration, tip, Windows

Orchard Memory Usage and Performance

A guest post by Rick Barber – a senior technical lead over at managed Windows host OrcsWeb: At OrcsWeb we recently came across an issue where a user was having performance issues with a bare-bones Orchard installation on a shared server. We tried to reproduce the issue and sure enough, any time the site was […]

Tweet
Share
0 Shares

Read More

ASP.NET, Hosting, IIS, OrcsWeb
‹12345›»

Proverbs 19:20

"Get all the advice and instruction you can, so you will be wise the rest of your life."

A Note On WordPress Hosting

Our main focus is of course .NET, but with a mix of Linux, virtualization, and other technologies. But if you're really looking for the best WordPress hosting specifically, read my WordPress host review to save yourself hassle AND money!




Recent Posts

  • What makes good web hosting?
  • jQuery Mobile C# ASP.NET and N5 Networks Software Repository
  • Open Source Bug Tracking Software and the Orchard Project
  • ASP.NET Development with Dreamweaver MX: Visual QuickPro Guide
  • Kendo UI Sample, ASP.NET Ajax Tutorial & More

Tags

ASP.NET Automation centos CMS css cytanium Development/Coding Email gmail Hosting htaccess http https IIS javascript Learning Linux logparser MySQL nginx openssl OrcsWeb performance PowerShell redirect RHEL security server SherWeb smtp SQL/Databases ssl System Administration telnet terminal tip Troubleshooting Ubuntu virtualization Visual Studio web farm web hosting Windows windows server Wordpress

Categories

  • ASP.net development
  • Development/Coding
  • Hosting
  • IIS (Internet Information Services)
  • SQL/Databases
  • System Administration
  • Virtualization
(c) ASPNETFAQ.com