I've been working on a new Webapp in the Studio that works nicely there but when I attempted to fire it up with LocalHost it errors out. The URL that I'm trying to run is

but the Event Viewer says it's trying to run FreightTracker171

Application: FreightTracker171Session: N/A
From: N/A
Session failed to initialize: Fatal error occurred during child process initialization: Login unsuccessful [Microsoft][SQL Server Native Client 11.0][SQL Server]Login failed for user 'NT AUTHORITY\SYSTEM'.
VDF Error#: 12293 in line: 22583.


MSG_ERROR_REPORT (433) - oWebAppError (4) - at address 5538
[start] - at address 22583

I'm sure this has to do with my environment rather than something with the product. FreightTracker171 is a valid virtual directory & Webapp on my dev box but Global.asa and all of the .wso's for the new Webapp have FreightTracker181 as the app name and I created it using the Server Administrator so all should work. What am I missing?