I would solve this using a command line script that hits the url, and one of TeamCity's command line runners.
The question is tagged asp.net so I assume you're on Windows. Put this Get-WebFile script in a Powershell Build Runner. Then call Get-WebFile "http://yourwebapp.net/" at the bottom.