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

Fill A DataGrid From Access Database

Originally posted October 2, 2001 on OrcsWeb.com The code below demonstrates how to connect to and query a Microsoft Access database then bind those results to an ASP.Net datagrid for display as an HTML table. <%@ Page language=”VB” Debug=”false” %> <%@ Import Namespace=”System.Data” %> <@ Import Namespace=”System.Data.OleDb” %> <script language=”VB” runat=”server”> Sub Page_Load(Sender as Object, […]

Tweet
Share
0 Shares

Read More

Changing the Password Complexity in ASP.NET V2.0

Originally posted May, 26 2005 on OrcsWeb.com One of the first things many people try with ASP.NET V2.0 (currently in Beta 2) and with the starter kits is to create a new user. Creating a new user will be common in ASP.NET version 2.0, whether it is the CreateUserWizard, a starter kit form or using […]

Tweet
Share
0 Shares

Read More

Multiple Forms Auth Security Settings In ASP.Net

In a previous article I provided some samples to allow password protection of a folder in ASP.Net based on some settings in the root config.web file. Since that article I have had a few people ask if it was possible to secure multiple locations – each potentially with their own security requirements. Well, the answer […]

Tweet
Share
0 Shares

Read More

URL Scan or Request Filtering in IIS7

URL Scan has been a useful tool since Windows Server 2003, and continues to be used on many web server deployments. Did you know though that IIS7 includes a feature named Request Filtering that handles the same functionality as URL Scan but also gives a tighter level of control over the settings and where they […]

Tweet
Share
0 Shares

Read More

Hosting, IIS

Orchard: Custom Content in Sub-Folders

Orchard doesn’t seem to like anything in it’s web root except for it’s own content. Try it out – create a folder (I created /TestContent/) and then put a test from there (I created test.html) and try to access it. You’ll get a 404 error. Orchard “traps” all requests and effectively kills them if it […]

Tweet
Share
0 Shares

Read More

ASP.NET, CMS, cytanium, Development/Coding, Hosting, IIS, Orchard, OrcsWeb, System Administration, tip, Troubleshooting

Check and optimize your site speed

Here are two great resources for testing your site speed and getting tips on how to improve upon the performance: http://www.webpagetest.org/ https://developers.google.com/pagespeed/

Tweet
Share
0 Shares

Read More

Hosting

MVC3, Visual Studio 2010: Error: Microsoft JScript runtime error: Not implemented

Okay, so I’ve started tinkering with MVC3 just to get familiar with what more-and-more people are working with now from a Windows Internet development perspective. I have a development/test VM running Windows Server 2008 R2 so I figured I’d install it there and walk-through some of the online tutorials. Well, right out of the bat […]

Tweet
Share
0 Shares

Read More

ASP.NET, Development/Coding, Hosting, MVC, tip, Troubleshooting

Log Parser: Pulling Valuable Data From IIS Logs

Microsoft’s Log Parser is an awesome tool that justifies knowledge, if not even regular use, by both system administrators and web users alike. From the download site: “Log parser is a powerful, versatile tool that provides universal query access to text-based data such as log files, XML files and CSV files, as well as key […]

Tweet
Share
0 Shares

Read More

cytanium, Development/Coding, Hosting, IIS, OrcsWeb, System Administration, tip

Securing ASP.Net Pages – Forms Authentication – C# and .Net 4

ASP.Net has a built-in feature named Forms Authentication that allows a developer to easily secure certain areas of a web site. In this post I’m going to build a simple authentication sample using C# and ASP.Net 4.0.

Tweet
Share
0 Shares

Read More

ASP.NET, Development/Coding, Hosting

IIS7 Mime Mappings

For very good reasons, not all extensions are recognized by IIS by default and may return a 404 error when trying to access them from your site. If you have need to add more extensions to be “allowed” – for example if you have embedded font files – you have a few different options. One […]

Tweet
Share
0 Shares

Read More

ASP.NET, cytanium, Development/Coding, Hosting, IIS, OrcsWeb, System Administration, tip
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