Browse by Tags

All Tags » coding (RSS)
Sorry, but there are no more tags available to filter with.

ASP.NET 2.0 Error Messages

December 22, 2005 I'm tackling my first migration of a web app from ASP.NET 1.1 to 2.0. The traditional xcopy deployment works fine for 2.0 apps using the 1.1-style ASPX files and DLL code-behind. But I'm trying out ASP.NET binary deployment mentioned...
Posted by jkhines | with no comments
Filed under:

Visual Studio Debugging Tips

December 03, 2004 Min Kwan Park of Microsoft has the best article on the web detailing how to fix Visual Studio debugging problems . The only error I haven't noticed on the page is due to having both .NET Framework 1.x and .NET Framework 2.x Beta...
Posted by jkhines | with no comments
Filed under:

ASP.NET HTTPException Timeout

December 03, 2004 Yesterday I had an ASP.NET web application which would fail after a few minutes with one of two errors: a) An ASP.NET error message saying: “System.Web. HttpException : Request timed out ”. (There was no stack trace information given...
Posted by jkhines | with no comments
Filed under:

Using RootDSE

November 24, 2004 I used to think that RootDSE was pretty magical. It would work on ASP pages without any kind of authentication and let me know which domain I was in. Which is true. Sort of. When writing ASP pages that users from multiple Active Directory...
Posted by jkhines | with no comments
Filed under:

Query AD for telephoneNumber in VBScript

October 13, 2004 OK -- I couldn't resist this one. I noticed a Google search hitting my page for the title topic. Since nobody ever leaves feedback, there's no way to know if any of the info here answers the question. So here you go. In general...
Posted by jkhines | with no comments
Filed under:

Variant Conversion Functions

August 17, 2004 I was converting binary SIDs to hex SIDs in VBScript for the millionth time when I stumbled across this ancient Microsoft article concerning Variant Conversion Functions (Q250344) . The COM component lets me skip doing this in VBS, which...
Posted by jkhines | with no comments
Filed under:

Access DFS from .NET posted

June 29, 2004 [UPDATE 09 Feb 2005: I added the sample code from this post to the NetDfsAdd definition at pinvoke.net ] [UPDATE 29 Dec 2004: I added some C# code for utilizing NetDfsAdd at the end of this post] As an IT developer, I'm subject to the...
Posted by jkhines | 1 comment(s)
Filed under:

Good Web Design

May 10, 2004 Ask some ASP/ASP.NET web developers what constitutes good web design and how to judge it, and you'll likely receive as many answers (or more) than the people you question. For me, the answer is simple: When good design goes into a web...
Posted by jkhines | with no comments
Filed under:

Working with Windows Group Membership

May 06, 2004 [UPDATE 14 May 2004: If you plan on adding members to AD groups from .NET 1.0 or 1.1, be aware of the following bug: http://support.microsoft.com/default.aspx?scid=kb;en-us;818031 ] I've had to determine user group membership in quite...
Posted by jkhines | with no comments
Filed under:
More Posts