Hi @PMario,
I followed the IIS setup guide on
tiddlywiki.com. Yes I used the MyApp subdirectory directions.
I am not using it to serve static files per say, but the way I display images/pdfs/etc... in my tiddlers is like this --> [img[./files/test.jpg]
I use tiddlywiki as a personal notebook and have a large directory of PDFs, Images, files etc. I use external links to display them from tiddlyiwki.
A sample tiddler is:
--------------------------
!TEST
//this is a test tiddler//
This is how you display an image in tiddlywiki
[img[./files/test.jpg]
--------------------------