Wimdows.NET

Wim's .NET blog

Browse by Tags

All Tags » C# » ASP.NET (RSS)
ASP.NET 1.1 server control for <link> - enabling relative URL paths using tilde "~"
Here's a simple - but useful Link webcontrol class that supports the "~" tilde syntax for relative paths for the href attribute of the <link> element. [DefaultProperty("Text"),ToolboxData("<{0}:Link runat=server Href=\"\" Rel=\"Stylesheet\" Type...
Posted: Apr 27 2006, 11:56 AM by Wim | with 9 comment(s)
Filed under: , ,
Public available data - FREE screenscraping or pay for API
Been working on a semi-commercial pet project of mine, for which I need a data feed. A decent enough subset of this data feed is publicly available from this content provider's main website. However, the full dataset (though I won't need all that) is...
Posted: Jan 23 2006, 08:42 PM by Wim | with 2 comment(s)
Filed under: ,
Possible Bug : HttpPost and class name conflicts
A colleague and friend of mine run into some very odd web service behaviour on ASP.NET 1.1. Anyone who can shed some light on this, please leave a comment. I have pasted his exact text describing the problem below. -- Included below is a minimal web-service...
Posted: Oct 02 2005, 11:33 PM by Wim | with 26 comment(s)
Filed under: ,
Xml Serialization and the XmlArray and XmlArrayItem control attributes
We all know -or should know- that when using XML Serialization either over SOAP or manually, we can control the serialized output with so called control attributes. Well known examples are the XmlElementAttribute and the XmlAttributeAttribute. I think...
Posted: Aug 12 2004, 09:10 PM by Wim | with 7 comment(s)
Filed under: ,
ASP.NET Impersonation on Windows 2000 - update
A while ago, I posted about some problems I ran into when using ASP.NET code impersonation on a Windows 2000 Server (SP4). We even logged a Microsoft Support call for it. Anyway, as with most time consuming issues, it turned out there was a very simple...
Posted: Jul 12 2004, 11:45 AM by Wim | with 4 comment(s)
Filed under: ,
About the VS.NET Express beta products
Having watched Scott Guthrie's presentation at TechEd in Amsterdam last week about the VS.NET 2005 roadmap, and after having toyed around with some of the Express products, I do have to make some comments - and where better to vent them than a blog? First...
Posted: Jul 06 2004, 01:54 PM by Wim | with 1 comment(s)
Filed under: ,
ASP.NET Code Impersonation - problems with W2K
We have a Windows Server 2000 (SP4) as web server and are trying to upload documents to a NAS using code impersonation, following the sample as can be found at: http://support.microsoft.com/default.aspx?scid=kb;EN-US;306158 . ACL's are correctly set,...
Posted: Jun 11 2004, 04:33 PM by Wim | with 9 comment(s)
Filed under: ,
More Posts