I can't figure out myself how to set this up. I need a bunch of permanent virtual paths that map to a download file in a file repository. E.g. I want the URL http://domain.com/Documents/Document1 point to http://domain.com/default.aspx?tabid=149&EntryId=1231&Command=Core_Download&Method=attachment I enabled the static file handler (with what extension though?) and added a wildcard mapping to iis. What would be my next steps? Obviously I can't add a virtual path to the tab as I have quite a lot of permantent links, all mapping to same tab. So I went adding rules manually in the ResourceLocationtable: <resourceLocationItem virtual-path="http://dnn.tmf-ev.de/dokumente/dmxdatei" url="/default.aspx?tabid=149&EntryId=1231&Command=Core_Download&Method=attachment"/> Still I only get a 404 when going to my link. Any idea what's happening there? |