Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: cannot execute ASP (URGENT)


Message #1 by Hery <s_hery@e...> on Thu, 21 Mar 2002 09:40:38 +0700 (JAVT)
I had a similar problem on my XP Professional machine.  When I attempted to
execute any ASP page (even a simple "hello world"), I received the 500
Error.  I don't know what caused this, but a lot of work went into figuring
out these steps to get your Internet Services back:


1. Back up any ASP files that you need to keep.
2. Uninstall .NET Framework.
3. Uninstall Internet Information Services.
4. Delete the "InetPub" directory.
5. Reinstall Internet Information Services.
6. If desired, reinstall the .NET Framework (I'd test to ensure ASP is
working before this step)



=================================
Kyle M. Burns, MCSD, MCT
ECommerce Technology Manager
Centra Credit Union
kburns@c...

 

>> -----Original Message-----
>> From: Richard Method II [mailto:rmethod@e...]
>> Sent: Wednesday, March 20, 2002 9:52 PM
>> To: ASPX_Professional
>> Subject: [aspx_professional] Re: cannot execute ASP (URGENT)
>> 
>> 
>> I had this exact problem. For some reason, I don't receive the same 
>> error pages that I did before the install.
>> 
>> Some of the things that I found were:
>> 
>> 1.  Any includes that you have must be correct. If not, 
>> you'll receive 
>> this error
>> 2.  Any sql statements that have errors in them will also 
>> product this 
>> error.
>> 
>>  Basically, it just makes it harder to find any errors. To be safe 
>> though, do a simple Response.Write ("Testing") to make sure 
>> your .dll 
>> file is ok.
>> 
>> Richard M.
>> 
>> 
>> Hery wrote:
>> 
>> >Hi...
>> >
>> >After I installed .NET Framework in my server, i cannot 
>> execute my classic
>> >ASP application. When i execute the file, i got 500 
>> internal server error.
>> >How to solve this problem ?
>> >
>> >thank you
>> >
>> >HERY
>> >
>> >
>> >
>> 
>> 
>> 
>> 

  Return to Index