AspNETSource
Free Source and Tutorials: ASP.NET, C#, HTML5, jQuery and more
ASP.NET Hosting

ASP.NET - Installation, Configuration and Deployment

Articles for Configuring and deploying ASP.NET applications - web.config, etc..

 
VS 2008 on Vista 64-Bit Posted At: 12/8/2008
I've been uncharacteristically quiet lately but kept busy with the creation of a new County SharePoint Intranet. I've also been busy on the home front, building up a new development machine which is t[read more]
Visual Studio Integrates with JQuery Framework Posted At: 12/8/2008
Scott Guthrie has just announced that Microsoft is going to include the JQuery JavaScript library as part of Visual Studio 2008 SP1 and the free Visual Web Developer 2008 Express SP1. JQuery is has qu[read more]
Visual Studio 2008 Regular Expression Editor Posted At: 12/8/2008
If anything can drive this Irishman into a fit of cursing, it's the need to create a regular expression quickly. With a little application, I know I could learn to create them myself but I figured som[read more]
Fix the SQL Connection Problems Posted At: 10/27/2008
Connecting ASP.NET to a remote SQL Server or SQL Server Express database is error-prone and frustrating. If you manage to connect the first time without any ...
Encrypt Connection Information Posted At: 10/26/2008
ASP.NET doesn’t serve (display) certain types of files to the browser, including configuration files...