Tag Archives: WebDAV

Mobile Free (Partial Solution – Calendar Edition)

The holy grail is to have a computer at home, a computer at work and a computer (or a phone) in your pocket. Those things have calendars and contacts and email on them. You might use them at different times, … Continue reading

Posted in Mac OS X, WebDAV | Tagged , , , | Leave a comment

More WebDAV Tips, Tricks and Bugs

My WebDAV with ASP.NET post has proved to be very popular and gets me emails, so I figured I’d share some more tidbits that I’ve picked up along the way. What do you learn when you write your own server … Continue reading

Posted in Code, WebDAV | Tagged | 14 Comments

Custom WebDAV Server Using .NET

As I discussed in a previous post "ASP.NET Web Application without ASPX Extension", I’ve been working on a custom WebDAV server for a client. The initial proof-of-concept was just to see if we could get some .NET code that would … Continue reading

Posted in .NET, Code, WebDAV | Tagged | 89 Comments

ASP.NET Web Application Without .ASPX Extension

The Problem Ok, let’s say you want to create an application in ASP.NET. That application should be able to execute .NET code regardless of the path that is requested. You don’t want to map the .NET execution to a specific … Continue reading

Posted in .NET, Code, WebDAV | Tagged , | 21 Comments