Jeff Widmer's Blog
ASP.NET, ASP.NET MVC, C#, VB.NET, IIS7, Windows Forms, VB6, ASP 3.0
Browse by Tags
All Tags
»
ASP.NET
(
RSS
)
.NET
.NET 4.0
.NET Target Framework
ASP.NET Membership
ASP.NET MVC
C#
CSS
Elmah
HTTPS
IIS
IIS6
IIS7
Instant Church Directory
ListView
Sample Code
SEO
SQL Server
SSL
System.Net.Mail.MailMessage
Tips & Tricks
VB.NET
Visual Basic
Visual Studio
WebConfigurationManager
Windows Azure
The configuration section 'system.web.extensions' cannot be read because it is missing a section declaration
After upgrading an ASP.NET application from .NET Framework 3.5 to .NET Framework 4.0 I ran into the following error message dialog when trying to view any of the modules in IIS on the server. What happened is during the upgrade, the web.config file was...
VB.NET IF() Coalesce and “Expression Expected” Error
I am trying to use the equivalent of the C# “??” operator in some VB.NET code that I am working in. This StackOverflow article for “ Is there a VB.NET equivalent for C#'s ?? operator? ” explains the VB.NET IF() statement syntax which is exactly what I...
How to disable an ASP.NET linkbutton when clicked
Scenario: User clicks a LinkButton in your ASP.NET page and you want to disable it immediately using javascript so that the user cannot accidentally click it again. I wrote about disabling a regular submit button here: How to disable an ASP.NET...
Binding multiple websites to HTTPS on your development machine
On your development machine you can use host headers to bind to different websites within IIS, allowing you to host multiple websites on a single development machine (you can do this too in production but this article is focusing on the development environment...
How to switch between HTTP and HTTPS in ASP.NET MVC2
ASP.NET MVC2 has the new RequireHttpsAttribute that you can use to decorate any action to force any non-secure request to come through HTTPS (SSL). It can be used as simply as this: [RequireHttps] public ActionResult LogOn() { ..... } Now any request...
Getting Started with Windows Azure: Part 2 - Creating a Windows Azure Hello World Application
Follow along as I learn all about Windows Azure. Part 0 – Where do I go to get started? Part 1 - Setting up your development environment Part 2 - Creating a Windows Azure Hello World Application <<<< YOU ARE HERE Below are the steps to create...
Format the email subject in the Elmah Error Logging Module
Elmah error logging modules and handlers for ASP.NET is a great module for logging asp.net errors to many different and configurable repositories. One of the repositories that Elmah works with is email. You can easily set up Elmah to send emails...
WebConfigurationManager.OpenWebConfiguration() - Failed to resolve the site ID
I am writing a small administrative tool to read configuration settings from web.config files for various websites that are running on the same web server as the tool. Initially I thought the method WebConfigurationManager.OpenWebConfiguration(...
How to 301 Permanent Redirect in ASP.NET
In the next release of the .NET Framework (.NET Framework 4.0) there is a new response method for permanently redirecting a request: Response.RedirectPermanent . You can see the Beta MSDN documentation for Response.RedirectPermanent here . This will automatically...
Line-breaks and carriage returns (\r \n) are invalid in email subject
I received this exception when sending an email using System.Net.Mail.MailMessage: "The specified string is not in the form required for a subject." System.ArgumentException: The specified string is not in the form required for a subject. ...
More Posts
Next page »
Search
Go
This Blog
Home
Contact
About
News
Jeff Widmer's Home Improvement Profile
OrcsWeb Windows Cloud Servers
Vaasnet - Instant pre-configured virtual machines:
IE6 Virtual Machine
IE7 Virtual Machine
IE8 Virtual Machine
Firefox 3.6 Virtual Machine
Firefox 4 Virtual Machine
SharePoint Foundation Virtual Machine
Tags
.NET
.NET 4.0
.NET Target Framework
Amazon
ASP.NET
ASP.NET Membership
ASP.NET MVC
AspNetHostingPermission
Automated Build System
BabySmash
Bing
C#
Canon Scanner CanoScan Toolbox
CMS 2002
Community News
CruiseControl.NET
CSS
Elmah
executionTimeout
GDI+
General Software Development
Getting Things Done
Gmail
Google
GTD
Headsets
Home Improvement
HTML
HTML Tips and Tricks
httpRuntime
HTTPS
Hyper-V
IEnumerable
IIS
IIS App Pool
IIS6
IIS7
IIS7 Authorization
Instant Church Directory
jQuery
Linq
Linq2Sql
Machine Setup
OneNote
Orchard
osql.exe
Outlook
Outlook 2010
Personal
QuickBooks
QuickBooks Online Edition (QBOE)
random.org
Recommendations
Remote Desktop
Sample Book Chapter
Sample Code
ScrewTurn Wiki
Seinfeld
SendTo
SEO
Sharepoint
SharePoint 2010 Correlation ID
SharePoint Foundation 2010
SharePoint Workspace 2010
Silverlight
SMTP
SourceGear
SQL
SQL Azure
SQL Script
SQL Server
SQL Server 2008
SQL Server Full-text Index
SQL Server Management Studio
SSL
StackOverflow
Subversion
SVN
Tiff
Tips & Tricks
Tips & Tricks
Unicode encoding
User Account Control
Utilities
Vaasnet
VB.NET
VB6
Viral Marketing
Virtual Machines
Visual Basic
Visual Basic 6.0
Visual Studio
Visual Studio 2010
web.config
WebConfigurationManager
Windows 7
Windows Azure
Windows Character Map
Windows Server 2008
Windows Server 2008 R2
Navigation
Home
Blogs
Archives
December 2011 (1)
November 2011 (4)
October 2011 (1)
June 2011 (3)
May 2011 (3)
March 2011 (1)
February 2011 (3)
January 2011 (2)
December 2010 (2)
September 2010 (3)
August 2010 (4)
July 2010 (3)
May 2010 (5)
April 2010 (2)
March 2010 (5)
February 2010 (8)
January 2010 (8)
December 2009 (14)
November 2009 (5)
October 2009 (15)
September 2009 (17)
August 2009 (6)
June 2009 (2)
May 2009 (3)
October 2008 (1)
August 2008 (1)
December 2007 (3)
November 2007 (1)
August 2007 (1)
April 2007 (1)
March 2007 (1)
September 2006 (1)
August 2006 (1)
January 2006 (1)
December 2005 (3)
September 2005 (1)
August 2005 (1)
July 2005 (2)
October 2004 (1)
March 2004 (1)
February 2004 (2)
January 2004 (6)
Recommended Blogs
Scott Guthrie
Day Dream Land
Vaasnet Blog
Syndication
RSS
Atom
Comments RSS