Active Server Pages Programming (ASP)/Unable to run ASP Page on Windows XP
Expert: Srini Nagarajan - 8/16/2007
QuestionHi Srini,
I have a Pc installed with Windows XP and Configured with IIS. I have created an Alias web site and given the path of the ASP files. When I am trying to open the files giving the path
http://localhost/aliasname/.asp file its giving an "encounted server error, please check event log".
Please kindly help me out with the solution to run my asp pages on my pc.
Awaiting for a reply.
AnswerHi
Can you check the permission on IIS and also do the following
1. Click Start > Settings > Control Panel > Administrative Tools > Event Viewer.
2. Look in the system log for an error. The log entry will contain an Event ID number that you can use to determine the source of the problem.
3. After you find the Event ID, search Microsoft's knowledge base for "Event ID xx" where xx is the event ID number from the Event Viewer:
http://support.microsoft.com/default.aspx?scid=fh;EN-US;KBHOWTO
-Srini