473,779 Members | 2,053 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Doesn't really seem like .NET problem, but still... need your insight

Tat
Hello,

I have a weird show stopper here.

I created a Windows application (.NET 1.1). My dev. machine is not hooked up
to the Internet, neither it has firewall.

I installed the app on a different machine with Internet connection and
Norton Security Family Edition 2001.

Whenever I start the application, my Firewall prompts me with message that
my application tries to access the Internet (port 80, some_site_addre ss.com,
IP X.X.X.X). I didn't post the url and the ip because of considerations that
I don't want to put it in the public news groups. It happens only before the
main menu shows, then I block

The program does not access the Internet at all. no code, and no need to
begin with.

I checked that url and the company my program is "trying to access" and they
do SSL and some security stuff and they look very reputable.

I realize that it might be not really a .NET issue. But if somebody could
recommend in which direction to dig, I will really appreciate it.

Thanks a lot and happy coding.

Tat
Jul 21 '05 #1
4 1590
Hi Tat,

Does your app use any third party controls? Off the top of my head that is
the only thing I can think of. A way to possibly narrow this down is put
some message boxes in the app to try to determine where the app tries to hit
the internet. Also, you might want to try creating an extremely basic app,
like a blank form, no code, no controls. See if that sets off Norton. If
it does, maybe there is some compatibility problem there. Could be the
combination or Norton, your OS, and the patches/service packs you have
applied. But if the simple app works then we can narrow it down to whatever
is in your real app. Good luck! Ken.

--
Ken Dopierala Jr.
For great ASP.Net web hosting try:
http://www.webhost4life.com/default.asp?refid=Spinlight
If you sign up under me and need help, email me.

"Tat" <th************ **************@ hotmail.com> wrote in message
news:Dd******** *************@n ews20.bellgloba l.com...
Hello,

I have a weird show stopper here.

I created a Windows application (.NET 1.1). My dev. machine is not hooked up to the Internet, neither it has firewall.

I installed the app on a different machine with Internet connection and
Norton Security Family Edition 2001.

Whenever I start the application, my Firewall prompts me with message that
my application tries to access the Internet (port 80, some_site_addre ss.com, IP X.X.X.X). I didn't post the url and the ip because of considerations that I don't want to put it in the public news groups. It happens only before the main menu shows, then I block

The program does not access the Internet at all. no code, and no need to
begin with.

I checked that url and the company my program is "trying to access" and they do SSL and some security stuff and they look very reputable.

I realize that it might be not really a .NET issue. But if somebody could
recommend in which direction to dig, I will really appreciate it.

Thanks a lot and happy coding.

Tat

Jul 21 '05 #2
Tat
Thanks Ken,

Yes, I actually started suspecting a third-party control. I compiled the
version of app with license key removed from the code. What I have now is
one version consistently does it later at a certain point in the
application, the other - right before it starts.

Now, the control is from very reputable company. I used their products for
year and now I am with .NET version of it. I realize there could still be a
problem.

But I wonder if you can tell me please... why is it trying to access a
particular url? This is something I don't get. I just don't understand why
it got to be that particular web site; and why it would access Internet to
begin with, if it's as you (probably correctly) said that's third-party
control.

I am going to stick the message boxes with the number of the line of the
code everywhere.

Thank you very much again.

Tat
"Tat" <th************ **************@ hotmail.com> wrote in message
news:Dd******** *************@n ews20.bellgloba l.com...
Hello,

I have a weird show stopper here.

I created a Windows application (.NET 1.1). My dev. machine is not hooked up to the Internet, neither it has firewall.

I installed the app on a different machine with Internet connection and
Norton Security Family Edition 2001.

Whenever I start the application, my Firewall prompts me with message that
my application tries to access the Internet (port 80, some_site_addre ss.com, IP X.X.X.X). I didn't post the url and the ip because of considerations that I don't want to put it in the public news groups. It happens only before the main menu shows, then I block

The program does not access the Internet at all. no code, and no need to
begin with.

I checked that url and the company my program is "trying to access" and they do SSL and some security stuff and they look very reputable.

I realize that it might be not really a .NET issue. But if somebody could
recommend in which direction to dig, I will really appreciate it.

Thanks a lot and happy coding.

Tat

Jul 21 '05 #3
Hi Tat,

If it is the 3rd party control then there could be a lot of reasons. They
might be tracking how many times their control is used for each license by
IP address (for either statistics or to catch piracy), or if the control
uses data that changes it could be checking for updates, and etc.

To see what it is doing you can give this software a spin:
http://www.gjpsoft.com/UltraNetSniffer/ It comes with a 14 day free trial.
You'll want to shut down Norton and then fire this up and watch port 80 when
you run your program. That will show you the request it is making and what
information it is sending to this site. Note that if the site it is going
to is https: instead of http: then the data would be encrypted and you won't
get to see much.

If you can confirm that it is the 3rd party control then you might want to
contact the vendor, tell them about the Norton problem, and see if they can
give you a work around. Good luck! Ken.

--
Ken Dopierala Jr.
For great ASP.Net web hosting try:
http://www.webhost4life.com/default.asp?refid=Spinlight
If you sign up under me and need help, email me.

"Tat" <th************ **************@ hotmail.com> wrote in message
news:Ou******** *************@n ews20.bellgloba l.com...
Thanks Ken,

Yes, I actually started suspecting a third-party control. I compiled the
version of app with license key removed from the code. What I have now is
one version consistently does it later at a certain point in the
application, the other - right before it starts.

Now, the control is from very reputable company. I used their products for
year and now I am with .NET version of it. I realize there could still be a problem.

But I wonder if you can tell me please... why is it trying to access a
particular url? This is something I don't get. I just don't understand why
it got to be that particular web site; and why it would access Internet to
begin with, if it's as you (probably correctly) said that's third-party
control.

I am going to stick the message boxes with the number of the line of the
code everywhere.

Thank you very much again.

Tat
"Tat" <th************ **************@ hotmail.com> wrote in message
news:Dd******** *************@n ews20.bellgloba l.com...
Hello,

I have a weird show stopper here.

I created a Windows application (.NET 1.1). My dev. machine is not hooked
up
to the Internet, neither it has firewall.

I installed the app on a different machine with Internet connection and
Norton Security Family Edition 2001.

Whenever I start the application, my Firewall prompts me with message

that my application tries to access the Internet (port 80,

some_site_addre ss.com,
IP X.X.X.X). I didn't post the url and the ip because of considerations

that
I don't want to put it in the public news groups. It happens only before

the
main menu shows, then I block

The program does not access the Internet at all. no code, and no need to
begin with.

I checked that url and the company my program is "trying to access" and

they
do SSL and some security stuff and they look very reputable.

I realize that it might be not really a .NET issue. But if somebody could recommend in which direction to dig, I will really appreciate it.

Thanks a lot and happy coding.

Tat


Jul 21 '05 #4
Tat
Hi Ken,
Thanks a lot.
I am 100% positive it's a third-party control as I created exact version of
application with the only difference that it doesn't use or references that
control.
Lo and behold! No problem.
It is http, not https.
I contacted them and I am waiting for their answer. It's a reputable
company, and I paid big bucks for that control. The users of my program
wouldn't like the program's behavior for sure. I don't see why I have to go
through them checking me if I already paid for control; I have a valid
license.
Such a headache.
Thanks again that you helped me to dig in the right direction.
Happy coding,
Tat
Jul 21 '05 #5

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

Similar topics

39
3335
by: Mark Johnson | last post by:
It doesn't seem possible. But would the following also seem a violation of the general notions behind css? You have a DIV, say asociated with class, 'topdiv'. Inside of that you have an anchor (and whatever it contains), associated with class, 'a'. Somewhere else in, 'topdiv', there is a span or element (containing whatever), associated with class, 'b'.
12
5378
by: Rhino | last post by:
I am having an odd problem: the sqlj command on my system doesn't work. I am running DB2 (LUW) V8 (FP8) on WinXP. I haven't done an sqlj program since Version 6 of DB2 (LUW) so I checked the manuals for the proper techniques to prepare an sqlj program. When I went to try the sqlj command, I got this: Exception in thread "main" java.lang.NoClassDefFoundError: sqlj/tools/Sqlj
149
25211
by: Christopher Benson-Manica | last post by:
(Followups set to comp.std.c. Apologies if the crosspost is unwelcome.) strchr() is to strrchr() as strstr() is to strrstr(), but strrstr() isn't part of the standard. Why not? -- Christopher Benson-Manica | I *should* know what I'm talking about - if I ataru(at)cyberspace.org | don't, I need to know. Flames welcome.
4
253
by: Tat | last post by:
Hello, I have a weird show stopper here. I created a Windows application (.NET 1.1). My dev. machine is not hooked up to the Internet, neither it has firewall. I installed the app on a different machine with Internet connection and Norton Security Family Edition 2001.
16
4929
by: Dany | last post by:
Our web service was working fine until we installed .net Framework 1.1 service pack 1. Uninstalling SP1 is not an option because our largest customer says service packs marked as "critical" by Microsoft must be installed on their servers. Now german Umlaute (ä, ü, ö) and quotes are returned incorrectly in SOAP fault responses. This can be easily verified: Implement the following in a web service method (just raises a SOAPException with a...
131
6227
by: pemo | last post by:
Is C really portable? And, apologies, but this is possibly a little OT? In c.l.c we often see 'not portable' comments, but I wonder just how portable C apps really are. I don't write portable C code - *not only* because, in a 'C sense', I
10
1559
by: Stan R. | last post by:
Hi. I'm an old programmer whose been finally reading up on xml the past week. The concepts of xml, dtd, and xsl seem pretty straight forward to me. I understand that xsl (as xslt for transformations) can be used to transform xml data from an xml document into another document, as specified in the templates. One of the best examples I've seen by far is transforming a given xml doc into html. But where I seem to be getting stuck in the...
52
3791
by: lovecreatesbeauty | last post by:
Why the C standard committee doesn't provide a standard implementation including the C compiler and library when the language standard document is published? C works on the abstract model of low level machine. C stands for portability and platform and machine independent. If the C compiler and C standard library are written in C itself, is it possible that one "standard" C compiler plus library is enough? The standard implementation is...
35
3056
by: mwelsh1118 | last post by:
Why doesn't C# allow incremental compilation like Java? Specifically, in Java I can compile single .java files in isolation. The resulting individual .class files can be grouped into .jar files. In C#, there appears to be no analog. I have to compile all my .cs files into a single .dll. This has serious drawbacks in terms of compilation. With Eclipse, I change a file and only that file is re-compiled. With Visual Studio, I
0
9632
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
10302
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
10136
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
9925
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
8958
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
7478
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
5372
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
4036
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
3
2867
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.