No, you don't have to make any changes to QuickApp to deploy to IIS.
Simply publish your project and deploy it like you would any asp.net project. All the changes needed to support IIS are included out of the box.
Extracting from the site you linked these steps will get you running:
- Step 1: Publish to a File Folder
- Step 2: Copy Files to Preferred IIS Location
- Step 3: Create Application in IIS
- Step 4: Load Your App!
Regards,
Eben Monney
No, you don't have to make any changes to QuickApp to deploy to IIS.
Simply publish your project and deploy it like you would any asp.net project. All the changes needed to support IIS are included out of the box.
Extracting from the site you linked these steps will get you running:
- Step 1: Publish to a File Folder
- Step 2: Copy Files to Preferred IIS Location
- Step 3: Create Application in IIS
- Step 4: Load Your App!
Regards,
Eben Monney
Ingo has reacted to this post.