I'm VPNed into the office which has a SQL Server. I'm running IIS 7 on my local machine (at home) to serve an asp.net 2.0 web application. If I put localhost as the my db server, aspx pages load fine (but no db connectivity since I'm not running SQL Server). If I point to the remote server, my app never loads. Even pages that don't require db connectivity!
This project works fine when I'm at the office.
Any ideas?
Thanks