Browse by Tags
All Tags »
C# »
ASP.NET (
RSS)
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...
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...
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...
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...
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...
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...
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,...
More Posts