473,750 Members | 2,186 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Page being blocked

I recently posted my first .aspx effort and am getting calls from users
saying the page is being blocked and they can't view it. They got a hyperlink
in an e-mail (see below). Most have been successful but the failure rate is
way too high.

It's a simple 1-page survey with some RadiobuttonList s, a few server
Textboxes, and a submit button.

Some have fixed the blocking by lowering their IE security level, disabling
their spam/adware/whatever software, pasting the address into their browser
instead of clicking the link, switching from Mozilla to IE, and some are
still dead in the water.

Since I'm new at this, and since the failure rate is very high, I must be
doing something wrong. I've tested on IE, Firefox and Netscape (PC & Mac)
with no problems, so why are so many users getting blocked?

I'd appreciate any advice.

http://www.planesoftware.com/surveys/grooming/s1.aspx

Jul 21 '05 #1
8 2213
Jay Vinton <Ja*******@disc ussions.microso ft.com> wrote:
I recently posted my first .aspx effort and am getting calls from users
saying the page is being blocked and they can't view it. They got a hyperlink
in an e-mail (see below). Most have been successful but the failure rate is
way too high.

It's a simple 1-page survey with some RadiobuttonList s, a few server
Textboxes, and a submit button.

Some have fixed the blocking by lowering their IE security level, disabling
their spam/adware/whatever software, pasting the address into their browser
instead of clicking the link, switching from Mozilla to IE, and some are
still dead in the water.

Since I'm new at this, and since the failure rate is very high, I must be
doing something wrong. I've tested on IE, Firefox and Netscape (PC & Mac)
with no problems, so why are so many users getting blocked?

I'd appreciate any advice.

http://www.planesoftware.com/surveys/grooming/s1.aspx


When you say it's being blocked, what *exactly* are the symptoms? Have
you managed to reproduce it anywhere and see it for yourself?

--
Jon Skeet - <sk***@pobox.co m>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Jul 21 '05 #2
Jay,

Not any problem at all.

Some people like it to block words as survey was the only thing I could
think about.

Cor
Jul 21 '05 #3
> When you say it's being blocked, what *exactly* are the symptoms? Have
you managed to reproduce it anywhere and see it for yourself?


I haven't seen the error myself. It works as expected for us. One person
sent a screenshot and the caption of the dialog (it appears to be the normal
File Open dialog) was

Choose program to open blocked::http://planesoft...

Another user sent a reply, which included the the original message, and I
found this in the body of their response

<BLOCKED::htt p://www.planesoftwa re.com/surveys/grooming/s1.aspx>

Thanks for your help.

Jul 21 '05 #4
Jay Vinton <Ja*******@disc ussions.microso ft.com> wrote:
When you say it's being blocked, what *exactly* are the symptoms? Have
you managed to reproduce it anywhere and see it for yourself?


I haven't seen the error myself. It works as expected for us. One person
sent a screenshot and the caption of the dialog (it appears to be the normal
File Open dialog) was

Choose program to open blocked::http://planesoft...

Another user sent a reply, which included the the original message, and I
found this in the body of their response

<BLOCKED::htt p://www.planesoftwa re.com/surveys/grooming/s1.aspx>


Do you know whether they have a content filtering web proxy at all? I
can't see anything that would get a page blocked normally, but you
never know...

--
Jon Skeet - <sk***@pobox.co m>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Jul 21 '05 #5
> Do you know whether they have a content filtering web proxy at all? I
can't see anything that would get a page blocked normally, but you
never know...


I 'm pretty sure nobody is using a proxy. Our customers aren't very
sophisticated with computers so I doubt the ones having a problem have been
tweaking their security settings.

I'd like to know what is inserting <Blocked:: > into their e-mail and why it
is happening only to this .NET page and not the other response forms on the
website, which are made with FrontPage/ASP.

Maybe the problem people are all running the same version of Norton or
something else that we don't have here for testing.

Thanks for your good ideas.

Jay
Jul 21 '05 #6
Jay Vinton <Ja*******@disc ussions.microso ft.com> wrote:
Do you know whether they have a content filtering web proxy at all? I
can't see anything that would get a page blocked normally, but you
never know...


I 'm pretty sure nobody is using a proxy. Our customers aren't very
sophisticated with computers so I doubt the ones having a problem have been
tweaking their security settings.

I'd like to know what is inserting <Blocked:: > into their e-mail and why it
is happening only to this .NET page and not the other response forms on the
website, which are made with FrontPage/ASP.

Maybe the problem people are all running the same version of Norton or
something else that we don't have here for testing.

Thanks for your good ideas.


Another thing you could try if you think it's something to do with .NET
is to take the exact HTML generated normally (eg with IE) and put that
into a static HTML page - then see whether they can see the HTML page.

--
Jon Skeet - <sk***@pobox.co m>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Jul 21 '05 #7
On Sun, 5 Jun 2005 00:08:02 -0700, "Jay Vinton"
<Ja*******@disc ussions.microso ft.com> wrote:
I recently posted my first .aspx effort and am getting calls from users
saying the page is being blocked and they can't view it. They got a hyperlink
in an e-mail (see below). Most have been successful but the failure rate is
way too high.

It's a simple 1-page survey with some RadiobuttonList s, a few server
Textboxes, and a submit button.

Some have fixed the blocking by lowering their IE security level, disabling
their spam/adware/whatever software, pasting the address into their browser
instead of clicking the link, switching from Mozilla to IE, and some are
still dead in the water.

Since I'm new at this, and since the failure rate is very high, I must be
doing something wrong. I've tested on IE, Firefox and Netscape (PC & Mac)
with no problems, so why are so many users getting blocked?

I'd appreciate any advice.

http://www.planesoftware.com/surveys/grooming/s1.aspx

Works fine on Opera 7.54.

rossum
The ultimate truth is that there is no ultimate truth
Jul 21 '05 #8
> <BLOCKED::htt p ...

Problem solved. I sent the .aspx link to my dummy account on Comcast and it
was blocked by their e-mail. Works fine from Outlook.

According to Comcast tech support, any link that points to a page that
requires user input will be blocked. Given the number of complaints we
received about this, I assume Comcast is not the only ISP doing this.

Their solution is to send a link to a static HTML page and let the user
select the page with the input form from there. I suppose e-mailing a link to
a page that redirects to the input form will also work.

Jay
Jul 21 '05 #9

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

Similar topics

7
2515
by: jonathan | last post by:
I installed service pack 2. Sometimes I saw a link that link to: <a href="javascript:popChatWin(0)"> Sometimes I use javascript to redirect website. Service pack 2 block that. Sometimes the javascript is not blocked. Sometimes it is. When is it blocked and when not? Does javascript always blocked under service pack 2?
17
3849
by: laurenq uantrell | last post by:
In master.dbo.sysprocesses I can filter for blocked users (Blocked >0) and I can create a self join(ON SPID = Blocked) to see what user Loginame is causing the block. In the column I can see the command that the offending blocker is running to cause the block, but it only says "SELECT" etc. with no details about the stored procedure that is causing the block. If I am running a Trace, I can see the exact stored procedures including the...
10
8063
by: pmelanso | last post by:
Hello, How can I tell if there is a page to go back to in the history or not??? Same with forward??? say something like/// if (there is a page to go back to ) { // DO something }else { }
4
4938
by: Dr. J | last post by:
How to terminate a blocked thread? In my form's "load" I launch a TCP listening thread that stays in an infinite loop waiting for incoming TCP packets. In this form's "closing" I try to terminate this thread by calling the "Abort" funcion. But the thread does not terminate and after the form is closed this thread keeps running at blocked state. Basically the application keeps running because this thread does not terminate while...
3
3582
by: Boniek | last post by:
Hi My main thread is waiting for data from database ( opened Sqlconnection etc) and my Main Form is also blocked. I have a ProgressBar on Status Bar which show to a user how percent data is loaded. I use ThreadTimer and Thread but I can't do anything because when a thread (or ThreadTimer) go to the line ProgressBar.PefromStep() then it stop on that line. I think it's work like that because the Main Thread (and main Form) is sleeping....
9
319
by: Jay Vinton | last post by:
I recently posted my first .aspx effort and am getting calls from users saying the page is being blocked and they can't view it. They got a hyperlink in an e-mail (see below). Most have been successful but the failure rate is way too high. It's a simple 1-page survey with some RadiobuttonLists, a few server Textboxes, and a submit button. Some have fixed the blocking by lowering their IE security level, disabling their...
3
9470
by: Advo | last post by:
is there any reason why i can view a page at work (which is on our server) yet when i view it online from the domain name (some pages are hosted, some are running off our server) i get the message: "Redirection limit for this URL exceeded. Unable to load the requested page. This may be caused by cookies that are blocked."
11
2324
by: frizzle | last post by:
Hi there, I need a function to prevent a page from being loaded too often too fast. So say, one is only allowed to refresh a single page 5 times in 10 seconds, or 10 times in 5 seconds (or whatever ... ). If the load frequency exceeds that, the site calls exit(); And a message is displayed. Just like Expression Engine does ... This way i want to protect the DB from being queried rediculously
3
7086
by: perrog | last post by:
Hi! What is the expected behaviour when you send an XmlHttpRequest just before the page is about to unload? I'm sending a XmlHttpRequest on an onClick event, and I can inspect that the request is sent and responded in the network traffic, but my onReadyStateChange handler is notified with an error. It took me some time to deduce what the real problem was, and I think my browser begins to tear down the XmlHttpRequest when the page is
0
8999
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
8836
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
9575
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
9394
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
6080
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
4712
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...
0
4885
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2798
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2223
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.