Has anyone worked with Persistent URLs (P.U.R.L) before, where the PURL resolution associates the PURL with the actual URL and returns that URL to the client?
I have a Web App that has been developed with VS.net 2003 using ASP.net,
VB.net, and Framework 1.1 which connects to a SQL DB. I want the user to be able generate a PURL to a document on our system, and supply that embedded PURL link to some third party client of ours, rather than sending them the actual file attachment.
Does anyone know how I would do this?
Thanks,