473,771 Members | 2,365 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

VS.NET freezes computer on browser preview?

I've created a new ASP.NET application. When I preview my aspx webpage in
VS.NET 2003, it will freeze my machine. Not every time. Sometimes on the
first preview, sometimes on the forth. Any programs I have open can't be
closed. The only thing responsive is the mouse. I have to turn of my
computer.

Using WinXP Pro. Any idea what may be causing this?

Thanks,
Brett

Nov 19 '05 #1
6 1386
"Brett" wrote:
I've created a new ASP.NET application. When I preview my aspx webpage in
VS.NET 2003, it will freeze my machine. Not every time. Sometimes on the
first preview, sometimes on the forth. Any programs I have open can't be
closed. The only thing responsive is the mouse. I have to turn of my
computer.

Using WinXP Pro. Any idea what may be causing this?

Thanks,
Brett

Nov 19 '05 #2
"Brett" wrote:
I've created a new ASP.NET application. When I preview my aspx webpage in
VS.NET 2003, it will freeze my machine. Not every time. Sometimes on the
first preview, sometimes on the forth. Any programs I have open can't be
closed. The only thing responsive is the mouse. I have to turn of my
computer.

Using WinXP Pro. Any idea what may be causing this?

Thanks,
Brett

Nov 19 '05 #3
"Brett" wrote:
I've created a new ASP.NET application. When I preview my aspx webpage in
VS.NET 2003, it will freeze my machine. Not every time. Sometimes on the
first preview, sometimes on the forth. Any programs I have open can't be
closed. The only thing responsive is the mouse. I have to turn of my
computer.

Using WinXP Pro. Any idea what may be causing this?

Thanks,
Brett

Nov 19 '05 #4
"Brett" wrote:
I've created a new ASP.NET application. When I preview my aspx webpage in
VS.NET 2003, it will freeze my machine. Not every time. Sometimes on the
first preview, sometimes on the forth. Any programs I have open can't be
closed. The only thing responsive is the mouse. I have to turn of my
computer.

Using WinXP Pro. Any idea what may be causing this?

Thanks,
Brett

Brett

I had the same problem and on a hunch, I disconnected my internet connection
and then quit my firewall and turned off my auto virus scan. The firewall
seemed to be the important one, though.

I am using ZoneAlarm and when I quit ZoneAlarm, I tried 'view in browser'
again and it worked.

You might want to try quitting your firewall or disabling it. Maybe it will
help.

Paul

Nov 19 '05 #5

"pmort" <pm***@discussi ons.microsoft.c om> wrote in message
news:69******** *************** ***********@mic rosoft.com...
"Brett" wrote:
I've created a new ASP.NET application. When I preview my aspx webpage
in
VS.NET 2003, it will freeze my machine. Not every time. Sometimes on
the
first preview, sometimes on the forth. Any programs I have open can't
be
closed. The only thing responsive is the mouse. I have to turn of my
computer.

Using WinXP Pro. Any idea what may be causing this?

Thanks,
Brett

Brett

I had the same problem and on a hunch, I disconnected my internet
connection
and then quit my firewall and turned off my auto virus scan. The firewall
seemed to be the important one, though.

I am using ZoneAlarm and when I quit ZoneAlarm, I tried 'view in browser'
again and it worked.

You might want to try quitting your firewall or disabling it. Maybe it
will
help.

Paul


Yes - when I shut down ZA and AVG, it works. I think it is ZA though.
There must be some setting for ZA to make it work. Thing is, at work, I
have ZA going with no problems.

Brett
Nov 19 '05 #6
Brett

I found a Zonealarm question somewhere else in this forum, and they were
saying that this is a known problem with Zonealarm 5 and 5.5 (not very well
publicized, is it?)

Their suggestion was to download Zonealarm 4.5, which I did and it works
fine along with VS.net. No freezing when I do a "display in browser" command.
Here is the link to get it:

http://download.zonelabs.com/bin/fre...45_594_000.exe

I hope this helps. Perhaps the version at work is not 5.0 or 5.5?

Paul

"Brett" wrote:

"pmort" <pm***@discussi ons.microsoft.c om> wrote in message
news:69******** *************** ***********@mic rosoft.com...
"Brett" wrote:
I've created a new ASP.NET application. When I preview my aspx webpage
in
VS.NET 2003, it will freeze my machine. Not every time. Sometimes on
the
first preview, sometimes on the forth. Any programs I have open can't
be
closed. The only thing responsive is the mouse. I have to turn of my
computer.

Using WinXP Pro. Any idea what may be causing this?

Thanks,
Brett

Brett

I had the same problem and on a hunch, I disconnected my internet
connection
and then quit my firewall and turned off my auto virus scan. The firewall
seemed to be the important one, though.

I am using ZoneAlarm and when I quit ZoneAlarm, I tried 'view in browser'
again and it worked.

You might want to try quitting your firewall or disabling it. Maybe it
will
help.

Paul


Yes - when I shut down ZA and AVG, it works. I think it is ZA though.
There must be some setting for ZA to make it work. Thing is, at work, I
have ZA going with no problems.

Brett

Nov 19 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1739
by: Enterprise | last post by:
Hi, I use Access 2000. FEBE design. Tables on server, and everything else on local machine. I have 1 table with a primary key ID field and a text field with names in it. This table is like a translator. I have a form that gets a text field from another table with numbers seperated by commas. The form translates this using the translator table and a module. So like 99,34,23, will be translated to bob,mary,tom,. Again, 99 34 and 23 are from...
0
885
by: hdev | last post by:
I have a new computer set-up with Visual Studio.Net 2003 on Win XP Pro SP1. I have a large project with ASP and C# which opens the first time, but after it is compiled, freezes on open. What appears to be happening is the JIT is getting stuck, and I have to use task manager to kill the two vs7jit.exe processes as well as aspnet_wp.exe running under user ASPNET. When I do this I get an opportunity to debug the...
0
974
by: Baiju | last post by:
Hello We have a web application which has a page to select value from three drop down lists. The first list box is populated when the page is loaded. The second one is loaded based on the selection of the first one after submitting the pageand so on.. The issue if I select a value in the first list box and try to change it in a second the browser freezes. Any help in this ? Thank you
4
1713
by: genojoe | last post by:
My development computer (1 gig, XP Home Edition SP2) freezes when I am editing a very large VB.NET project. It can take minutes to move between a code pane and the Find and Replace pane. On occasion, it freezes for one or more hours no matter what I do. I would go back to an earlier version of VS but I have already invested too much time incorporating features that only exist in VS 2005. I have installed the HotFix but it did not do...
13
2901
by: David W. Fenton | last post by:
I've been struggling the last two days with something I thought was very easy, which is to open a web page with a form on it and populate the form with data passed in a query string (either POST or GET). I got Application.FollowHyperlink *kind* of working, but was having problem with double encoding of some characters (I had to do special things with + signs in the data, as well as never figuring out why some data was getting...
8
8948
by: wpelgrum | last post by:
When I open a webpage with javascript my browser (both IE6 and FF2.0.0.3) freezes anywhere from seconds to more than a minute. During that period, the browser is frozen and windows (XP-SP2) is very poorly responsive. There is no significant CPU-load. When I disable javascript in FireFox, everything works smoothly again. I have uninstalled MS javascript and SUN javascript, however, javascript is still being executed (when enabled in...
2
2250
by: =?Utf-8?B?Ymxpbmd0b28=?= | last post by:
hi, my mouse freezes for a couple of seconds and the computer beeps once, this is happening frequently. the beep is coming from the computer not the speakers. i have tried different mice, same problem. i have cleaned the computer for dust etc, and had a look around, not that i know what im looking for. can someone please help as i have exams and its driving me insane. thanks to anyone who replies will be much appreciated
12
2098
by: =?Utf-8?B?QWxpIFNoYWh6YWQ=?= | last post by:
Hi, asp.net 2.0, ie6, opera 9.22 For various supportability reasons, we need to redirect a page to a url and require that the target url should open in an Opera browser. The call is simple Response.Redirect(url, true); It works fine if its all IE environment. but am wondering how can i specify
3
2020
by: codejason | last post by:
Hello, I am new to asp.net and web applications, but have reasonable experience in winforms. I have a webcontrol where I have 4 asp.net textbox controls. When I click on these textboxes (especially when I click on them successively) my browser will freeze occasionally and become non responsive for a second -> many seconds. I do not need to change the text to get it to freeze, nor does it always after clicking a prescribed number of...
0
9619
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9454
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10261
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10103
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9911
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8934
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7460
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5354
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4007
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.