Who Are We?

Fluent Consulting is a software development and consulting firm that specializes in enterprise application integration, web applications, and software product development. We are a dedicated team focused on providing the highest level of quality and value for our clients.

Please feel free to visit our corporate site or get in touch!




Bi-directional Data Binding for ASP.NET 1.0/1.1

There's only so much casting, converting, parsing that one can take trying to push and pull data from custom objects into form controls. Although, ASP.NET 2.0 has improved the situation, there's another simple model to package up some of this common code into a reusable component. Continue reading "Bi-directional Data Binding for ASP.NET 1.0/1.1"

This entry was posted in the following categories: .NET
Posted by on April 12, 2006 | Permanent Link | Comments (0)

IIS Nested Virtual Directory Problems

Microsoft Internet Information Server (IIS) 5.1 has an undocumented bug we recently came across. The bug involves nested virtual directories in IIS. We encountered the bug on a development machine running Windows XP Professional (with IIS 5.1), but it may also exist on servers running IIS 6.0. The fix is easy, once you know what is going on.

The quick fix is to not include a period (.) in the name of a nested virtual directory. For some reason a period prevents nested virtual directories from loading properly. With a period in the name, the nested virtual directory is instead treated as just a directory by IIS. Your files are available, but they tie back to the parent bin rather than the nested bin.

Continue reading "IIS Nested Virtual Directory Problems"

This entry was posted in the following categories: .NET
Posted by on April 07, 2006 | Permanent Link | Comments (0)



Copyright © 2002-2003 Fluent Consulting. All rights reserved.