# Unlock Handlers Section - Step by Step (Tamil/English) ## Problem Error 500.19: "This configuration section cannot be used at this path. This happens when the section is locked at a parent level." ## Solution: Unlock Handlers Section ### Step 1: Open IIS Manager - Windows + R → type `inetmgr` → Enter ### Step 2: Select Server (Root Level) - Left side-ல் **top level** (உங்கள் computer name) click செய்யவும் - Example: "DESKTOP-3EUTNQH (DESKTO)" போன்றது ### Step 3: Open Feature Delegation - Main area-ல் **"Feature Delegation"** double-click செய்யவும் - (Management section-ல் இருக்கும்) ### Step 4: Find Handler Mappings - List-ல் scroll செய்து **"Handler Mappings"** find செய்யவும் ### Step 5: Unlock (Read/Write) - **"Handler Mappings"** select செய்யவும் - Right side **Actions** pane-ல் **"Read/Write"** button click செய்யவும் - (Default-ஆ "Read Only" இருக்கும், அதை "Read/Write" change செய்யவும்) ### Step 6: Also Unlock URL Rewrite (Optional but Recommended) - **"URL Authorization"** அல்லது **"URL Rewrite"** find செய்யவும் - அதையும் **"Read/Write"** set செய்யவும் ### Step 7: Restart IIS - Command Prompt (Admin) open: ```cmd iisreset ``` - அல்லது IIS Manager-ல் Application Pool-ஐ restart செய்யவும் ### Step 8: Test - Browser-ல் `http://localhost` refresh செய்யவும் ## Visual Guide: ``` IIS Manager ├── [Your Computer Name] ← Click here (ROOT LEVEL) └── Feature Delegation ← Double-click └── Handler Mappings ← Find this └── Actions Pane → "Read/Write" ← Click this button ``` ## Important Notes: - **Server level**-ல் unlock செய்யவும் (website level-ல் அல்ல) - **Feature Delegation**-ல் unlock செய்யவும் - **Handler Mappings**-க்கு **Read/Write** set செய்யவும் ## After Unlocking: 1. IIS restart: `iisreset` 2. Browser refresh: `http://localhost` 3. App work ஆக வேண்டும்!