473,385 Members | 1,925 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

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_address.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 1560
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*********************@news20.bellglobal.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_address.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*********************@news20.bellglobal.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_address.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*********************@news20.bellglobal.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*********************@news20.bellglobal.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_address.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
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...
12
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...
149
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? --...
4
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...
16
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...
131
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...
10
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...
52
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...
35
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....
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
0
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,...
0
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...

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.