Hi,

I know that there are some problems when running on Cassini, so maybe
the Express Editions are working similar to that. I have downloaded
the latest version of the avialable source code of Cassini and talked
already to the guys. The problem is that the length of the request
sometimes does not bring the web server to read all bytes, don't know
why. The same bug was in the beta versions of Visual Studio .NET 2005,
but is fixed since the release candidate.

Regards,
Michael



On 4/5/06, Justin Bigelow <[EMAIL PROTECTED]> wrote:
>
> I'm using IE7 beta, and I'm not clicking the excessively fast (I close the
> alert and then click again) maybe once every three seconds. The site is
> running in the (for lack of a better term) embedded webserver that allows
> you work with Web Developer Express without deploying to a "real" server. I
> have to see if running on IIS 6 with .NET 2 gives the same results.
>
> Thanks.
>
> -----Original Message-----
> From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf
> Of Michael Schwarz
> Sent: Wednesday, April 05, 2006 12:25 PM
> To: [email protected]
> Subject: [ajaxpro] Re: Simple problem?
>
>
> Hi,
>
> seems to be everything ok, are you using Internet Explorer or Firefox, how
> often do you click on the link?
>
> Regards,
> Michael
>
> On 4/5/06, Justin Bigelow <[EMAIL PROTECTED]> wrote:
> >
> > Actually the string doesn't exist as a variable at all. The actual
> > string is returned from the client side function, no session
> > variables. I just tried it again and it let me click the link about 10
> > times usually returning "Hello world" but twice returning "null" and
> > then finally stopped responding to mouse clicks. The code I am using is
> below. Thanks.
> >
> > Here is the code from the aspx page
> >
> > <script type="text/javascript" defer="defer">
> >        function Hello_CallBack(response)
> >        {
> >            alert(response.value);
> >        }
> > </script>
> >
> > <a href="javascript:void(0);"
> > onclick="_default.Hello(Hello_CallBack);">click it</a>
> >
> >
> > Here is the code from the code behind...
> > [AjaxPro.AjaxMethod()]
> > public string Hello()
> > {
> >    return "Hello world";
> > }
> >
> > -----Original Message-----
> > From: [email protected] [mailto:[EMAIL PROTECTED] On
> > Behalf Of Cory
> > Sent: Wednesday, April 05, 2006 10:25 AM
> > To: Ajax.NET Professional
> > Subject: [ajaxpro] Re: Simple problem?
> >
> >
> > Is the "Hello World" string set in a application or session variable?
> >
> >
> >
> >
> >
> >
> > >
> >
>
>
> --
> Kind regards,
> Michael Schwarz
>
> Microsoft MVP - Most Valuable Professional Microsoft MCAD - Certified
> Application Developer
>
> http://www.schwarz-interactive.de/
> mailto:[EMAIL PROTECTED]
>
>
>
>
>
> >
>


--
Kind regards,
Michael Schwarz

Microsoft MVP - Most Valuable Professional
Microsoft MCAD - Certified Application Developer

http://www.schwarz-interactive.de/
mailto:[EMAIL PROTECTED]

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Ajax.NET Professional" group.

To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]

For more options, visit this group at http://groups.google.com/group/ajaxpro

The latest downloads of Ajax.NET Professional can be found at 
http://www.ajaxpro.info
-~----------~----~----~----~------~----~------~--~---

Reply via email to