Understanding ASP.NET Configuration: Best Practices and Tips
Understanding ASP.NET Configuration: Best Practices and Tips
Table of Contents
- Introduction
- Registration
- Using Advanced Installer
- GUI
- Working with Projects
- Installer Project
* Product Information
* Resources
* Package Definition
* Requirements
* User Interface
* System Changes
* Server
* Internet Information Services Page”)
* IIS Server
* Global Settings
* Website Settings
* Physical Path Credentials Dialog
* Web Site Bindings/SSL Settings
* Virtual Directory Settings
* ASP.NET Settings
* Access Flags
* Authentication
* Default Document
* Website Performance
* FTP Access
* FastCGI Settings
* ISAPI Filters
* MIME Types
* Application Mapping
* HTTP Response Headers
* Machine Key
* HTTP Error Handling
* .NET Error Handling
* Custom Properties
* Application Pools
* Web Deploy Packages
* Legacy Options
* IIS Browse
* ODBC
* SQL Databases
* SharePoint Page
* Silverlight Page
* Custom Behavior - Patch Project
- Merge Module Project
- Updates Configuration Project
- Windows Store App Project
- Modification Package Project
- Optional Package Project
- Windows Mobile CAB Projects
- Visual Studio Extension Project
- Software Installer Wizards - Advanced Installer
- Visual Studio integration
- Alternative to AdminStudio/Wise
- Replace Wise
- Migrating from Visual Studio Installer
- Keyboard Shortcuts
- Shell Integration
- Command Line
- Advanced Installer PowerShell Automation Interfaces
- Features and Functionality
- Tutorials
- Samples
- How-tos
- FAQs
- Windows Installer
- Deployment Technologies
- IT Pro
- MSIX
- Video Tutorials
- Advanced Installer Blog
- Table of Contents
Disclaimer: This post includes affiliate links
If you click on a link and make a purchase, I may receive a commission at no extra cost to you.
ASP.NET Settings
.NET Registration
When multiple .NET Framework versions are executing side-by-side on a single computer, the ASP.NET ISAPI version mapped to an ASP.NET application determines which common language run-time (CLR) version is used for the application. The ASP.NET IIS Registration Tool (Aspnet_regiis.exe) is used by Advanced Installer to easily update the script maps for an ASP.NET application to point to the ASP.NET ISAPI version that you configure.
ASP.NET Version
Configure the version of ASP.NET that your web application is using.
- no ASP.NET registration is made; - 2.0.50727 - register your application with .NET 2.0, 3.0 or 3.5;
- 4.0.30319 - register your application with .NET 4.0;
Prefer 64-bit version (if available)
On 64-bit systems, if both a 32-bit and a 64-bit version of the same .NET Framework are found, register with the 64-bit version.
Use this version for all child web applications
Installs the script map that points to the ASP.NET ISAPI version you configure to all ASP.NET applications at the specified application root path and its subdirectories.
Restart W3SVC after ASP.NET registration
Triggers a restart of the World Wide Web Publishing Service after installing or updating ASP.NET script maps. When you use this option, all application pools are_recycled_.
For IIS 7 or newer, the ASP.NET version to be used by your web application must be set in the configuration of the application pool to which it belongs .
Identity
Use ASP.NET impersonation when you want to run your ASP.NET application under a security context different from the default security context for ASP.NET application.
Not specified
This default option assures every ASP.NET impersonation option is inherited from the server.
Do not use impersonation
Disables ASP.NET impersonation.
Impersonate authenticated user
With this impersonation option, your ASP.NET application will run under the security context of the user authenticated by IIS .
Impersonate user
Choosing this impersonation option will run the application under an arbitrary account with whatever security context was set up for that account. This is a Formatted Type field and it can be edited using Smart Edit Control .
Use predefined password - Specify a predefined hard coded password.
Use a property to set password - Reference a property for the password. Use the [… ] button to select an existing property or to create a new one.
ASP Behavior
Use this section to manage ASP (Classic) configuration settings.
Enable Parent Paths
This option allows you to use “..” in calls to functions such as MapPath by allowing paths relative to the current directory to use the ..\ notation. Enabling this option may be a security risk because an include path can access critical or confidential files outside the root directory of the application.
Did you find this page useful?
Please give it a rating:
Thanks!
Report a problem on this page
Information is incorrect or missing
Information is unclear or confusing
Something else
Can you tell us what’s wrong?
Send message
Also read:
- [New] 2024 Approved Capture High-Quality Video Using MacBook's Webcam
- [New] Becoming a Bull or Bear Best Stock Vids on YouTube
- [New] Community-Shared Music Collections (Copyright-Free)
- [New] From Audio to Action MP3-to-YouTube Conversion Journey
- Beseitigung Von Fehlerwarnungen Beim Einrichten Einer Exklusiven Sperre Auf EFI-Systempartition (ESP) Durch Den Backup-Prozess in Windows
- Best Artificial Intelligence Tools for Efficient Data Restoration
- Comando Essencial ESXCLI Para Gestão Eficaz De Virtual Machines Em VMWare CLI
- Cómo Expandir Datos De Disco Mediante Clonación Entre Discos Diferentes en Sistemas Operativos Windows
- Comprehensive Repair Guide: How To Get Your 'Beyond The Wire' Mic Working Again
- DIY Solutions for HP Laptop Webcam Problems When Using Windows 11
- Experience Tailored Content with Our Cookiebot Integration Technology
- Guida Rapida Alla Recupero E Riparazione Di Cartelle Scomparse Su PC Windows 10 O 11
- Guida Rapida: Due Tecniche Rapide per Ripristinare L'EFI Eliminato Su Windows Nativi Nel Tuo Computer!
- How to Recover Seagate External Hard Drive Data That Won't Appear: A Step-by-Step Guide
- How to Watch Hulu Outside US On Apple iPhone SE (2020) | Dr.fone
- In 2024, Expedite Your Content With Smart Title Tools
- The Magnificent Art of Pokemon Go Streaming On Lava Blaze 2 5G? | Dr.fone
- USB上のデータ損失回避!? 簡単な手順で復元する自由許可ソフト
- Windows 版本相容性指南:USB 快閃記憶體移動式系統備份技術
- Title: Understanding ASP.NET Configuration: Best Practices and Tips
- Author: Daniel
- Created at : 2024-10-10 20:49:54
- Updated at : 2024-10-17 03:08:25
- Link: https://fox-pages.techidaily.com/understanding-aspnet-configuration-best-practices-and-tips/
- License: This work is licensed under CC BY-NC-SA 4.0.