By hkenuam on
1/5/2007 4:17 PM
I recently had to create a private assemblypackage for one of our modules and in doing so I ran into problems that caused me to spend a day of my life that I will never get back. I thought I would share this and possibly save someone the pain that it has caused me.
Read More »
|
By hkenuam on
10/16/2006 8:18 AM
I attended the event over the weekend and was very impressed. Great hosts and good people in Tulsa OK.
Read More »
|
By hkenuam on
10/5/2006 7:31 AM
I decided to create a document that would help developers get started building a new Membership Provider for DNN. If you are looking for a good place to get started this is the place.
Read More »
|
By hkenuam on
9/20/2006 3:52 PM
With little fanfare, Microsoft released a killer app for database developers: Microsoft Visual Studio Team Edition for Database Professionals. Check out the quick 5 minute video on Channel 9... http://channel9.msdn.com/Showpost.aspx?postid=235260
|
By hkenuam on
6/29/2006 8:22 AM
Here's an interesting thing we discovered when deploying an ASP.Net 2.0 site using AJAX calls (using HTTP POST). In order to enable HTTP POST's for your web service you have to modify the web.config file to add the following:
WEBSERVICES>
PROTOCOLS>
ADD name="HttpPost" />
PROTOCOLS>
WEBSERVICES>
(NOTE: if you are using SOAP or GET calls there are add parameters for those as well ( ).I don't recall having to make these changes for .Net 1.1. Also, it's easy to get tricked here because it works in development environments. ...
Read More »
|
By hkenuam on
2/15/2006 2:33 PM
So what is the Engage Framework?
Read More »
|
By hkenuam on
11/10/2005 2:32 PM
Ready or not Engage is preparing for an upgrade. With the release of VS 2005 and SQL Server 2005 we're making a move to upgrade Engage to the leverage the latest technologies. Our final release of Engage on the VS2003 platform will be 1.4.0.0. This release signafies one of our most stable releases and includes the most significant test cycle to date. The release date is scheduled for November 14, 2005. Some of the development team has already began porting Engage to VS2005 identifying areas that will require modifications to run. The release date for Engage 2005 is not official yet but expected early Q1 2006.
|