|
Creating Custom Configurations
|
| Link ID |
17693 |
| Title |
Creating Custom Configurations |
| Url |
http://openmymind.net/Configuration/index.html |
| Description |
ASP.Net's introduction of the web.config file went a long way to filling the configuration hole we had to deal with in classic ASP. We actually went from having very little (global.asa was the closest thing) to a well-structured, change on the fly XML file. For the most part, the web.config file does the trick fine. However there are some limitations and constraints with using it, which you are probably already aware of. What you might not know is how easy is it to surmount those issues by creating a far more flexible alternative. |
| Category |
ASP.NET > Tips and Tutorials |
| Date |
Jun 30, 2006 |
| Contact Name |
|
| Email |
send email to
|
Write a Review
Add to My Favorite
Refer it to Friend
Report Broken Link
|
Official Review
NULL
|
Other links at ASP.NET > Tips and Tutorials |
| 1. |
No ActiveX Server Registration Needed with ASP.NET
|
|
|
Need to create a wrapper for ActiveX and use it in ASP.NET? The advantage is these wrappers don't require registration of ActiveX on server. Just copy it, allowing for easy deployment on remote servers. Even run ActiveX on shared hosting.
|
| 2. |
Get Detailed Information About Your Site Visitors In Real Time using ASP.NET
|
|
|
Have you ever wanted to see who is viewing your web site in real time? how many of them are there? what browser they are using? where have they come from? what are their host addresses and host names? and exactly what pages they have read? all in detail? In this article we build an ASP.NET application to do exactly that.
|
| 3. |
Getting Started With ASP.NET
|
|
|
A Sample Chapter from "Beginning ASP.NET using VB.NET". Topics covered include: Static Web Pages Dynamic Web Pages; An overview of the different technologies for creating dynamic web pages, including ASP.NET; Installing Internet Information Services (IIS); Installing the .NET Framework; and Testing and Troubleshooting your installation.
|
| 4. |
The Evolution Of Microsoft: .NET Explained
|
|
|
Sure, you've heard about .NET... maybe you're a Visual Basic programmer for a small company, maybe you write SQL stored procedures for a huge company, or maybe you're just a Microsoft developer wanting to keep on the cutting edge of technology. This article will explain exactly what .NET is, how it works, how we (as developers) can benefit from it, its many new features, and other .NET related information.
|
| 5. |
Displaying Information about the ASP.NET Process
|
|
|
The author writes "With ASP.NET you can configure the 'ASP.NET engine' to automatically restart itself when certain criteria are met. For example, if the Web server has 100 requests queued up, you may wish to have the Web server restarted, assuming that s
|
|
|