So first off let me say I know pretty much zero about programming. My company uses a access database to track customer information about their sites. Someone wrote an application in ASP 2.0 which worked well in IIS 6.0 but recently we installed a new SBS 2008 server with IIS 7.0. I have been unable to get the site to show up on the web at all. I get a 500 error which is useless in troubleshooting for me.
What I have tried is making sure the ASP app pool is running which it is. Tried to right click and convert to an application, didn't work. I can run a simple ASP page so I believe my problem is making the database connect to the ASP page. I have looked at the connection string and it looks like it has the right format and name of the server but still no love.
I would appreciate any advice or direction to take in resolving this issue for me and thank you in advance for your time and knowledge.