Setting up DSS with ASP.NET MVC Views to Render Content
Prerequisites:
- The Dynamic Site Server (DSS) instance must be installed. See Installing Ingeniux CMS 10.5–10.6 DSS Instances for details.
- Presentation views must be developed. See Developing MVC Solution by Example for details.
- The views must be added to your Visual Studio project. See Add Views to the Visual Studio Project for details.
- The content corresponding with your views must be published to the DSS. See Publish content to the DSS for details.
- Optional: To get a sense of how your views will render on the DSS before undergoing this setup, consider previewing the content with the corresponding views in the CMS Preview tab. To do this, the views must be configured for preview. See Configuring Preview for details.
To render content on the DSS using ASP.NET MVC views, set up your DSS project to include the necessary views and supporting files. By previewing the content in the Preview tab and publishing your content to the DSS in advance, you can confirm the rendered output aligns with your intended design and presentation. This approach allows you to validate your setup and make adjustments before the content goes live.
To set up the DSS with ASP.NET MVC:
Next Steps: After completing the steps above, verify that your staging DSS site displays content correctly by navigating to its URL in a browser.