githubEdit

IIS Internet Information Services

File to check: web.config

Locations:

C:\inetpub\wwwroot\web.config

C:\Windows\Microsoft.NET\Framework64\v4.0.30319\config\web.config

Find database connection strings on the file

type C:\Windows\Microsoft.NET\Framework64\v4.0.30319\config\web.config | findstr connection.String

Last updated