AjaxUploader 5.0 License Installation ===================================== Localhost development - You do not need a license file for localhost, 127.0.0.1, or ::1. - This makes the demo package and local development easier to run. Production or staging installation 1. Purchase or obtain your AjaxUploader 5.0 license file named ajaxuploader5.lic. 2. Copy the file into one of these supported locations: - the application root folder - bin\ajaxuploader5.lic - licenses\ajaxuploader5.lic - App_Data\ajaxuploader5.lic 3. Restart the application pool or recycle the site. 4. Browse a page that uses AjaxUploader and confirm the purchase reminder is gone. Custom license path - If you do not want to use one of the default locations, set the path in code before the first upload request: AjaxUploader.AjaxUploaderConfig.LicenseFile = Server.MapPath("~/App_Data/ajaxuploader5.lic"); - Use a real file system path when setting AjaxUploaderConfig.LicenseFile. - Do not use a virtual path such as ~/App_Data/ajaxuploader5.lic directly in config unless you resolve it first. Troubleshooting - If the site still shows the purchase reminder, confirm the file name is exactly ajaxuploader5.lic. - Make sure the application pool identity can read the file. - Make sure the license matches AjaxUploader 5.0. - Recycle the application pool after changing DLLs or license files. - If you deploy to multiple sites, install the license file into each application's folder structure.