after installing in a windows environment i am getting server errors and the setup.asp page does not load. i am sure i set the initial settings correctly what may be the problem?
looks like its a common error not running ASP files. the error message is "The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance." and it happens on all asp files
i have done this and it does not help. the porblem seemd to be with iis not with the browser as i have tried it with netscrape and firefox with the same result. i cannot get any asp file to work.
Look like your host is serving you up a custom 500 error page (still don't understand why any host would do that); you'll need to get in contact with them in order to find out the exact error.
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.”
after installing in a windows environment i am getting server errors and the setup.asp page does not load. i am sure i set the initial settings correctly what may be the problem?
Knowing the windows environment version and IIS version would help narrow the error down. As well as additional details from the event log.
#Software: Microsoft Internet Information Services 5.1 #Version: 1.0 #Date: 2007-04-24 21:37:42 #Fields: time c-ip cs-method cs-uri-stem sc-status 21:37:42 127.0.0.1 GET /Default.asp 500
Will the server successfully process a request for an HTML page? Try connecting to a non-ASP page... like TEST.HTM that includes NO server processing. Any luck? If server presents this page, change file name to TEST.ASP. Again, with no server-side processing required. Can you successfully connect now? If no success, this isn't so much of an ASP issue as it is an IIS issue, right?