# Updated MVC DocumentViewer: Session-less and Improved Image Quality

> The ASP.NET MVC DocumentViewer 27.0.8.500 removes the InProc session state dependency, supporting session-less and SQL session state deployments. The update also improves page rendering quality to match the visual fidelity of the TX Text Control document editor and exported PDF output.

- **Author:** Bjoern Meyer
- **Published:** 2019-12-12
- **Modified:** 2026-03-05
- **Description:** The ASP.NET MVC DocumentViewer 27.0.8.500 removes the InProc session state dependency, supporting session-less and SQL session state deployments. The update also improves page rendering quality to match the visual fidelity of the TX Text Control document editor and exported PDF output.
- **2 min read** (252 words)
- **Tags:**
  - ASP.NET
  - Document Viewer
  - MVC
  - Release
- **Web URL:** https://www.textcontrol.com/blog/2019/12/12/updated-mvc-documentviewer-session-less-and-improved-image-quality/
- **LLMs URL:** https://www.textcontrol.com/blog/2019/12/12/updated-mvc-documentviewer-session-less-and-improved-image-quality/llms.txt
- **LLMs-Full URL:** https://www.textcontrol.com/blog/2019/12/12/updated-mvc-documentviewer-session-less-and-improved-image-quality/llms-full.txt

---

We just released a new version of the ASP.NET MVC DocumentViewer that can be used in combination with our product [TX Text Control .NET Server](https://www.textcontrol.com/product/tx-text-control-dotnet-server/). The DocumentViewer can be updated directly by updating the NuGet package (27.0.8.500):

[TXTextControl.Web.DocumentViewer](https://www.nuget.org/packages/TXTextControl.Web.DocumentViewer/)

What is new in this version?

Previous versions of the DocumentViewer require the server-side InProc session state to be enabled in ASP.NET MVC applications. The InProc session state mode stores data in memory in the application worker process. It is a fast method to store data, but more data means a higher memory footprint which affects performance.

We removed the requirement to store any data completely from the DocumentViewer which allows you to use the component in any MVC ASP.NET project now including session state SQL and session-less states.

Additionally, the image quality of document pages has been increased, so that rendered pages look exactly similar to the rendering in the TX Text Control document editor or exported documents such as Adobe PDF.

In the below screenshot you can see this updated DocumentViewer with the high quality page rendering.

![Improved image quality in DocumentViewer](https://s1-www.textcontrol.com/assets/dist/blog/2019/12/12/a/assets/documentviewer.webp "Improved image quality in DocumentViewer")

Test this on your own and use our tutorial to create your first MVC application with the DocumentViewer:

[Creating an ASP.NET MVC DocumentViewer Application With Razor](https://www.textcontrol.com/blog/2020/01/01/creating-an-aspnet-mvc-documentviewer-application-with-razor/llms-full.txt)

---

## About Bjoern Meyer

As CEO, Bjoern is the visionary behind our strategic direction and business development, bridging the gap between our customers and engineering teams. His deep passion for coding and web technologies drives the creation of innovative products. If you're at a tech conference, be sure to stop by our booth - you'll most likely meet Bjoern in person. With an advanced graduate degree (Dipl. Inf.) in Computer Science, specializing in AI, from the University of Bremen, Bjoern brings significant expertise to his role. In his spare time, Bjoern enjoys running, paragliding, mountain biking, and playing the piano.

- [LinkedIn](https://www.linkedin.com/in/bjoernmeyer/)
- [X](https://x.com/txbjoern)
- [GitHub](https://github.com/bjoerntx)

---

## Related Posts

- [Configuring ASP.NET and IIS for Larger Requests](https://www.textcontrol.com/blog/2019/12/20/documentviewer-configuring-aspnet-for-larger-requests/llms.txt)
- [High-Performance Text Replacement in Large DOCX Files using C# .NET](https://www.textcontrol.com/blog/2025/07/30/high-performance-text-replacement-in-large-docx-files-using-csharp-dotnet/llms.txt)
- [Document Viewer 33.2.1 Released: New Event and Bug Fixes](https://www.textcontrol.com/blog/2025/07/30/document-viewer-33-2-1-released-new-event-and-bug-fixes/llms.txt)
- [Document Viewer: Long Polling Support for Loading Documents](https://www.textcontrol.com/blog/2024/04/25/document-viewer-long-polling-support-for-loading-documents/llms.txt)
- [TX Text Control React Packages Released](https://www.textcontrol.com/blog/2024/02/29/tx-text-control-react-packages-released/llms.txt)
- [Document Viewer 31.3.1 Released](https://www.textcontrol.com/blog/2023/07/14/document-viewer-3111-released/llms.txt)
- [Document Viewer 31.2.3 Released: PDF.js and Bug Fixes](https://www.textcontrol.com/blog/2023/05/08/document-viewer-3123-released-pdfjs-web-component-and-regular-expressions/llms.txt)
- [Document Viewer 31.2.2 Final Released: PDF.js, Web Component and Regular Expressions](https://www.textcontrol.com/blog/2023/03/29/document-viewer-3122-final-released-pdfjs-web-component-and-regular-expressions/llms.txt)
- [Use PDF.js to Render PDF Documents within the Document Viewer](https://www.textcontrol.com/blog/2023/03/18/use-pdfjs-to-render-pdf-documents-within-the-document-viewer/llms.txt)
- [Document Viewer 31.2.2 RC1 Released with New Features](https://www.textcontrol.com/blog/2023/03/17/document-viewer-3122-rc1-released-with-new-features/llms.txt)
- [Document Viewer Update: DocumentViewer 31.1.1 Released](https://www.textcontrol.com/blog/2022/12/20/document-viewer-update-documentviewer-3111-released/llms.txt)
- [Merging Signature Annotations into Documents](https://www.textcontrol.com/blog/2022/10/19/merging-signature-annotations-into-documents/llms.txt)
- [MVC NuGet Packages for X18 Published](https://www.textcontrol.com/blog/2020/03/17/mvc-nuget-packages-for-x18-published/llms.txt)
- [DocumentViewer: New Two Page View Mode](https://www.textcontrol.com/blog/2020/01/02/documentviewer-new-two-page-view-mode/llms.txt)
- [Using Multiple Electronic Signatures on a Document](https://www.textcontrol.com/blog/2019/10/23/using-multiple-electronic-signatures/llms.txt)
- [MVC DocumentViewer Update: Printing, Resources and Mobile-Friendly Document Signing](https://www.textcontrol.com/blog/2019/10/18/mvc-documentviewer-update-printing-resources-mobile/llms.txt)
- [MVC DocumentViewer: Loading Documents](https://www.textcontrol.com/blog/2018/07/03/mvc-documentviewer-loading-documents/llms.txt)
- [Using the ASP.NET MVC DocumentViewer JavaScript API](https://www.textcontrol.com/blog/2017/04/28/using-the-aspnet-mvc-documentviewer-javascript-api/llms.txt)
- [HTML5 Based MVC DocumentViewer Public Beta Program Launched](https://www.textcontrol.com/blog/2017/04/26/html5-based-mvc-documentviewer-public-beta-program-launched/llms.txt)
- [TX Spell .NET 11.0 SP1 is Now Available: What's New in the Latest Version](https://www.textcontrol.com/blog/2026/04/08/tx-spell-net-11-0-sp1-is-now-available/llms.txt)
- [TX Text Control 34.0 SP2 is Now Available: What's New in the Latest Version](https://www.textcontrol.com/blog/2026/02/18/tx-text-control-34-0-sp2-is-now-available/llms.txt)
- [TX Text Control 34.0 SP1 is Now Available: What's New in the Latest Version](https://www.textcontrol.com/blog/2025/12/03/tx-text-control-34-0-sp1-is-now-available/llms.txt)
- [Introducing TX Text Control 34.0: Your Next Leap in Document Processing](https://www.textcontrol.com/blog/2025/11/10/introducing-tx-text-control-34-0-your-next-leap-in-document-processing/llms.txt)
- [PDF/UA vs. PDF/A-3a: Which Format Should You Use for Your Business Application?](https://www.textcontrol.com/blog/2025/10/24/pdf-ua-vs-pdf-a-3a-which-format-should-you-use-for-your-business-application/llms.txt)
- [Validating PDF/UA Documents in .NET C#](https://www.textcontrol.com/blog/2025/10/21/validating-pdf-ua-documents-in-dotnet-csharp/llms.txt)
