system hangs when running aspx page

  • Thread starter Thread starter Kris
  • Start date Start date
K

Kris

Hi,

I cannot run any ASPX page on my computer.
When I create a page in VS2003 and try to run it,
my system always locks up?
Something with the ASPNET user account?

Your help is appreciated.

regards,
Kris
 
What appears in the event log? What code is running when it locks up?
 
Hi Ken,

have been checking the event log, but nothing shows about the error.

Code is very, very simple.
Pushing a button changes the forecolor of a label, no more than that.

Thx.
Kris
 
Hi Kris,

If it locks up your whole system without writing anything to the event
that's pretty bad. Make sure there's nothing wrong in your web.config.


Beyond that, you probably need to contact Microsoft Support. They have
diagnostic tools that would get to the bottom of it. Don't forget that you
get free support incidents with VS.NET. If its due to a bug or a
setup/configuration issue they usually won't count it against you.

Ken
Microsoft MVP [ASP.NET]
 
Zone Alarm will cause this problem, so will some AV apps.
James
 
James,

Thank you! Shutting down ZoneAlarm did the trick!
Thanks again.

Kris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top