IIS / ASP.NET freezing computer

G

Guest

Hello,

I am having a problem where my computer is freezing when I run a ASP.net
project. It freezes in the debugger, or if I try to run it as localhost. I
cannot even access the windows Taskbar, or anything. I have to power off my
computer.

It is a brand new machine, XP Pro, VS.NET 2003.

Other Notes:
- I can access my pages from another machine, and it doesn't freeze.
- Debugging / running windows forms isn't a problem.
- I repaired my VS.NET installation as well, and still had the same problem.

Please help.

Thanks in advance.

Steven
 
G

gaidar

Hi, Steven,

I think the only solution is to reinstall Windows from the scratch. After
installation don't forget to apply all updates from
windowsupdate.microsoft.com.

Gaidar
 
J

Joaquin Corchero

Are you trying to access a database?

I had a very similar problem months ago, the problem was that the sql was
wrong, and I wasn't closing the connections whith the dispose.
 
G

Guest

Yes I am. I am trying to conver from a mySQL database to a SQL Server.

However it is freezing before anything is opened.

I reinstall of IIS help for the frist time, but froze again on the following
day.

Steve
 
A

Alvin Bruney [ASP.NET MVP]

how about running without the debugger attached? ctrl+F5 - does it freeze
then?

--
Regards,
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
_________________________
 
G

Guest

Yes, its freezes every second time. No matter what I do.

Please help!

Alvin Bruney said:
how about running without the debugger attached? ctrl+F5 - does it freeze
then?

--
Regards,
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
_________________________


Steven K said:
Yes I am. I am trying to conver from a mySQL database to a SQL Server.

However it is freezing before anything is opened.

I reinstall of IIS help for the frist time, but froze again on the
following
day.

Steve
 
A

Alvin Bruney [ASP.NET MVP]

you'll need to re-install your software

--
Regards,
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
_________________________


Steven K said:
Yes, its freezes every second time. No matter what I do.

Please help!

Alvin Bruney said:
how about running without the debugger attached? ctrl+F5 - does it freeze
then?

--
Regards,
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
_________________________


Steven K said:
Yes I am. I am trying to conver from a mySQL database to a SQL Server.

However it is freezing before anything is opened.

I reinstall of IIS help for the frist time, but froze again on the
following
day.

Steve

:

Are you trying to access a database?

I had a very similar problem months ago, the problem was that the sql
was
wrong, and I wasn't closing the connections whith the dispose.


Hi, Steven,

I think the only solution is to reinstall Windows from the scratch.
After
installation don't forget to apply all updates from
windowsupdate.microsoft.com.

Gaidar

Hello,

I am having a problem where my computer is freezing when I run a
ASP.net
project. It freezes in the debugger, or if I try to run it as
localhost.
I
cannot even access the windows Taskbar, or anything. I have to
power
off
my
computer.

It is a brand new machine, XP Pro, VS.NET 2003.

Other Notes:
- I can access my pages from another machine, and it doesn't
freeze.
- Debugging / running windows forms isn't a problem.
- I repaired my VS.NET installation as well, and still had the same
problem.

Please help.

Thanks in advance.

Steven
 

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

Top