Hi Chris,
I have a Multi-Dll app running which is a mixture of web stuff and some older win apps with reports, functions etc.
All the usual rules apply to multi-dll except in your main web app (I think the one with the webserver proc) you need to list all your web procedures as external to this app. If you don't you will get a compiler error.
HTH's,
Kev