Click to See Complete Forum and Search --> : IIS Does not run asp pages anymore
Please,
I'm with a very big trouble. I uninstalled IIS 5 in a wind xp machine and it was working just fine, then, when i installed it again, it never ran asp pages again. Even the page localstart.asp when you type http://localhost does not appear in the browser (i.e 6), instead, an error message like the one shown below appears:
"Server Application Error
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."
Note: i have the option to show friendly http error messages not selected.
When you try to access an html file, it works normal, but you can't access an asp page. When you select an asp file em try to open it with the option "open with" from the right mouse button, the code of the asp will appear in the browser.
I don't have any ideia of what went wrong and i'm looking for some help.
Please, if anyone could help me,
Thanks since now.
phpnovice
05-12-2005, 10:31 PM
Open IIS
Open the Web Sites folder
Right click your web folder and select Properties
Click the Home Directory tab
Under Application Settings:
What do you have for Execute Permissions?
What do you have for Application Protection?
Click the Configuration... button
Under the Mappings tab:
What do you have for the .asp extension?
Under the Options tab:
What do you have for the Default ASP language?
Under the Debugging tab:
What do you have selected under Script Error Messages?
Open IIS
Open the Web Sites folder
Right click your web folder and select Properties
Click the Home Directory tab
Under Application Settings:
What do you have for Execute Permissions?
R: I have scripts only
What do you have for Application Protection?
Click the Configuration... button
Under the Mappings tab:
What do you have for the .asp extension?
Under the Options tab:
What do you have for the Default ASP language?
Under the Debugging tab:
What do you have selected under Script Error Messages?
Open IIS
Open the Web Sites folder
Right click your web folder and select Properties
Click the Home Directory tab
Under Application Settings:
What do you have for Execute Permissions?
R: I have scripts only
What do you have for Application Protection?
R:media(pool)
Click the Configuration... button
Under the Mappings tab:
What do you have for the .asp extension?
R: C:\Windows\system32\inetsrv\asp.dll GET HEAD POST TRACE
Under the Options tab:
What do you have for the Default ASP language?
R: VBScript
Under the Debugging tab:
What do you have selected under Script Error Messages?
R: Show detailed error messages
Thank you for answering
Open IIS
Open the Web Sites folder
Right click your web folder and select Properties
Click the Home Directory tab
Under Application Settings:
What do you have for Execute Permissions?
R: I have scripts only
What do you have for Application Protection?
R:media(pool)
Click the Configuration... button
Under the Mappings tab:
What do you have for the .asp extension?
R: C:\Windows\system32\inetsrv\asp.dll GET HEAD POST TRACE
Under the Options tab:
What do you have for the Default ASP language?
R: VBScript
Under the Debugging tab:
What do you have selected under Script Error Messages?
R: Show detailed error messages
Thank you for answering
phpnovice
05-13-2005, 09:49 AM
Those seem to look OK. Possibly, the problem has to do with the .NET Framework. After re-installing IIS, I believe you also have to re-install the .NET Framework. Also, where you're having trouble with getting ASP to execute, did you re-create this web folder using the IIS wizard after re-installing IIS?
Hi,
I'm having trouble to execute asp everywhere, no i didn't re-created the web folder after reinstalling IIS, the problem is that even the localstart located in the wwwroot folder does not appears in the browser. As you said, i do think this has something to do with the .net framework. I had iis installed and running, then i installed visual studio 2003, it was working ok. One day, i needed to uninstall visual studio. after some months when i had to install it again, it became to show some problems when you were trying to start a new web service application. The error message said that i wasn't using asp.net 1.1.
I talked to some people about this problem, and they said that it was related to the iis. And then trying to solve this problem, after some tries without success i've decided to unistall IIS, and now i got everything screwed up.
But anyway, thank you form answering, i have been looking in many foruns and i have found many people with the same problem and nobody was able to work a solution out.
Regards.
have you looked in the event log like the error suggested?
phpnovice
05-13-2005, 01:40 PM
The error message said that i wasn't using asp.net 1.1.
So re-install the .NET Framework.