asp.net app not running

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am attempting to run and ASP.NET application. When I click the start
arrow, my entire system locks up and I can't do anything else; I need to
reboot my machine. I ran the aspnet_regiis -i command, and ASP.NET is not
showing up in the user accounts either. I am running XP Pro with IIS
installed. Any help would be appreciated.

Thanks,
Dave
 
- Does this happen with all projects?
- Can you run the project from another machine?
 
I am attempting to run and ASP.NET application. When I click the
start arrow, my entire system locks up and I can't do anything else; I
need to reboot my machine. I ran the aspnet_regiis -i command, and
ASP.NET is not showing up in the user accounts either. I am running
XP Pro with IIS installed. Any help would be appreciated.

Thanks,
Dave

When I updated my ZoneAlarm it stopped my machines from doing VS, so I have
to disable when I do work.
 
Yes, this does happen with all projects and the project can be ran on another
machine, so I know that it is the way that something is installed/configured.
 
What have you changed recently then? James is right suggesting Zone
Alarm. I also have to disable Norton AV Script blocking when carrying
out any file (System.io) based work.

Check your startup items (start > run > msconfig) Try taking them out
one by one, try your app in between.

Hope that helps! :)
 
I disabled ZoneAlarm and now my application runs. I thought that just
configuring ZA would be enough, but apparently not. Thanks for your help.

Dave
 
Back
Top