1. How can we verify that each client connects to its own URL-based database.
I assume that as soon as the client connects, your application reads the database to get the data used to render the page. In this case, you just need to put some unique data in each customer database, and then check if the correct data is displayed, preferably using an automation tool.
- how can we emulate different areas in the local system. like abc.com and xyz.com, everything goes to IIS dev machine.
[ Windows]\System32\drivers\etc\hosts , , , dev IIS . , dev IIS 192.168.0.44, - iisdev, :
192.168.0.44 iisdev.abc.com
192.168.0.44 iisdev.xyz.com
.