aspx stops working after the 1.1 framework is installed

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

Guest

Access to my aspx pages stopped working on my development machine. I tried
everything I know to get it to work such as re-registering iis with
aspnet_regiis -i -enable with no luck. So I bit the bullet and uninstalled
VS2003 and IIS from my XP SP2 machine. I reinstalled IIS and the aspx's ran,
I then installed the 1.1 framework and they stopped working. I even tried
installing the service pack with no luck. When I try to run an aspx page I
hear a bell with no message on the screen. I see disk activity and the
inetinfo.exe process is running at 99% in task manager. Has anyone
encountered this problem and know how to fix it? At this point my ASP.Net
development is stopped.
 
A bit more info on what is occuring, I put the site into a high isolated
pool, when I run the aspx page a new aspnet_wp.exe is started and then dies.
The browser continues to wave the flag. How can I see the exception that is
being thrown?
 
Back
Top