IIS - Push server

Asked By Mark Goldin
27-Sep-07 11:06 AM
Can I create a push server using ASP technology?

Thanks
  Anthony Jones replied...
27-Sep-07 11:38 AM
No.

--
Anthony Jones - MVP ASP/ASP.NET
  Bob Barrows [MVP] replied...
27-Sep-07 11:44 AM
http://www.15seconds.com/issue/971102.htm

--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
  Bob Barrows [MVP] replied...
27-Sep-07 11:49 AM
Of course, that article refers to some obsolete technologies (IE no
longer has "Channels"), so Anthony is probably correct.
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
  Anthony Jones replied...
28-Sep-07 03:58 AM
Even with Channels it's the client which schedules a _pull_ of data.  There
is no way for an ASP server to initiate and therefore push new information
to a client.  Using HTTP there is no option but for the client to poll for
new info.

--
Anthony Jones - MVP ASP/ASP.NET
  Bob Barrows [MVP] replied...
28-Sep-07 08:23 AM
Yes, I was thinking the OP would read the article and realize it was not
talking about a true push server, just a technique to approximate one.
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
Create New Account
help
IIS Help!!! How to run Asp.Net 1.1 website on IIS 7? This is a multi-part message in MIME format 8859-1" Content-Transfer-Encoding: quoted-printable Hi, = 20 I have a website written in Asp.Net 1.1. It works fine with IIS 6 on = Windows 2003. = 20 I put it on Windows 2008 Standard 32bit, the IIS 7 set it to run with = Asp Net 2.0 = 20 by default. Such setting does work on most of pages but fails on- = vista-and-windows-2008 / and followed every step in this article, such as allow Asp.Net 1.1 in = Set the application pool to be in "Classic" mode with Asp.Net
IIS First steps in running ASP.NET on IIS I am attempting to set up IIS on WinXpPro (and thus IIS 5 one called demo1. I also twiddled properites for Default Web Site and (I think) enabled ASP.NET by selecting the sole choice from the drop-down box on the ASP.NET tab. I then created a simple html page "trial1" and stored it both as a Virtual directory settings not correct (since I could not even load an HTML file). (b) ASP.NET settings not correct (since I could not run any ASPX files). I have searched the
of the webservers in our farm have hit situations where they've popped up the ASP.Net "Server Application Unavailable" page and won't serve any asp.net pages until we recycle the app pool. What I've noticed when we have these we are going to play around with those settings as well. Normally, if you see ASP.Net return "503 Server Application Unavailable", it is a problem with the ASP.net pages, not ASP.Net itself. Of course, most developers are adamant that their code is
if End Function ?? What's wrong with Response.Write Server.HTMLEncode(strText) - - Microsoft MVP - ASP / ASP.NET Please reply to the newsgroup. This email account is my spam trap so I don this because Anthony typically has the most reliable advice for these situations. - - Microsoft MVP - ASP / ASP.NET Please reply to the newsgroup. This email account is my spam trap so I don need to see some actual code to make sense of this. - - Anthony Jones - MVP ASP / ASP.NET This is a multi-part message in MIME format. - -- -- - = _NextPart_000_0027_01C88ACD.E5B321F0 Content-Type: text / plain code to<BR> > make sense = of = 20 this.<BR> > <BR> > - - <BR> > Anthony Jones - MVP = ASP / ASP.NET<BR> > = 20 - -- -- - = _NextPart_000_0027_01C88ACD.E5B321F0- - This is a multi-part message in MIME format. - -- -- - = _NextPart_000_0016_01C88A99.77B2B910
drop down and for Pipeline, choose Classic and start App Pool immediately. Juan T. Llibre, asp.net MVP asp.net faq : http: / / asp.net.do / faq / foros de asp.net, en español : http: / / asp.net.do / foros / = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = On Jul 12, 9:03 am, "Brandon" <bsm