Hi Jeff,
Sorry, I didn't make myself clear.
I am developing the attendance taking system on my laptop. It will then be deployed on production server (server 2003). My development environment is as in previous post. As the attendance taking system (referred as 'the application') will be web based, I put it in localhost (IIS7) on my laptop and run it to simulate the real tasks.
When an user opens the page to take attendance, the page (client side) will beep on each entry to alert the user. The situation I face is, when I debug the application from SV2005, a virtual localhost will be created for it and the beep sound is there. When I run the application from http://localhost, there is no beep sound. All the other functionalities such as read from database, verify the attendees, write to database, etc. are running well. Just there's no beep sound where it supposed to have.
Thanks!