Official Site Blog for ASPNETWorld.com
| | Sun | Mon | Tue | Wed | Thu | Fri | Sat |
|---|
| 24 | 25 | 26 | 27 | 28 | 29 | 30 | | 1 | 2 | 3 | 4 | 5 | 6 | 7 | | 8 | 9 | 10 | 11 | 12 | 13 | 14 | | 15 | 16 | 17 | 18 | 19 | 20 | 21 | | 22 | 23 | 24 | 25 | 26 | 27 | 28 | | 29 | 30 | 31 | 1 | 2 | 3 | 4 |
Search
Links
Categories
Blogroll
|

Wednesday, July 18, 2007

Wednesday, July 11, 2007
DasBlog 1.9.7 Released
Open source blogging platform DasBlog (which incidentally powers this blog) is now available as version 1.9.7. This release is to be the final release on ASP.NET 1.1 (though it works on ASP.NET 2.0 too).
The next release (DasBlog 2.0) will be compiled under .NET 2.0 and will support Medium Trust environments. This is great news as many web hosters operate in Medium Trust mode or a variant of it.
Scott Hanselman has indicated that there'll be a plan to move towards .NET 3.5 as well as 60-day release cycles.
For a full list of features in this release, head over to Scott Hanselman's blog for details.
Technorati tags:
dasblog,
blogging

Sunday, July 01, 2007
Hotfix Patch for Debugging ASP.NET on IIS7
If you're running IIS7 on Vista and attempt to debug an ASP.NET application by pressing F5 on VS 2005 (or VWD Express), you've probably encountered one of the following error messages:
"An authentication error occurred while communicating with the web server."
"Debugging failed because integrated Windows authentication is not enabled."
"Authentication error occurred while communicating with the web server. Try disabling 'Digest authentication'"
Well, now there's a fix to this issue.
- The fix should work with both VS2005 and Visual Web Developer Express.
- The fix will be built into VS2008 starting Beta 2.
- If you're using Vista Home Premium, it won't bug you to have Windows Authentication module installed when doing local debugging.
- The fix works on Vista x64 as well.
Links:

Sunday, June 24, 2007
AJAX Control Toolkit Refresh (Release 10618)
There's a refresh release for the Microsoft AJAX Control Toolkit. This release fixed some of the issues found in the 1.0.10606.0 release.
Changes include:
- Tabs naming container fix
- Visual Studio design time dependency fix
- FilteredTextBox navigation and control key issues and
- New languages support
For details about this refresh, check out the following blogs:

Tuesday, June 12, 2007

Saturday, June 09, 2007
New ASP.NET AJAX Control Toolkit Released (Release 10606)
An updated version of the ASP.NET AJAX Control Toolkit has been released.
Key improvements in this release include:
- About 125 bug fixes
- Designer support for the TabContainer
- Support for ASP.NET Validators
- Extended event support for better interaction with client-side Toolkit components
- Automated Page Method callback generation
- Script combining - for faster load times
- Dynamic context support for components doing callbacks
- Accessibility fixes
- Built-in animation support for toolkit controls built on top of PopupBehavior
There are no new controls in this release.
Blog references on this release:
- Scott Guthrie
- Shawn Burke - includes screenshots of new features
- Delay - describes in greater detail the fixes and improvements in this release.
- Kirti
- Garbin - describes the new TooltipText property and accessibility fix in Slider extender
Books on ASP.NET AJAX:

Tuesday, May 22, 2007
Microsoft ASP.NET Futures (May 2007) Release Available
The Microsoft ASP.NET Futures May 2007 Futures release is available for download. Here's the description from Microsoft:
The Microsoft ASP.NET Futures May 2007 (“Futures”) release contains an early developer preview of features providing a wide range of new functionality for both ASP.NET and Silverlight. The Futures release includes early experimental versions of features currently being considered for future versions of ASP.NET and the .NET Framework. The Futures releases assume prior knowledge of the core features of ASP.NET including the previous ASP.NET AJAX Futures January CTP.
Features in this release include ASP.NET Silverlight server controls, new functionality for ASP.NET AJAX Extensions, dynamic data controls, enhancements to dynamic languages, and more.
Blogs describing this release:

Tuesday, May 01, 2007