IMPORTANT SETUP STEP
Before running, you must move the inetpub folder from this repository into your C:\ drive.
- Clone or download this repository (you will see an 
inetpubfolder here). - Copy (or cut) the 
inetpubfolder intoC:\inetpub.- Example (PowerShell):
# If you cloned to C:\Users\<name>\Projects\DataComm..., run: Copy-Item -Path "C:\Users\<name>\Projects\DataComm...\inetpub" -Destination "C:\inetpub" -Recurse
 
 - Example (PowerShell):
 - Open the solution in Visual Studio (inside 
Template[2024-2025]/…). - Build & Run normally (F5). The code expects its web files under 
C:\inetpub. 
If you do not place
inetpubunderC:\, the application will fail to find its web content.
.vscode/inetpub/Template[2024-2025]/(your VS solution and source code)HTTPProject 2025.pptx(slides)README.md(this file)
Nothing else is needed. Once inetpub is in C:\inetpub, your IIS or local webserver can serve from that path and the project will run.