|
|
|
|
|
Total Hits: 38 | Today: 1
|
Author: Panos Kougiouris
|
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...
|
|
|
|
Total Hits: 13 | Today: 0
|
Author: Sidhartha Gundavarapu
|
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....
|
|
|
|
Total Hits: 8 | Today: 1
|
Author: Valerie Whitcomb
|
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....
|
|
|
|
Total Hits: 5 | Today: 1
|
Author: Kemp Brown
|
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....
|
|
|
|
Total Hits: 18 | Today: 0
|
Author: Steven Barden
|
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....
|
|
|
|
Total Hits: 13 | Today: 0
|
Author: Scott Guthrie
|
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....
|
|
|
|
Total Hits: 40 | Today: 1
|
Author: Scott Guthrie
|
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....
|
|
|
|
Total Hits: 39 | Today: 0
|
Author: O'Reilly Media
|
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....
|
|
|
|
Total Hits: 94 | Today: 0
|
Author: Bryan Porter
|
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...
|
|
|
|
|
|