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...

How to use telnet to test ssl/https websites

How to use telnet to test ssl/https websites As I wrote recently, I had some issues with SSL on one of my sites. As part of the troubleshooting process I wanted a way to confirm that the site was responding properly on port 443 (the secure default SSL port) and that the SSL certificate was […]

Tweet
Share
0 Shares

Read More

http, https, openssl, ssl, telnet, terminal, web hosting

Redirect from HTTPS to HTTP using an htaccess file

I ran into some issues recently where I needed to redirect HTTP to HTTPS for all requests on my site. It took a surprising amount of Google searching and tinkering to find a solution. Ultimately the solution was pretty simple, so I figured I’d share it here and hopefully same other people some time. So, backstory, […]

Tweet
Share
0 Shares

Read More

htaccess, Linux, nginx, redirect, web hosting

ASP.NET 5 and MVC 6

I’m super-excited about ASP.NET 5 and MVC 6! I first taught myself to program in the early 80s. I taught myself again in the mid-90s. Then I started OrcsWeb and spent more time do “systems stuff” (I’m both an MCSE and RHCSA) and “business stuff” (yeah, it takes a lot of time to run a […]

Tweet
Share
0 Shares

Read More

ASP.NET, Development/Coding

Razor Hello There Sample!

This is my version of a Hello World application. I don’t want to just write “Hello World!” to the screen in a web page because, well, that’s just too basic. So what I’ll do is write a very simple form, post the form back to itself (the same page), collect data from the form, then […]

Tweet
Share
0 Shares

Read More

Sending Email Code Sample (Razor, C#)

A *really* common and popular thing to do with web pages it to send email. That email might be a feedback form, or an order confirmation, or a variety of other functions. Below is the complete contents of a page I named SendEmail.cshtml. I’ll throw it out there right at the start in case you […]

Tweet
Share
0 Shares

Read More

Loop Through Database Records (C#, Razor)

Here’s a code sample showing a quick and easy way to loop through the results of a SQL query and display them on a web page in a list.

Tweet
Share
0 Shares

Read More

Changes are not allowed while code is running

Got this error today while tinkering with some code in Visual Studio 2013: “Changes are not allowed while code is running”. I did click run earlier to check on something, but I had closed out the browser. So, to me, the code wasn’t running. But really it was. I scratched my chin for a second […]

Tweet
Share
0 Shares

Read More

Visual Studio

CSS Style Overlaps, Duplicates, and Priorities

I sent most of this past weekend trying to get a nice looking responsive table to work. At first I tried to mess with it from scratch. Then someone recommended I look into Twitter Bootstrap. Wow, am I glad I looked into Bootstrap because that has saved a ton of frustration. Okay, so I have […]

Tweet
Share
0 Shares

Read More

css, Hosting, Learning, tip, Troubleshooting

Git install error – Couldn’t update submodule git!

I’ve had issues getting Git running on my development instance. The first installation appeared to go through but Git wasn’t working – it threw random errors trying to get a clone. So I uninstalled then tried re-installing but each time I got an error message of “Couldn’t update submodule git!” Thankfully, after scouring the web […]

Tweet
Share
0 Shares

Read More

How do I find my IP address in Ubuntu?

Note to self: It’s ifconfig (not “ipconfig” like in Windows).

Tweet
Share
0 Shares

Read More

Ubuntu
1234

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