We have a help topic on this. In VS.NET go to Help>>Index. This will bring up the MSDN help contents. Filter by Measurement Studio .NET Class Libraries. Then navigate to "Deploying Measurement Studio Applications>>Deploying Measurement Studio Web Applications". In that topic you will find all you need to know. In short, you do need to either deploy the license files (.lic files) to the bin dir of your app or use the App_Licenses.dll that should be generated for you inside your bin dir. The latter approach has been proven to exibit better performace because of faster .NET framework licensing calls.
Brock
Message Edited by breeve on 10-06-2006 09:11 AM