473,473 Members | 1,959 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

IIS ASP.NET 2.0 Bug

Argh yourself. You are CLOSE to right. Debugging is something you do to
identify the problem SO YOU CAN FIX IT. I will obviously not be fixing IIS
even if I do figure it out. Yes, I obviously need to figure out a work
around, but my preferred solution woulld have been, "Oh, MS has identified
that bug and here is the fix". I am not looking forward to debugging a
platform I cannot see into and deals with multi-threading.

I did appreciate your help in telling me how to turn Casini off.

Chip

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:uJ*************@TK2MSFTNGP09.phx.gbl...
re:
Debugging would seem to be a little useless since, as I said, it runs
perfectly under Casini. The
problem is not with my code, but with the difference between IIS and
Casini.


Aargh!

The purpose, when you debug, is to identify problems.

If you debug the application under IIS,
you will identify what's causing the problems you say you have.

Isn't that what you want to do ? [ identify the problem(s)... ]

re:
I can't be the first and only person to notice a difference between the
two environments.


No, but you may very well be the first one to refuse to debug an
application
which apparently is having problems running uder IIS.

You can't pin down execution problems via osmosis.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
===================================
"Chip" <ch**@intradata.com> wrote in message
news:Oo**************@TK2MSFTNGP12.phx.gbl...
Debugging would seem to be a little useless since, as I said, it runs
perfectly under Casini. The
problem is not with my code, but with the difference between IIS and
Casini. It appears there is a
bug in IIS. I can't be the first and only person to notice a difference
between the two
environments.

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:eW**************@tk2msftngp13.phx.gbl...
Have you tried debugging the app under IIS ?

Post some of the code that's failing in IIS.
That's the only way we could possibly help you.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
===================================
"Chip" <ch**@intradata.com> wrote in message
news:us**************@TK2MSFTNGP14.phx.gbl...
I have a dual-threaded app that runs just as it's supposed to under
Casini. However, when I run
the exact same code undier IIS (ASP.NET 2.0) on the same machine, it is
totally unpredictable and
crashes the server. One would think my threading was the problem, but
like I said, runs perfectly
under Casini.

Any ideas?



Mar 23 '06 #1
11 1477
On Thu, 23 Mar 2006 08:33:57 -0800, Chip wrote:
Argh yourself. You are CLOSE to right. Debugging is something you do to
identify the problem SO YOU CAN FIX IT. I will obviously not be fixing IIS
even if I do figure it out. Yes, I obviously need to figure out a work
around, but my preferred solution woulld have been, "Oh, MS has identified
that bug and here is the fix". I am not looking forward to debugging a
platform I cannot see into and deals with multi-threading.


He wasn't asking you to debug IIS. He was asking you to debug your
application while it is running under IIS.

Your assumptions are likely wrong.
Mar 23 '06 #2
re:
You are CLOSE to right. Debugging is something you do to identify the problem SO YOU CAN FIX IT. I
will obviously not be fixing IIS even if I do figure it out.
I guess you won't fix your problem, then.

The idea, when debugging, even if you can't fix the problem by yourself,
is reporting what the debugger says the problem is.

Someone might have the necessary experience to know what to do.

But if you won't even debug your own application,
there's nothing anybody can do to help you further.

This may not be about "fixing IIS". Something else might be the problem.
Debugging your application might tell what the problem is.

In any case, at this point, you would be the one benefitting from the collective
knowledge that frequenters to this newsgroup have, but if you won't help
yourself, nobody can do it for you.

re: I did appreciate your help in telling me how to turn Casini off.
You're quite welcome.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
===================================
"Chip" <ch**@intradata.com> wrote in message news:O8**************@TK2MSFTNGP11.phx.gbl... Argh yourself. You are CLOSE to right. Debugging is something you do to identify the problem SO
YOU CAN FIX IT. I will obviously not be fixing IIS even if I do figure it out. Yes, I obviously
need to figure out a work around, but my preferred solution woulld have been, "Oh, MS has
identified that bug and here is the fix". I am not looking forward to debugging a platform I
cannot see into and deals with multi-threading.

I did appreciate your help in telling me how to turn Casini off.

Chip

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:uJ*************@TK2MSFTNGP09.phx.gbl...
re:
Debugging would seem to be a little useless since, as I said, it runs perfectly under Casini.
The
problem is not with my code, but with the difference between IIS and Casini.


Aargh!

The purpose, when you debug, is to identify problems.

If you debug the application under IIS,
you will identify what's causing the problems you say you have.

Isn't that what you want to do ? [ identify the problem(s)... ]

re:
I can't be the first and only person to notice a difference between the two environments.


No, but you may very well be the first one to refuse to debug an application
which apparently is having problems running uder IIS.

You can't pin down execution problems via osmosis.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
===================================
"Chip" <ch**@intradata.com> wrote in message news:Oo**************@TK2MSFTNGP12.phx.gbl...
Debugging would seem to be a little useless since, as I said, it runs perfectly under Casini.
The
problem is not with my code, but with the difference between IIS and Casini. It appears there is
a
bug in IIS. I can't be the first and only person to notice a difference between the two
environments.

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:eW**************@tk2msftngp13.phx.gbl...
Have you tried debugging the app under IIS ?

Post some of the code that's failing in IIS.
That's the only way we could possibly help you.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
===================================
"Chip" <ch**@intradata.com> wrote in message news:us**************@TK2MSFTNGP14.phx.gbl...
>I have a dual-threaded app that runs just as it's supposed to under Casini. However, when I run
>the exact same code undier IIS (ASP.NET 2.0) on the same machine, it is totally unpredictable
>and
>crashes the server. One would think my threading was the problem, but like I said, runs
>perfectly
>under Casini.
>
> Any ideas?



Mar 23 '06 #3
You really need to get down from that ivory tower. Do you think I'm just
sitting here waiting for the app to fix itself? I am taking the most
reasonable, logical, and efficient way to fixing this. I first identified
that the problem is with IIS and not my code. So I posted the issue to see
if there was any buzz on it or a work around that I need to know about AND
to alert others and MS about the problem.

Before I spend hours of my time to isolate which part of ISS is breaking,
just so I can give that info to MS and save them some time (and not even
necessarily figure out if there IS a work around), I would like to know if
there is a likely cause so I can concentrate my efforts in the right area.
"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
re:
You are CLOSE to right. Debugging is something you do to identify the
problem SO YOU CAN FIX IT. I will obviously not be fixing IIS even if I
do figure it out.


I guess you won't fix your problem, then.

The idea, when debugging, even if you can't fix the problem by yourself,
is reporting what the debugger says the problem is.

Someone might have the necessary experience to know what to do.

But if you won't even debug your own application,
there's nothing anybody can do to help you further.

This may not be about "fixing IIS". Something else might be the problem.
Debugging your application might tell what the problem is.

In any case, at this point, you would be the one benefitting from the
collective
knowledge that frequenters to this newsgroup have, but if you won't help
yourself, nobody can do it for you.

re:
I did appreciate your help in telling me how to turn Casini off.


You're quite welcome.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
===================================
"Chip" <ch**@intradata.com> wrote in message
news:O8**************@TK2MSFTNGP11.phx.gbl...
Argh yourself. You are CLOSE to right. Debugging is something you do to
identify the problem SO YOU CAN FIX IT. I will obviously not be fixing
IIS even if I do figure it out. Yes, I obviously need to figure out a
work around, but my preferred solution woulld have been, "Oh, MS has
identified that bug and here is the fix". I am not looking forward to
debugging a platform I cannot see into and deals with multi-threading.

I did appreciate your help in telling me how to turn Casini off.

Chip

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:uJ*************@TK2MSFTNGP09.phx.gbl...
re:
Debugging would seem to be a little useless since, as I said, it runs
perfectly under Casini. The
problem is not with my code, but with the difference between IIS and
Casini.

Aargh!

The purpose, when you debug, is to identify problems.

If you debug the application under IIS,
you will identify what's causing the problems you say you have.

Isn't that what you want to do ? [ identify the problem(s)... ]

re:
I can't be the first and only person to notice a difference between the
two environments.

No, but you may very well be the first one to refuse to debug an
application
which apparently is having problems running uder IIS.

You can't pin down execution problems via osmosis.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
===================================
"Chip" <ch**@intradata.com> wrote in message
news:Oo**************@TK2MSFTNGP12.phx.gbl...
Debugging would seem to be a little useless since, as I said, it runs
perfectly under Casini. The
problem is not with my code, but with the difference between IIS and
Casini. It appears there is a
bug in IIS. I can't be the first and only person to notice a difference
between the two
environments.

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:eW**************@tk2msftngp13.phx.gbl...
> Have you tried debugging the app under IIS ?
>
> Post some of the code that's failing in IIS.
> That's the only way we could possibly help you.
>
>
>
>
>
> Juan T. Llibre, asp.net MVP
> aspnetfaq.com : http://www.aspnetfaq.com/
> asp.net faq : http://asp.net.do/faq/
> foros de asp.net, en espaņol : http://asp.net.do/foros/
> ===================================
> "Chip" <ch**@intradata.com> wrote in message
> news:us**************@TK2MSFTNGP14.phx.gbl...
>>I have a dual-threaded app that runs just as it's supposed to under
>>Casini. However, when I run
>>the exact same code undier IIS (ASP.NET 2.0) on the same machine, it
>>is totally unpredictable and
>>crashes the server. One would think my threading was the problem, but
>>like I said, runs perfectly
>>under Casini.
>>
>> Any ideas?
>
>



Mar 23 '06 #4
re:
You really need to get down from that ivory tower.
That's the end of this conversation.

I'm sorry I took up your time.
Good luck in your future endeavors.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
===================================
"Chip" <ch**@intradata.com> wrote in message news:u4**************@TK2MSFTNGP09.phx.gbl... You really need to get down from that ivory tower. Do you think I'm just sitting here waiting for
the app to fix itself? I am taking the most reasonable, logical, and efficient way to fixing this.
I first identified that the problem is with IIS and not my code. So I posted the issue to see if
there was any buzz on it or a work around that I need to know about AND to alert others and MS
about the problem.

Before I spend hours of my time to isolate which part of ISS is breaking, just so I can give that
info to MS and save them some time (and not even necessarily figure out if there IS a work
around), I would like to know if there is a likely cause so I can concentrate my efforts in the
right area.
"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
re:
You are CLOSE to right. Debugging is something you do to identify the problem SO YOU CAN FIX IT.
I will obviously not be fixing IIS even if I do figure it out.


I guess you won't fix your problem, then.

The idea, when debugging, even if you can't fix the problem by yourself,
is reporting what the debugger says the problem is.

Someone might have the necessary experience to know what to do.

But if you won't even debug your own application,
there's nothing anybody can do to help you further.

This may not be about "fixing IIS". Something else might be the problem.
Debugging your application might tell what the problem is.

In any case, at this point, you would be the one benefitting from the collective
knowledge that frequenters to this newsgroup have, but if you won't help
yourself, nobody can do it for you.

re:
I did appreciate your help in telling me how to turn Casini off.


You're quite welcome.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
===================================
"Chip" <ch**@intradata.com> wrote in message news:O8**************@TK2MSFTNGP11.phx.gbl...
Argh yourself. You are CLOSE to right. Debugging is something you do to identify the problem SO
YOU CAN FIX IT. I will obviously not be fixing IIS even if I do figure it out. Yes, I obviously
need to figure out a work around, but my preferred solution woulld have been, "Oh, MS has
identified that bug and here is the fix". I am not looking forward to debugging a platform I
cannot see into and deals with multi-threading.

I did appreciate your help in telling me how to turn Casini off.

Chip

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:uJ*************@TK2MSFTNGP09.phx.gbl...
re:
> Debugging would seem to be a little useless since, as I said, it runs perfectly under Casini.
> The
> problem is not with my code, but with the difference between IIS and Casini.

Aargh!

The purpose, when you debug, is to identify problems.

If you debug the application under IIS,
you will identify what's causing the problems you say you have.

Isn't that what you want to do ? [ identify the problem(s)... ]

re:
> I can't be the first and only person to notice a difference between the two environments.

No, but you may very well be the first one to refuse to debug an application
which apparently is having problems running uder IIS.

You can't pin down execution problems via osmosis.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
===================================
"Chip" <ch**@intradata.com> wrote in message news:Oo**************@TK2MSFTNGP12.phx.gbl...
> Debugging would seem to be a little useless since, as I said, it runs perfectly under Casini.
> The
> problem is not with my code, but with the difference between IIS and Casini. It appears there
> is a
> bug in IIS. I can't be the first and only person to notice a difference between the two
> environments.
>
> "Juan T. Llibre" <no***********@nowhere.com> wrote in message
> news:eW**************@tk2msftngp13.phx.gbl...
>> Have you tried debugging the app under IIS ?
>>
>> Post some of the code that's failing in IIS.
>> That's the only way we could possibly help you.
>>
>>
>>
>>
>>
>> Juan T. Llibre, asp.net MVP
>> aspnetfaq.com : http://www.aspnetfaq.com/
>> asp.net faq : http://asp.net.do/faq/
>> foros de asp.net, en espaņol : http://asp.net.do/foros/
>> ===================================
>> "Chip" <ch**@intradata.com> wrote in message news:us**************@TK2MSFTNGP14.phx.gbl...
>>>I have a dual-threaded app that runs just as it's supposed to under Casini. However, when I
>>>run
>>>the exact same code undier IIS (ASP.NET 2.0) on the same machine, it is totally unpredictable
>>>and
>>>crashes the server. One would think my threading was the problem, but like I said, runs
>>>perfectly
>>>under Casini.
>>>
>>> Any ideas?
>>
>>
>
>



Mar 23 '06 #5
You probably should have not ended the converstation there and actually read
the rest of the post. If an insulting remark were enough to stop
conversation, I wouldn't have read past a few sentences into your third
post. If you want to continue to insult people you assume aren't as
intelligent or determined as you are, please just be straight forward and
don't use the guise of being "helpful".

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
re:
You really need to get down from that ivory tower.


That's the end of this conversation.

I'm sorry I took up your time.
Good luck in your future endeavors.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
===================================
"Chip" <ch**@intradata.com> wrote in message
news:u4**************@TK2MSFTNGP09.phx.gbl...
You really need to get down from that ivory tower. Do you think I'm just
sitting here waiting for the app to fix itself? I am taking the most
reasonable, logical, and efficient way to fixing this. I first identified
that the problem is with IIS and not my code. So I posted the issue to
see if there was any buzz on it or a work around that I need to know
about AND to alert others and MS about the problem.

Before I spend hours of my time to isolate which part of ISS is breaking,
just so I can give that info to MS and save them some time (and not even
necessarily figure out if there IS a work around), I would like to know
if there is a likely cause so I can concentrate my efforts in the right
area.
"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
re:
You are CLOSE to right. Debugging is something you do to identify the
problem SO YOU CAN FIX IT. I will obviously not be fixing IIS even if I
do figure it out.

I guess you won't fix your problem, then.

The idea, when debugging, even if you can't fix the problem by yourself,
is reporting what the debugger says the problem is.

Someone might have the necessary experience to know what to do.

But if you won't even debug your own application,
there's nothing anybody can do to help you further.

This may not be about "fixing IIS". Something else might be the problem.
Debugging your application might tell what the problem is.

In any case, at this point, you would be the one benefitting from the
collective
knowledge that frequenters to this newsgroup have, but if you won't help
yourself, nobody can do it for you.

re:
I did appreciate your help in telling me how to turn Casini off.

You're quite welcome.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
===================================
"Chip" <ch**@intradata.com> wrote in message
news:O8**************@TK2MSFTNGP11.phx.gbl...
Argh yourself. You are CLOSE to right. Debugging is something you do to
identify the problem SO YOU CAN FIX IT. I will obviously not be fixing
IIS even if I do figure it out. Yes, I obviously need to figure out a
work around, but my preferred solution woulld have been, "Oh, MS has
identified that bug and here is the fix". I am not looking forward to
debugging a platform I cannot see into and deals with multi-threading.

I did appreciate your help in telling me how to turn Casini off.

Chip

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:uJ*************@TK2MSFTNGP09.phx.gbl...
> re:
>> Debugging would seem to be a little useless since, as I said, it runs
>> perfectly under Casini. The
>> problem is not with my code, but with the difference between IIS and
>> Casini.
>
> Aargh!
>
> The purpose, when you debug, is to identify problems.
>
> If you debug the application under IIS,
> you will identify what's causing the problems you say you have.
>
> Isn't that what you want to do ? [ identify the problem(s)... ]
>
> re:
>> I can't be the first and only person to notice a difference between
>> the two environments.
>
> No, but you may very well be the first one to refuse to debug an
> application
> which apparently is having problems running uder IIS.
>
> You can't pin down execution problems via osmosis.
>
>
>
>
> Juan T. Llibre, asp.net MVP
> aspnetfaq.com : http://www.aspnetfaq.com/
> asp.net faq : http://asp.net.do/faq/
> foros de asp.net, en espaņol : http://asp.net.do/foros/
> ===================================
> "Chip" <ch**@intradata.com> wrote in message
> news:Oo**************@TK2MSFTNGP12.phx.gbl...
>> Debugging would seem to be a little useless since, as I said, it runs
>> perfectly under Casini. The
>> problem is not with my code, but with the difference between IIS and
>> Casini. It appears there is a
>> bug in IIS. I can't be the first and only person to notice a
>> difference between the two
>> environments.
>>
>> "Juan T. Llibre" <no***********@nowhere.com> wrote in message
>> news:eW**************@tk2msftngp13.phx.gbl...
>>> Have you tried debugging the app under IIS ?
>>>
>>> Post some of the code that's failing in IIS.
>>> That's the only way we could possibly help you.
>>>
>>>
>>>
>>>
>>>
>>> Juan T. Llibre, asp.net MVP
>>> aspnetfaq.com : http://www.aspnetfaq.com/
>>> asp.net faq : http://asp.net.do/faq/
>>> foros de asp.net, en espaņol : http://asp.net.do/foros/
>>> ===================================
>>> "Chip" <ch**@intradata.com> wrote in message
>>> news:us**************@TK2MSFTNGP14.phx.gbl...
>>>>I have a dual-threaded app that runs just as it's supposed to under
>>>>Casini. However, when I run
>>>>the exact same code undier IIS (ASP.NET 2.0) on the same machine, it
>>>>is totally unpredictable and
>>>>crashes the server. One would think my threading was the problem,
>>>>but like I said, runs perfectly
>>>>under Casini.
>>>>
>>>> Any ideas?
>>>
>>>
>>
>>
>
>



Mar 23 '06 #6
So, now, besides being in an "ivory tower",
I'm also using the "guise of being helpful",
and I made an "insulting remark" to you ?

If you would quote it, I'd be quick to apologize.
I suspect you are not capable of doing that.

Whatever, Chip. Carry on.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
===================================
"Chip" <ch**@intradata.com> wrote in message news:u4**************@tk2msftngp13.phx.gbl...
You probably should have not ended the converstation there and actually read the rest of the post.
If an insulting remark were enough to stop conversation, I wouldn't have read past a few sentences
into your third post. If you want to continue to insult people you assume aren't as intelligent or
determined as you are, please just be straight forward and don't use the guise of being "helpful". "Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
re:
You really need to get down from that ivory tower.


That's the end of this conversation.

I'm sorry I took up your time.
Good luck in your future endeavors.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
===================================
"Chip" <ch**@intradata.com> wrote in message news:u4**************@TK2MSFTNGP09.phx.gbl...
You really need to get down from that ivory tower. Do you think I'm just sitting here waiting
for the app to fix itself? I am taking the most reasonable, logical, and efficient way to fixing
this. I first identified that the problem is with IIS and not my code. So I posted the issue to
see if there was any buzz on it or a work around that I need to know about AND to alert others
and MS about the problem.

Before I spend hours of my time to isolate which part of ISS is breaking, just so I can give
that info to MS and save them some time (and not even necessarily figure out if there IS a work
around), I would like to know if there is a likely cause so I can concentrate my efforts in the
right area.
"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
re:
> You are CLOSE to right. Debugging is something you do to identify the problem SO YOU CAN FIX
> IT. I will obviously not be fixing IIS even if I do figure it out.

I guess you won't fix your problem, then.

The idea, when debugging, even if you can't fix the problem by yourself,
is reporting what the debugger says the problem is.

Someone might have the necessary experience to know what to do.

But if you won't even debug your own application,
there's nothing anybody can do to help you further.

This may not be about "fixing IIS". Something else might be the problem.
Debugging your application might tell what the problem is.

In any case, at this point, you would be the one benefitting from the collective
knowledge that frequenters to this newsgroup have, but if you won't help
yourself, nobody can do it for you.

re:
> I did appreciate your help in telling me how to turn Casini off.

You're quite welcome.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
===================================
"Chip" <ch**@intradata.com> wrote in message news:O8**************@TK2MSFTNGP11.phx.gbl...
> Argh yourself. You are CLOSE to right. Debugging is something you do to identify the problem
> SO YOU CAN FIX IT. I will obviously not be fixing IIS even if I do figure it out. Yes, I
> obviously need to figure out a work around, but my preferred solution woulld have been, "Oh,
> MS has identified that bug and here is the fix". I am not looking forward to debugging a
> platform I cannot see into and deals with multi-threading.
>
> I did appreciate your help in telling me how to turn Casini off.
>
> Chip
>
> "Juan T. Llibre" <no***********@nowhere.com> wrote in message
> news:uJ*************@TK2MSFTNGP09.phx.gbl...
>> re:
>>> Debugging would seem to be a little useless since, as I said, it runs perfectly under
>>> Casini. The
>>> problem is not with my code, but with the difference between IIS and Casini.
>>
>> Aargh!
>>
>> The purpose, when you debug, is to identify problems.
>>
>> If you debug the application under IIS,
>> you will identify what's causing the problems you say you have.
>>
>> Isn't that what you want to do ? [ identify the problem(s)... ]
>>
>> re:
>>> I can't be the first and only person to notice a difference between the two environments.
>>
>> No, but you may very well be the first one to refuse to debug an application
>> which apparently is having problems running uder IIS.
>>
>> You can't pin down execution problems via osmosis.
>>
>>
>>
>>
>> Juan T. Llibre, asp.net MVP
>> aspnetfaq.com : http://www.aspnetfaq.com/
>> asp.net faq : http://asp.net.do/faq/
>> foros de asp.net, en espaņol : http://asp.net.do/foros/
>> ===================================
>> "Chip" <ch**@intradata.com> wrote in message news:Oo**************@TK2MSFTNGP12.phx.gbl...
>>> Debugging would seem to be a little useless since, as I said, it runs perfectly under
>>> Casini. The
>>> problem is not with my code, but with the difference between IIS and Casini. It appears
>>> there is a
>>> bug in IIS. I can't be the first and only person to notice a difference between the two
>>> environments.
>>>
>>> "Juan T. Llibre" <no***********@nowhere.com> wrote in message
>>> news:eW**************@tk2msftngp13.phx.gbl...
>>>> Have you tried debugging the app under IIS ?
>>>>
>>>> Post some of the code that's failing in IIS.
>>>> That's the only way we could possibly help you.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> Juan T. Llibre, asp.net MVP
>>>> aspnetfaq.com : http://www.aspnetfaq.com/
>>>> asp.net faq : http://asp.net.do/faq/
>>>> foros de asp.net, en espaņol : http://asp.net.do/foros/
>>>> ===================================
>>>> "Chip" <ch**@intradata.com> wrote in message news:us**************@TK2MSFTNGP14.phx.gbl...
>>>>>I have a dual-threaded app that runs just as it's supposed to under Casini. However, when I
>>>>>run
>>>>>the exact same code undier IIS (ASP.NET 2.0) on the same machine, it is totally
>>>>>unpredictable and
>>>>>crashes the server. One would think my threading was the problem, but like I said, runs
>>>>>perfectly
>>>>>under Casini.
>>>>>
>>>>> Any ideas?
>>>>
>>>>
>>>
>>>
>>
>>
>
>



Mar 23 '06 #7
Oh no problem. It was when your tone turned condescending and insulting,
like when you told me, a professional coder, that "The purpose, when you
debug, is to identify problems". No shit.

And then you continued with, 'No, but you may very well be the first one to
refuse to debug an application"

I didn't make a big deal out of it, like you did. I can take a bit of
sarcasm, especially from someone who is trying to help me. But if you're
going to dish it out, you better be willing to take some back.

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:O$**************@TK2MSFTNGP09.phx.gbl...
So, now, besides being in an "ivory tower",
I'm also using the "guise of being helpful",
and I made an "insulting remark" to you ?

If you would quote it, I'd be quick to apologize.
I suspect you are not capable of doing that.

Whatever, Chip. Carry on.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
===================================
"Chip" <ch**@intradata.com> wrote in message
news:u4**************@tk2msftngp13.phx.gbl...
You probably should have not ended the converstation there and actually
read the rest of the post. If an insulting remark were enough to stop
conversation, I wouldn't have read past a few sentences into your third
post. If you want to continue to insult people you assume aren't as
intelligent or determined as you are, please just be straight forward and
don't use the guise of being "helpful".

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
re:
You really need to get down from that ivory tower.

That's the end of this conversation.

I'm sorry I took up your time.
Good luck in your future endeavors.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
===================================
"Chip" <ch**@intradata.com> wrote in message
news:u4**************@TK2MSFTNGP09.phx.gbl...
You really need to get down from that ivory tower. Do you think I'm
just sitting here waiting for the app to fix itself? I am taking the
most reasonable, logical, and efficient way to fixing this. I first
identified that the problem is with IIS and not my code. So I posted
the issue to see if there was any buzz on it or a work around that I
need to know about AND to alert others and MS about the problem.

Before I spend hours of my time to isolate which part of ISS is
breaking, just so I can give that info to MS and save them some time
(and not even necessarily figure out if there IS a work around), I
would like to know if there is a likely cause so I can concentrate my
efforts in the right area.
"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
> re:
>> You are CLOSE to right. Debugging is something you do to identify the
>> problem SO YOU CAN FIX IT. I will obviously not be fixing IIS even if
>> I do figure it out.
>
> I guess you won't fix your problem, then.
>
> The idea, when debugging, even if you can't fix the problem by
> yourself,
> is reporting what the debugger says the problem is.
>
> Someone might have the necessary experience to know what to do.
>
> But if you won't even debug your own application,
> there's nothing anybody can do to help you further.
>
> This may not be about "fixing IIS". Something else might be the
> problem.
> Debugging your application might tell what the problem is.
>
> In any case, at this point, you would be the one benefitting from the
> collective
> knowledge that frequenters to this newsgroup have, but if you won't
> help
> yourself, nobody can do it for you.
>
> re:
>> I did appreciate your help in telling me how to turn Casini off.
>
> You're quite welcome.
>
>
>
>
> Juan T. Llibre, asp.net MVP
> aspnetfaq.com : http://www.aspnetfaq.com/
> asp.net faq : http://asp.net.do/faq/
> foros de asp.net, en espaņol : http://asp.net.do/foros/
> ===================================
> "Chip" <ch**@intradata.com> wrote in message
> news:O8**************@TK2MSFTNGP11.phx.gbl...
>> Argh yourself. You are CLOSE to right. Debugging is something you do
>> to identify the problem SO YOU CAN FIX IT. I will obviously not be
>> fixing IIS even if I do figure it out. Yes, I obviously need to
>> figure out a work around, but my preferred solution woulld have been,
>> "Oh, MS has identified that bug and here is the fix". I am not
>> looking forward to debugging a platform I cannot see into and deals
>> with multi-threading.
>>
>> I did appreciate your help in telling me how to turn Casini off.
>>
>> Chip
>>
>> "Juan T. Llibre" <no***********@nowhere.com> wrote in message
>> news:uJ*************@TK2MSFTNGP09.phx.gbl...
>>> re:
>>>> Debugging would seem to be a little useless since, as I said, it
>>>> runs perfectly under Casini. The
>>>> problem is not with my code, but with the difference between IIS
>>>> and Casini.
>>>
>>> Aargh!
>>>
>>> The purpose, when you debug, is to identify problems.
>>>
>>> If you debug the application under IIS,
>>> you will identify what's causing the problems you say you have.
>>>
>>> Isn't that what you want to do ? [ identify the problem(s)... ]
>>>
>>> re:
>>>> I can't be the first and only person to notice a difference between
>>>> the two environments.
>>>
>>> No, but you may very well be the first one to refuse to debug an
>>> application
>>> which apparently is having problems running uder IIS.
>>>
>>> You can't pin down execution problems via osmosis.
>>>
>>>
>>>
>>>
>>> Juan T. Llibre, asp.net MVP
>>> aspnetfaq.com : http://www.aspnetfaq.com/
>>> asp.net faq : http://asp.net.do/faq/
>>> foros de asp.net, en espaņol : http://asp.net.do/foros/
>>> ===================================
>>> "Chip" <ch**@intradata.com> wrote in message
>>> news:Oo**************@TK2MSFTNGP12.phx.gbl...
>>>> Debugging would seem to be a little useless since, as I said, it
>>>> runs perfectly under Casini. The
>>>> problem is not with my code, but with the difference between IIS
>>>> and Casini. It appears there is a
>>>> bug in IIS. I can't be the first and only person to notice a
>>>> difference between the two
>>>> environments.
>>>>
>>>> "Juan T. Llibre" <no***********@nowhere.com> wrote in message
>>>> news:eW**************@tk2msftngp13.phx.gbl...
>>>>> Have you tried debugging the app under IIS ?
>>>>>
>>>>> Post some of the code that's failing in IIS.
>>>>> That's the only way we could possibly help you.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> Juan T. Llibre, asp.net MVP
>>>>> aspnetfaq.com : http://www.aspnetfaq.com/
>>>>> asp.net faq : http://asp.net.do/faq/
>>>>> foros de asp.net, en espaņol : http://asp.net.do/foros/
>>>>> ===================================
>>>>> "Chip" <ch**@intradata.com> wrote in message
>>>>> news:us**************@TK2MSFTNGP14.phx.gbl...
>>>>>>I have a dual-threaded app that runs just as it's supposed to
>>>>>>under Casini. However, when I run
>>>>>>the exact same code undier IIS (ASP.NET 2.0) on the same machine,
>>>>>>it is totally unpredictable and
>>>>>>crashes the server. One would think my threading was the problem,
>>>>>>but like I said, runs perfectly
>>>>>>under Casini.
>>>>>>
>>>>>> Any ideas?
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>



Mar 23 '06 #8
Whatever, Chip.

Now that Pandurang has offered you the same advice I gave you,
and which 3 other developers have given you, too, that's 5 developers
recommending that you should debug your application under IIS.

I don't understand why you refuse to do so.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
===================================
"Chip" <ch**@intradata.com> wrote in message news:%2****************@TK2MSFTNGP14.phx.gbl...
Oh no problem. It was when your tone turned condescending and insulting, like when you told me, a
professional coder, that "The purpose, when you debug, is to identify problems". No shit.

And then you continued with, 'No, but you may very well be the first one to refuse to debug an
application"

I didn't make a big deal out of it, like you did. I can take a bit of sarcasm, especially from
someone who is trying to help me. But if you're going to dish it out, you better be willing to
take some back.

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:O$**************@TK2MSFTNGP09.phx.gbl...
So, now, besides being in an "ivory tower",
I'm also using the "guise of being helpful",
and I made an "insulting remark" to you ?

If you would quote it, I'd be quick to apologize.
I suspect you are not capable of doing that.

Whatever, Chip. Carry on.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
===================================
"Chip" <ch**@intradata.com> wrote in message news:u4**************@tk2msftngp13.phx.gbl...
You probably should have not ended the converstation there and actually read the rest of the
post. If an insulting remark were enough to stop conversation, I wouldn't have read past a few
sentences into your third post. If you want to continue to insult people you assume aren't as
intelligent or determined as you are, please just be straight forward and don't use the guise of
being "helpful".

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
re:
>You really need to get down from that ivory tower.

That's the end of this conversation.

I'm sorry I took up your time.
Good luck in your future endeavors.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
===================================
"Chip" <ch**@intradata.com> wrote in message news:u4**************@TK2MSFTNGP09.phx.gbl...
> You really need to get down from that ivory tower. Do you think I'm just sitting here waiting
> for the app to fix itself? I am taking the most reasonable, logical, and efficient way to
> fixing this. I first identified that the problem is with IIS and not my code. So I posted the
> issue to see if there was any buzz on it or a work around that I need to know about AND to
> alert others and MS about the problem.
>
> Before I spend hours of my time to isolate which part of ISS is breaking, just so I can give
> that info to MS and save them some time (and not even necessarily figure out if there IS a
> work around), I would like to know if there is a likely cause so I can concentrate my efforts
> in the right area.
>
>
> "Juan T. Llibre" <no***********@nowhere.com> wrote in message
> news:%2****************@TK2MSFTNGP10.phx.gbl...
>> re:
>>> You are CLOSE to right. Debugging is something you do to identify the problem SO YOU CAN FIX
>>> IT. I will obviously not be fixing IIS even if I do figure it out.
>>
>> I guess you won't fix your problem, then.
>>
>> The idea, when debugging, even if you can't fix the problem by yourself,
>> is reporting what the debugger says the problem is.
>>
>> Someone might have the necessary experience to know what to do.
>>
>> But if you won't even debug your own application,
>> there's nothing anybody can do to help you further.
>>
>> This may not be about "fixing IIS". Something else might be the problem.
>> Debugging your application might tell what the problem is.
>>
>> In any case, at this point, you would be the one benefitting from the collective
>> knowledge that frequenters to this newsgroup have, but if you won't help
>> yourself, nobody can do it for you.
>>
>> re:
>>> I did appreciate your help in telling me how to turn Casini off.
>>
>> You're quite welcome.
>>
>>
>>
>>
>> Juan T. Llibre, asp.net MVP
>> aspnetfaq.com : http://www.aspnetfaq.com/
>> asp.net faq : http://asp.net.do/faq/
>> foros de asp.net, en espaņol : http://asp.net.do/foros/
>> ===================================
>> "Chip" <ch**@intradata.com> wrote in message news:O8**************@TK2MSFTNGP11.phx.gbl...
>>> Argh yourself. You are CLOSE to right. Debugging is something you do to identify the problem
>>> SO YOU CAN FIX IT. I will obviously not be fixing IIS even if I do figure it out. Yes, I
>>> obviously need to figure out a work around, but my preferred solution woulld have been, "Oh,
>>> MS has identified that bug and here is the fix". I am not looking forward to debugging a
>>> platform I cannot see into and deals with multi-threading.
>>>
>>> I did appreciate your help in telling me how to turn Casini off.
>>>
>>> Chip
>>>
>>> "Juan T. Llibre" <no***********@nowhere.com> wrote in message
>>> news:uJ*************@TK2MSFTNGP09.phx.gbl...
>>>> re:
>>>>> Debugging would seem to be a little useless since, as I said, it runs perfectly under
>>>>> Casini. The
>>>>> problem is not with my code, but with the difference between IIS and Casini.
>>>>
>>>> Aargh!
>>>>
>>>> The purpose, when you debug, is to identify problems.
>>>>
>>>> If you debug the application under IIS,
>>>> you will identify what's causing the problems you say you have.
>>>>
>>>> Isn't that what you want to do ? [ identify the problem(s)... ]
>>>>
>>>> re:
>>>>> I can't be the first and only person to notice a difference between the two environments.
>>>>
>>>> No, but you may very well be the first one to refuse to debug an application
>>>> which apparently is having problems running uder IIS.
>>>>
>>>> You can't pin down execution problems via osmosis.
>>>>
>>>>
>>>>
>>>>
>>>> Juan T. Llibre, asp.net MVP
>>>> aspnetfaq.com : http://www.aspnetfaq.com/
>>>> asp.net faq : http://asp.net.do/faq/
>>>> foros de asp.net, en espaņol : http://asp.net.do/foros/
>>>> ===================================
>>>> "Chip" <ch**@intradata.com> wrote in message news:Oo**************@TK2MSFTNGP12.phx.gbl...
>>>>> Debugging would seem to be a little useless since, as I said, it runs perfectly under
>>>>> Casini. The
>>>>> problem is not with my code, but with the difference between IIS and Casini. It appears
>>>>> there is a
>>>>> bug in IIS. I can't be the first and only person to notice a difference between the two
>>>>> environments.
>>>>>
>>>>> "Juan T. Llibre" <no***********@nowhere.com> wrote in message
>>>>> news:eW**************@tk2msftngp13.phx.gbl...
>>>>>> Have you tried debugging the app under IIS ?
>>>>>>
>>>>>> Post some of the code that's failing in IIS.
>>>>>> That's the only way we could possibly help you.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> Juan T. Llibre, asp.net MVP
>>>>>> aspnetfaq.com : http://www.aspnetfaq.com/
>>>>>> asp.net faq : http://asp.net.do/faq/
>>>>>> foros de asp.net, en espaņol : http://asp.net.do/foros/
>>>>>> ===================================
>>>>>> "Chip" <ch**@intradata.com> wrote in message
>>>>>> news:us**************@TK2MSFTNGP14.phx.gbl...
>>>>>>>I have a dual-threaded app that runs just as it's supposed to under Casini. However, when
>>>>>>>I run
>>>>>>>the exact same code undier IIS (ASP.NET 2.0) on the same machine, it is totally
>>>>>>>unpredictable and
>>>>>>>crashes the server. One would think my threading was the problem, but like I said, runs
>>>>>>>perfectly
>>>>>>>under Casini.
>>>>>>>
>>>>>>> Any ideas?
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>



Mar 23 '06 #9
The other posters, as well as some emailers, have been very helpful in
explaining why I should not count on Cassini to emulate IIS, which it is
advertised as doing. This thread has been about the difference between them
and if my code works in Cassini but not IIS (on both XP and Win2003) is my
code broken or is IIS broken? Not, as you continue to spew, how I am
refusing to debug my own code. What a moron.

But as you so elloquently put it, whatever, Juan.
"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:Ol**************@TK2MSFTNGP12.phx.gbl...
Whatever, Chip.

Now that Pandurang has offered you the same advice I gave you,
and which 3 other developers have given you, too, that's 5 developers
recommending that you should debug your application under IIS.

I don't understand why you refuse to do so.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
===================================
"Chip" <ch**@intradata.com> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
Oh no problem. It was when your tone turned condescending and insulting,
like when you told me, a professional coder, that "The purpose, when you
debug, is to identify problems". No shit.

And then you continued with, 'No, but you may very well be the first one
to refuse to debug an application"

I didn't make a big deal out of it, like you did. I can take a bit of
sarcasm, especially from someone who is trying to help me. But if you're
going to dish it out, you better be willing to take some back.

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:O$**************@TK2MSFTNGP09.phx.gbl...
So, now, besides being in an "ivory tower",
I'm also using the "guise of being helpful",
and I made an "insulting remark" to you ?

If you would quote it, I'd be quick to apologize.
I suspect you are not capable of doing that.

Whatever, Chip. Carry on.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
===================================
"Chip" <ch**@intradata.com> wrote in message
news:u4**************@tk2msftngp13.phx.gbl...
You probably should have not ended the converstation there and actually
read the rest of the post. If an insulting remark were enough to stop
conversation, I wouldn't have read past a few sentences into your third
post. If you want to continue to insult people you assume aren't as
intelligent or determined as you are, please just be straight forward
and don't use the guise of being "helpful".

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
> re:
>>You really need to get down from that ivory tower.
>
> That's the end of this conversation.
>
> I'm sorry I took up your time.
> Good luck in your future endeavors.
>
>
>
>
> Juan T. Llibre, asp.net MVP
> aspnetfaq.com : http://www.aspnetfaq.com/
> asp.net faq : http://asp.net.do/faq/
> foros de asp.net, en espaņol : http://asp.net.do/foros/
> ===================================
> "Chip" <ch**@intradata.com> wrote in message
> news:u4**************@TK2MSFTNGP09.phx.gbl...
>> You really need to get down from that ivory tower. Do you think I'm
>> just sitting here waiting for the app to fix itself? I am taking the
>> most reasonable, logical, and efficient way to fixing this. I first
>> identified that the problem is with IIS and not my code. So I posted
>> the issue to see if there was any buzz on it or a work around that I
>> need to know about AND to alert others and MS about the problem.
>>
>> Before I spend hours of my time to isolate which part of ISS is
>> breaking, just so I can give that info to MS and save them some time
>> (and not even necessarily figure out if there IS a work around), I
>> would like to know if there is a likely cause so I can concentrate my
>> efforts in the right area.
>>
>>
>> "Juan T. Llibre" <no***********@nowhere.com> wrote in message
>> news:%2****************@TK2MSFTNGP10.phx.gbl...
>>> re:
>>>> You are CLOSE to right. Debugging is something you do to identify
>>>> the problem SO YOU CAN FIX IT. I will obviously not be fixing IIS
>>>> even if I do figure it out.
>>>
>>> I guess you won't fix your problem, then.
>>>
>>> The idea, when debugging, even if you can't fix the problem by
>>> yourself,
>>> is reporting what the debugger says the problem is.
>>>
>>> Someone might have the necessary experience to know what to do.
>>>
>>> But if you won't even debug your own application,
>>> there's nothing anybody can do to help you further.
>>>
>>> This may not be about "fixing IIS". Something else might be the
>>> problem.
>>> Debugging your application might tell what the problem is.
>>>
>>> In any case, at this point, you would be the one benefitting from
>>> the collective
>>> knowledge that frequenters to this newsgroup have, but if you won't
>>> help
>>> yourself, nobody can do it for you.
>>>
>>> re:
>>>> I did appreciate your help in telling me how to turn Casini off.
>>>
>>> You're quite welcome.
>>>
>>>
>>>
>>>
>>> Juan T. Llibre, asp.net MVP
>>> aspnetfaq.com : http://www.aspnetfaq.com/
>>> asp.net faq : http://asp.net.do/faq/
>>> foros de asp.net, en espaņol : http://asp.net.do/foros/
>>> ===================================
>>> "Chip" <ch**@intradata.com> wrote in message
>>> news:O8**************@TK2MSFTNGP11.phx.gbl...
>>>> Argh yourself. You are CLOSE to right. Debugging is something you
>>>> do to identify the problem SO YOU CAN FIX IT. I will obviously not
>>>> be fixing IIS even if I do figure it out. Yes, I obviously need to
>>>> figure out a work around, but my preferred solution woulld have
>>>> been, "Oh, MS has identified that bug and here is the fix". I am
>>>> not looking forward to debugging a platform I cannot see into and
>>>> deals with multi-threading.
>>>>
>>>> I did appreciate your help in telling me how to turn Casini off.
>>>>
>>>> Chip
>>>>
>>>> "Juan T. Llibre" <no***********@nowhere.com> wrote in message
>>>> news:uJ*************@TK2MSFTNGP09.phx.gbl...
>>>>> re:
>>>>>> Debugging would seem to be a little useless since, as I said, it
>>>>>> runs perfectly under Casini. The
>>>>>> problem is not with my code, but with the difference between IIS
>>>>>> and Casini.
>>>>>
>>>>> Aargh!
>>>>>
>>>>> The purpose, when you debug, is to identify problems.
>>>>>
>>>>> If you debug the application under IIS,
>>>>> you will identify what's causing the problems you say you have.
>>>>>
>>>>> Isn't that what you want to do ? [ identify the problem(s)... ]
>>>>>
>>>>> re:
>>>>>> I can't be the first and only person to notice a difference
>>>>>> between the two environments.
>>>>>
>>>>> No, but you may very well be the first one to refuse to debug an
>>>>> application
>>>>> which apparently is having problems running uder IIS.
>>>>>
>>>>> You can't pin down execution problems via osmosis.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> Juan T. Llibre, asp.net MVP
>>>>> aspnetfaq.com : http://www.aspnetfaq.com/
>>>>> asp.net faq : http://asp.net.do/faq/
>>>>> foros de asp.net, en espaņol : http://asp.net.do/foros/
>>>>> ===================================
>>>>> "Chip" <ch**@intradata.com> wrote in message
>>>>> news:Oo**************@TK2MSFTNGP12.phx.gbl...
>>>>>> Debugging would seem to be a little useless since, as I said, it
>>>>>> runs perfectly under Casini. The
>>>>>> problem is not with my code, but with the difference between IIS
>>>>>> and Casini. It appears there is a
>>>>>> bug in IIS. I can't be the first and only person to notice a
>>>>>> difference between the two
>>>>>> environments.
>>>>>>
>>>>>> "Juan T. Llibre" <no***********@nowhere.com> wrote in message
>>>>>> news:eW**************@tk2msftngp13.phx.gbl...
>>>>>>> Have you tried debugging the app under IIS ?
>>>>>>>
>>>>>>> Post some of the code that's failing in IIS.
>>>>>>> That's the only way we could possibly help you.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Juan T. Llibre, asp.net MVP
>>>>>>> aspnetfaq.com : http://www.aspnetfaq.com/
>>>>>>> asp.net faq : http://asp.net.do/faq/
>>>>>>> foros de asp.net, en espaņol : http://asp.net.do/foros/
>>>>>>> ===================================
>>>>>>> "Chip" <ch**@intradata.com> wrote in message
>>>>>>> news:us**************@TK2MSFTNGP14.phx.gbl...
>>>>>>>>I have a dual-threaded app that runs just as it's supposed to
>>>>>>>>under Casini. However, when I run
>>>>>>>>the exact same code undier IIS (ASP.NET 2.0) on the same
>>>>>>>>machine, it is totally unpredictable and
>>>>>>>>crashes the server. One would think my threading was the
>>>>>>>>problem, but like I said, runs perfectly
>>>>>>>>under Casini.
>>>>>>>>
>>>>>>>> Any ideas?
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>



Mar 23 '06 #10
re:
What a moron.
You were "complaining" about insults, right ?

DEBUG your friggin' application on IIS!

heh, heh...


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
===================================
"Chip" <ch**@intradata.com> wrote in message news:%2****************@TK2MSFTNGP11.phx.gbl... The other posters, as well as some emailers, have been very helpful in explaining why I should not
count on Cassini to emulate IIS, which it is advertised as doing. This thread has been about the
difference between them and if my code works in Cassini but not IIS (on both XP and Win2003) is my
code broken or is IIS broken? Not, as you continue to spew, how I am refusing to debug my own
code. What a moron.

But as you so elloquently put it, whatever, Juan.
"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:Ol**************@TK2MSFTNGP12.phx.gbl...
Whatever, Chip.

Now that Pandurang has offered you the same advice I gave you,
and which 3 other developers have given you, too, that's 5 developers
recommending that you should debug your application under IIS.

I don't understand why you refuse to do so.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
===================================
"Chip" <ch**@intradata.com> wrote in message news:%2****************@TK2MSFTNGP14.phx.gbl...
Oh no problem. It was when your tone turned condescending and insulting, like when you told me,
a professional coder, that "The purpose, when you debug, is to identify problems". No shit.

And then you continued with, 'No, but you may very well be the first one to refuse to debug an
application"

I didn't make a big deal out of it, like you did. I can take a bit of sarcasm, especially from
someone who is trying to help me. But if you're going to dish it out, you better be willing to
take some back.

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:O$**************@TK2MSFTNGP09.phx.gbl...
So, now, besides being in an "ivory tower",
I'm also using the "guise of being helpful",
and I made an "insulting remark" to you ?

If you would quote it, I'd be quick to apologize.
I suspect you are not capable of doing that.

Whatever, Chip. Carry on.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
===================================
"Chip" <ch**@intradata.com> wrote in message news:u4**************@tk2msftngp13.phx.gbl...
> You probably should have not ended the converstation there and actually read the rest of the
> post. If an insulting remark were enough to stop conversation, I wouldn't have read past a few
> sentences into your third post. If you want to continue to insult people you assume aren't as
> intelligent or determined as you are, please just be straight forward and don't use the guise
> of being "helpful".

> "Juan T. Llibre" <no***********@nowhere.com> wrote in message
> news:%2****************@TK2MSFTNGP14.phx.gbl...
>> re:
>>>You really need to get down from that ivory tower.
>>
>> That's the end of this conversation.
>>
>> I'm sorry I took up your time.
>> Good luck in your future endeavors.
>>
>>
>>
>>
>> Juan T. Llibre, asp.net MVP
>> aspnetfaq.com : http://www.aspnetfaq.com/
>> asp.net faq : http://asp.net.do/faq/
>> foros de asp.net, en espaņol : http://asp.net.do/foros/
>> ===================================
>> "Chip" <ch**@intradata.com> wrote in message news:u4**************@TK2MSFTNGP09.phx.gbl...
>>> You really need to get down from that ivory tower. Do you think I'm just sitting here
>>> waiting for the app to fix itself? I am taking the most reasonable, logical, and efficient
>>> way to fixing this. I first identified that the problem is with IIS and not my code. So I
>>> posted the issue to see if there was any buzz on it or a work around that I need to know
>>> about AND to alert others and MS about the problem.
>>>
>>> Before I spend hours of my time to isolate which part of ISS is breaking, just so I can give
>>> that info to MS and save them some time (and not even necessarily figure out if there IS a
>>> work around), I would like to know if there is a likely cause so I can concentrate my
>>> efforts in the right area.
>>>
>>>
>>> "Juan T. Llibre" <no***********@nowhere.com> wrote in message
>>> news:%2****************@TK2MSFTNGP10.phx.gbl...
>>>> re:
>>>>> You are CLOSE to right. Debugging is something you do to identify the problem SO YOU CAN
>>>>> FIX IT. I will obviously not be fixing IIS even if I do figure it out.
>>>>
>>>> I guess you won't fix your problem, then.
>>>>
>>>> The idea, when debugging, even if you can't fix the problem by yourself,
>>>> is reporting what the debugger says the problem is.
>>>>
>>>> Someone might have the necessary experience to know what to do.
>>>>
>>>> But if you won't even debug your own application,
>>>> there's nothing anybody can do to help you further.
>>>>
>>>> This may not be about "fixing IIS". Something else might be the problem.
>>>> Debugging your application might tell what the problem is.
>>>>
>>>> In any case, at this point, you would be the one benefitting from the collective
>>>> knowledge that frequenters to this newsgroup have, but if you won't help
>>>> yourself, nobody can do it for you.
>>>>
>>>> re:
>>>>> I did appreciate your help in telling me how to turn Casini off.
>>>>
>>>> You're quite welcome.
>>>>
>>>>
>>>>
>>>>
>>>> Juan T. Llibre, asp.net MVP
>>>> aspnetfaq.com : http://www.aspnetfaq.com/
>>>> asp.net faq : http://asp.net.do/faq/
>>>> foros de asp.net, en espaņol : http://asp.net.do/foros/
>>>> ===================================
>>>> "Chip" <ch**@intradata.com> wrote in message news:O8**************@TK2MSFTNGP11.phx.gbl...
>>>>> Argh yourself. You are CLOSE to right. Debugging is something you do to identify the
>>>>> problem SO YOU CAN FIX IT. I will obviously not be fixing IIS even if I do figure it out.
>>>>> Yes, I obviously need to figure out a work around, but my preferred solution woulld have
>>>>> been, "Oh, MS has identified that bug and here is the fix". I am not looking forward to
>>>>> debugging a platform I cannot see into and deals with multi-threading.
>>>>>
>>>>> I did appreciate your help in telling me how to turn Casini off.
>>>>>
>>>>> Chip
>>>>>
>>>>> "Juan T. Llibre" <no***********@nowhere.com> wrote in message
>>>>> news:uJ*************@TK2MSFTNGP09.phx.gbl...
>>>>>> re:
>>>>>>> Debugging would seem to be a little useless since, as I said, it runs perfectly under
>>>>>>> Casini. The
>>>>>>> problem is not with my code, but with the difference between IIS and Casini.
>>>>>>
>>>>>> Aargh!
>>>>>>
>>>>>> The purpose, when you debug, is to identify problems.
>>>>>>
>>>>>> If you debug the application under IIS,
>>>>>> you will identify what's causing the problems you say you have.
>>>>>>
>>>>>> Isn't that what you want to do ? [ identify the problem(s)... ]
>>>>>>
>>>>>> re:
>>>>>>> I can't be the first and only person to notice a difference between the two
>>>>>>> environments.
>>>>>>
>>>>>> No, but you may very well be the first one to refuse to debug an application
>>>>>> which apparently is having problems running uder IIS.
>>>>>>
>>>>>> You can't pin down execution problems via osmosis.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> Juan T. Llibre, asp.net MVP
>>>>>> aspnetfaq.com : http://www.aspnetfaq.com/
>>>>>> asp.net faq : http://asp.net.do/faq/
>>>>>> foros de asp.net, en espaņol : http://asp.net.do/foros/
>>>>>> ===================================
>>>>>> "Chip" <ch**@intradata.com> wrote in message
>>>>>> news:Oo**************@TK2MSFTNGP12.phx.gbl...
>>>>>>> Debugging would seem to be a little useless since, as I said, it runs perfectly under
>>>>>>> Casini. The
>>>>>>> problem is not with my code, but with the difference between IIS and Casini. It appears
>>>>>>> there is a
>>>>>>> bug in IIS. I can't be the first and only person to notice a difference between the two
>>>>>>> environments.
>>>>>>>
>>>>>>> "Juan T. Llibre" <no***********@nowhere.com> wrote in message
>>>>>>> news:eW**************@tk2msftngp13.phx.gbl...
>>>>>>>> Have you tried debugging the app under IIS ?
>>>>>>>>
>>>>>>>> Post some of the code that's failing in IIS.
>>>>>>>> That's the only way we could possibly help you.
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> Juan T. Llibre, asp.net MVP
>>>>>>>> aspnetfaq.com : http://www.aspnetfaq.com/
>>>>>>>> asp.net faq : http://asp.net.do/faq/
>>>>>>>> foros de asp.net, en espaņol : http://asp.net.do/foros/
>>>>>>>> ===================================
>>>>>>>> "Chip" <ch**@intradata.com> wrote in message
>>>>>>>> news:us**************@TK2MSFTNGP14.phx.gbl...
>>>>>>>>>I have a dual-threaded app that runs just as it's supposed to under Casini. However,
>>>>>>>>>when I run
>>>>>>>>>the exact same code undier IIS (ASP.NET 2.0) on the same machine, it is totally
>>>>>>>>>unpredictable and
>>>>>>>>>crashes the server. One would think my threading was the problem, but like I said, runs
>>>>>>>>>perfectly
>>>>>>>>>under Casini.
>>>>>>>>>
>>>>>>>>> Any ideas?
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>



Mar 24 '06 #11
So this whole topic is a p***ing match? Don't you guys have anything
better to do with your time?

Chip, all the others are right, the only way to be sure the issue isn't
a bug in your code that isn't apparent under Cassini due to some quirk
is to debug under IIS.

Juan, I'd be a lot more sympathetic to you if you didn't seem to have
similar issues with posters in so many other threads. If you think
folks are rude, ignore them, don't run out long threads the rest of us
skim through hoping in vain to find something substantive in.

Mar 24 '06 #12

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

Similar topics

3
by: William C. White | last post by:
Does anyone know of a way to use PHP /w Authorize.net AIM without using cURL? Our website is hosted on a shared drive and the webhost company doesn't installed additional software (such as cURL)...
2
by: Albert Ahtenberg | last post by:
Hello, I don't know if it is only me but I was sure that header("Location:url") redirects the browser instantly to URL, or at least stops the execution of the code. But appearantely it continues...
3
by: James | last post by:
Hi, I have a form with 2 fields. 'A' 'B' The user completes one of the fields and the form is submitted. On the results page I want to run a query, but this will change subject to which...
0
by: Ollivier Robert | last post by:
Hello, I'm trying to link PHP with Oracle 9.2.0/OCI8 with gcc 3.2.3 on a Solaris9 system. The link succeeds but everytime I try to run php, I get a SEGV from inside the libcnltsh.so library. ...
1
by: Richard Galli | last post by:
I want viewers to compare state laws on a single subject. Imagine a three-column table with a drop-down box on the top. A viewer selects a state from the list, and that state's text fills the...
4
by: Albert Ahtenberg | last post by:
Hello, I have two questions. 1. When the user presses the back button and returns to a form he filled the form is reseted. How do I leave there the values he inserted? 2. When the...
1
by: inderjit S Gabrie | last post by:
Hi all Here is the scenerio ...is it possibly to do this... i am getting valid course dates output on to a web which i have designed ....all is okay so far , look at the following web url ...
2
by: Jack | last post by:
Hi All, What is the PHP equivilent of Oracle bind variables in a SQL statement, e.g. select x from y where z=:parameter Which in asp/jsp would be followed by some statements to bind a value...
3
by: Sandwick | last post by:
I am trying to change the size of a drawing so they are all 3x3. the script below is what i was trying to use to cut it in half ... I get errors. I can display the normal picture but not the...
0
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,...
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...
1
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...
0
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...
0
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 ...
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
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...

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.