I just switched from my old host to Godaddy, which seems like the worst web host without support.
I moved my asp website (written in classic asp) to a new windows hosting. but when I start the site, I get the following error
HTTP / 1.1 New Application Error
this site worked perfectly with my previous host.
below is what i have in the web.config file
<?xml version="1.0"?> <configuration> <system.webServer> <httpErrors errorMode="Detailed" /> <asp scriptErrorSentToBrowser="true"/> </system.webServer> <system.web> <customErrors mode="Off"/> <compilation debug="true"/> </system.web> </configuration>
can someone tell me why i get this error and how to fix it?
Any help would be appreciated.
source share