Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Saturday, November 22, 2008

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > Visual Studio 2005 > Visual Basic 2005 > Configuration
Search:
What's New - What's Hot


ISAPI Extensions: Creating a DLL to Enable HTTP-based File Uploads with IIS        
Total Hits: 38  |  Today: 1 Author: Panos Kougiouris       Rating:  
Read Reviews | Write Review |   Your Rating: 

The MIME-compliant content type, called multipart/form-data, makes writing HTML that uploads files almost trivial. On the server side though, ASP does not have a way to access data in the multipart/form-data format. The most flexible way to access the uploaded file is through a C++ ISAPI Extension DLL. This article describes a reusable ISAPI extension DLL that allows you to upload images and files without writing C++ code. It is coupled with a few COM components that make it readily reusable for...

Getting away with client Config in WCF        
Total Hits: 13  |  Today: 0 Author: Sidhartha Gundavarapu       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article provides a solution to one of the most common problem faced by developers while developing their projects involving WCF Services using Visual Studio.
To give you a little background on what this is all about… when you are working with WCF services and using Visual Studio for development, it becomes annoying as to how Visual Studio screws up the configuration settings. This is a small problem with an even smaller solution. Hence, it might be the smallest article....

Remote Server Configuration for Developing Web Projects Using Visual Studio .NET        
Total Hits: 8  |  Today: 1 Author: Valerie Whitcomb       Rating:  
Read Reviews | Write Review |   Your Rating: 

Do you want to configure a server so that others on the network can create Web projects? You need to provide the software, file share access rights, and local machine settings to make Web development possible. This article assumes that you are familiar with creating Web projects in Visual Studio .NET, using Internet Information Services (IIS), and modifying user groups on the operating system....

Automating Builds and Configurations in Visual Studio .NET        
Total Hits: 5  |  Today: 1 Author: Kemp Brown       Rating:  
Read Reviews | Write Review |   Your Rating: 

When you build a project or a solution in Visual Studio .NET, it is built according to the build configuration associated with it. Ordinarily, you build a solution or project manually by using the integrated development environment (IDE); however, the Visual Studio .NET Automation model contains objects that allow you to programmatically alter build configurations and perform build operations....

Configuring SharePoint Virtual Machine LAN Connections        
Total Hits: 18  |  Today: 0 Author: Steven Barden       Rating:  
Read Reviews | Write Review |   Your Rating: 

Insufficient VM LAN connectivity in the development of SharePoint solutions may cause developers to lose valuable time and peak development capabilities. This article provides reasons and steps to configure the most valuable VM LAN connectivity practices with the help of relevant steps and screen shots....

Tip/Trick: Automating Dev, QA, Staging, and Production Web.Config Settings with VS 2005        
Total Hits: 13  |  Today: 0 Author: Scott Guthrie       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article examines how to automate some of the Web.Config settings using Visual Studio 2005.
One of the questions I get asked fairly regularly is: "how can I can easily change different configuration settings in my web.config file based on whether my application is in a dev, qa, staging or production mode?" The most common scenario for this is one where an application uses different database connection-strings for testing and production purposes....

Tip/Trick: Using IIS7 on Vista with VS 2005        
Total Hits: 40  |  Today: 1 Author: Scott Guthrie       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this article, Scott examines how to work with Internet Information Services 7 on Windows Vista with Visual Studio 2005.
A few people have pinged me over the last week asking about how to use VS 2005 with an IIS 7.0 web-site on Windows Vista....

Configuring Software for Windows Vista        
Total Hits: 39  |  Today: 0 Author: O'Reilly Media       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this second part to a four-part series on Windows Vista, you will learn how to configure software for the operating system. This article is excerpted from chapter four of the book Windows Vista: The Definitive Guide, written by William R. Stanek (O'Reilly, 2007; ISBN: 0596528000). Copyright © 2007 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media....

Parameterize Your Apps Using XML Configuration In The .NET Framework 2.0        
Total Hits: 94  |  Today: 0 Author: Bryan Porter       Rating:  
Read Reviews | Write Review |   Your Rating: 

Applications are complicated. Even the simplest software invariably contains numerous settings that have to store some sort of value in order to function at even a basic level. Database-driven applications usually have the luxury of storing the lion's share of their configuration information in a database of some sort, but there are always settings and options whose values can't be stored there (such as the location of the database itself) or are inconsequential to system reliability but absolut...



DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net