473,654 Members | 3,289 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Norton Internet Security blocks some of my ASP.NET pages

Hello,

Norton Internet Security blocks some of my ASP.NET pages. The pages are
very 'normal' pages though. There is no 'dangerous' code in it or
something like that. Also, the page is not in a pop-up. Most of my pages
work just fine, but when I navigate to a specific page, it won't open. I
don't get an exception or a warning, the page just won't finish loading.
When I disable Norton Internet Security, it works fine again.

Also when I set the page as the start-page of my ASP.NET project, the
page just won't load.

Does anyone know what can cause this problem?

Greetings,
Chris.

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 18 '05 #1
5 1990
you just said it... Norton.
Sounds like the DESKTOP version of Nortom has issues when trying to run in a
SERVER type environment.
Disable script blocking and just leave it like that.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Chris Zoper" <te***********@ 12move.nl> wrote in message
news:ey******** *****@TK2MSFTNG P15.phx.gbl...
Hello,

Norton Internet Security blocks some of my ASP.NET pages. The pages are
very 'normal' pages though. There is no 'dangerous' code in it or
something like that. Also, the page is not in a pop-up. Most of my pages
work just fine, but when I navigate to a specific page, it won't open. I
don't get an exception or a warning, the page just won't finish loading.
When I disable Norton Internet Security, it works fine again.

Also when I set the page as the start-page of my ASP.NET project, the
page just won't load.

Does anyone know what can cause this problem?

Greetings,
Chris.

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Nov 18 '05 #2
You shoulnd't rely on UrlReferrer anyways..but yes, Norton will strip it
out.

Zone Alarm doesn't play nice with forms authentication (it'll block the
cookie, but not other ones).

Anyways, such behaviour is pretty common with software firewalls and there's
typically little that can be done (short of shutting it off)

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/
"Rich G" <Ri***@discussi ons.microsoft.c om> wrote in message
news:B7******** *************** ***********@mic rosoft.com...
We were getting similar issues from users who were using Norton Internet
Security or Zone Alarm.

In our case, we had to quit using the HttpRequest.Url Referrer property in
our pages. Norton and ZoneAlarm strip that out of the Request header so it is not available and you cannot rely on it in your code.

"Chris Zoper" wrote:
Hello,

Norton Internet Security blocks some of my ASP.NET pages. The pages are
very 'normal' pages though. There is no 'dangerous' code in it or
something like that. Also, the page is not in a pop-up. Most of my pages
work just fine, but when I navigate to a specific page, it won't open. I
don't get an exception or a warning, the page just won't finish loading.
When I disable Norton Internet Security, it works fine again.

Also when I set the page as the start-page of my ASP.NET project, the
page just won't load.

Does anyone know what can cause this problem?

Greetings,
Chris.

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Nov 18 '05 #3
Just an observation: Norton is arguably the best anti-virus software on the
market (at least it is the most popular), and it sucks, in a word.
Considering how important and costly Internet security is, you would think
SOMEBODY out ther would author a non-invasive anti-virus software package.
My guess is, whoever can do so will own the market.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living

"Karl" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net> wrote in
message news:Oa******** ******@TK2MSFTN GP12.phx.gbl...
You shoulnd't rely on UrlReferrer anyways..but yes, Norton will strip it
out.

Zone Alarm doesn't play nice with forms authentication (it'll block the
cookie, but not other ones).

Anyways, such behaviour is pretty common with software firewalls and there's typically little that can be done (short of shutting it off)

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/
"Rich G" <Ri***@discussi ons.microsoft.c om> wrote in message
news:B7******** *************** ***********@mic rosoft.com...
We were getting similar issues from users who were using Norton Internet
Security or Zone Alarm.

In our case, we had to quit using the HttpRequest.Url Referrer property in our pages. Norton and ZoneAlarm strip that out of the Request header so

it
is not available and you cannot rely on it in your code.

"Chris Zoper" wrote:
Hello,

Norton Internet Security blocks some of my ASP.NET pages. The pages are very 'normal' pages though. There is no 'dangerous' code in it or
something like that. Also, the page is not in a pop-up. Most of my pages work just fine, but when I navigate to a specific page, it won't open. I don't get an exception or a warning, the page just won't finish loading. When I disable Norton Internet Security, it works fine again.

Also when I set the page as the start-page of my ASP.NET project, the
page just won't load.

Does anyone know what can cause this problem?

Greetings,
Chris.

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!


Nov 18 '05 #4
Is that a business proposition ;)

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/
"Kevin Spencer" <ks******@takem pis.com> wrote in message
news:OS******** ******@TK2MSFTN GP12.phx.gbl...
Just an observation: Norton is arguably the best anti-virus software on the market (at least it is the most popular), and it sucks, in a word.
Considering how important and costly Internet security is, you would think
SOMEBODY out ther would author a non-invasive anti-virus software package.
My guess is, whoever can do so will own the market.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living

"Karl" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net> wrote in
message news:Oa******** ******@TK2MSFTN GP12.phx.gbl...
You shoulnd't rely on UrlReferrer anyways..but yes, Norton will strip it
out.

Zone Alarm doesn't play nice with forms authentication (it'll block the
cookie, but not other ones).

Anyways, such behaviour is pretty common with software firewalls and there's
typically little that can be done (short of shutting it off)

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/
"Rich G" <Ri***@discussi ons.microsoft.c om> wrote in message
news:B7******** *************** ***********@mic rosoft.com...
We were getting similar issues from users who were using Norton Internet Security or Zone Alarm.

In our case, we had to quit using the HttpRequest.Url Referrer property in our pages. Norton and ZoneAlarm strip that out of the Request header so
it
is not available and you cannot rely on it in your code.

"Chris Zoper" wrote:

> Hello,
>
> Norton Internet Security blocks some of my ASP.NET pages. The pages are > very 'normal' pages though. There is no 'dangerous' code in it or
> something like that. Also, the page is not in a pop-up. Most of my pages > work just fine, but when I navigate to a specific page, it won't
open. I > don't get an exception or a warning, the page just won't finish loading. > When I disable Norton Internet Security, it works fine again.
>
> Also when I set the page as the start-page of my ASP.NET project,

the > page just won't load.
>
> Does anyone know what can cause this problem?
>
> Greetings,
> Chris.
>
>
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!
>



Nov 18 '05 #5
On Thu, 09 Sep 2004 08:02:51 -0700, Chris Zoper
<te***********@ 12move.nl> wrote:
Norton Internet Security blocks some of my ASP.NET pages. The pages are
very 'normal' pages though. There is no 'dangerous' code in it or
something like that. Also, the page is not in a pop-up. Most of my pages
work just fine, but when I navigate to a specific page, it won't open.


We had a similar problem with NIS and our ASP.Net application.
Specifically on our General Manager's XP Pro laptop, which he uses for
product demos with the application installed locally, if NIS is
enabled, then just a _couple_ of the dynamic images (ie *.ASPX pages
outputting dynamic image/png charts) fail to load - red X in browser,
nothing logged anywhere, no exception thrown in our code. That is, two
out of about 30 of these pages (all using the same base class and
output mechanism) are blocked/broken when NIS is enabled.

I don't know if this relates to your experience at all with your
ASP.Net (presumably text/html) pages, but it is only the _largest_ two
of our dynamic charts (heights of about 7000 pixels and 20000 pixels
respectively - displayed in a scrolling DIV) which this issue happens
with, and ONLY when the app is locally hosted (ie the same build of
the code works perfectly when accessed from his laptop over our
intranet or over the net), and not reported by any of our cllients in
any of their "normal" server->client use. Perhaps NIS blocks or has
some overflow when scanning really large locally-sourced (ie
"outgoing") streams, or ones that are generated more slowly, or
something mysterious like that?

As you've described, simply disabling NIS and refreshing the page
makes it work normally, and re-enabling it and refreshing again repros
the problem 100% repeatably (but always only on the same
pages/images).

Aside from the above I can't offer any explanation at all as to why
just two pages out of our entire app would be affected by NIS (and
also why it seems only a problem with local/loopback use of the
ASP.Net app with NIS, not when the same laptop accesses the same
application on a server). We ended up simply taking the advice of
Symantec and Microsoft that NIS and IIS just don't get on (IIS is for
servers, NIS is for workstations), and our GM is now using NAV
together with the XPSP2 firewall and no problems at all.

ted.h.
--
Ted Harper (Sydney, Australia)
Nov 18 '05 #6

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

Similar topics

6
3964
by: Dave | last post by:
Hello, all! I'm having a small problem displaying an ordinary GIF file on my web site. It's just a banner with a transparent background. When I have Norton Internet Security disabled, it displays fine. When I enable Internet Security, the GIF disappears when I refresh the page - it doesn't even show an image placeholder. (Test was run with IE and Netscape). And you know what? I keep hitting refresh with Internet Security disabled, and...
1
1522
by: Al Christoph | last post by:
I'm running VB2003 on a new Dell Laptop where Dell in its infinite wisdom put on Norton Internet Security. UGH! Maybe I should have paid business rather than home prices:-) At any rate with Internet Security turned on, when I debug my console application, VB 2003 hangs and the program never gets to the first line. When I run the program stand alone - Norton says that the program is attempting to connect to a DNS server. SAY WHAT?...
11
1793
by: TC | last post by:
Hello All, I have recently had the pleasure of installing Norton Internet Security 2005 and finding that I can no longer create or open a web-based application in Visual Studio .Net. The IDE just freezes. I tried fiddling with the configuration settings of the Norton Firewall but was not successful. I tried launching IIS from the Control Panel and it would not launch. I saw one article in Groups.Google from a previous post that the...
2
1877
by: Sven | last post by:
I'm certainly not the first to write about this subject, but I came across it after buying a new PC with NIS on it and it messed up my site without telling or yelling. I solved it by this statement in the <head></head> <script src=http://www.mydomain.com/norton.js></script> and the script at http://www.mydomain.com/norton.js contains the follwing code: function undonorton(){ infected=false;
6
2282
by: clemke | last post by:
Hello All Is it possible for Norton Internet Security 2003 to strip out references to images from the html before it gets to the browser? Here is an example: On the Web Server The HTML File Looks Like This: <a href="01.htm"><img src="th01.jpg" hspace=0 vspace=0 border=0 width=120 height=90></a>
10
1779
by: Ammar | last post by:
Hi! I am running IIS 5 on windowsXP proffesional with norton internet security proffesional 2004. I have been trying to make an ASP.NET page that sends a report as an e mail to the webmaster of the site when a user subscribes in the site. The page runs well, but the e mail is never delivered! After long hours of search i found that turning norton Internet securty off solves the whole probelm! But then of course, i dont want to run my IIS...
6
1442
by: Mark Rae | last post by:
Hi, Is anyone else experiencing a problem with VS.NET 2003 & Norton Internet Security 2005, specifically when debugging? More and more often when I'm debugging an ASPX page, the code breaks on the following JavaScript function: function SymOnLoad() {
11
13394
by: Doug van Vianen | last post by:
Hi, I often like to include some JavaScript coding in my web pages to make them more interesting. Unfortunately, even when this coding is as simple as a check to see what the display width is in pixels so that pictures on the page can be adjusted to better fit the display, Internet Explorer detects the coding and blocks it. Of course the user can click on the message displayed above the web page to allow "the active component" but many...
0
1297
by: Innycool | last post by:
Save 25% on Norton Internet Security Automatic security updates Advanced phishing detection Two-way firewall blocks hackers Windows security holes shielded Public wireless network protection
0
8290
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
8708
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...
1
8489
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8594
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...
1
6161
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
5622
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4294
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2716
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
1
1916
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.