I've created a simple ASP.Net app that accesses a SQL Server DB and runs a stored procedure.
when i run it locally on my PC it works fine how ever when i moved it to the clients web server it says "Server Application Unavailable"
one of the earlier prototypes did run, and i haven't changed any of the web servers setting, (can't say the same for the clients IT staff though they don't recall changing anything to do with it.).
now i'd be inclinded to think that i've messed up copy routine and corrupted smething except it report exactly the same error when i missspelt the web address which suggest that the problems with the server running Aspx's or finding them and as i can open internet aspx pages i'd say finding.
I'm running XP Pro SP2 the servers running Server '03 SP1
I'm new to ASP so haven't got a clue where to look for the problem