« Previous Next »

Thread: The failure of new applications HTTP/1.1

Last post 05-30-2009 11:57 PM by barryhxlSP1. 4 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (5 items)

Sort Posts:

  • 05-29-2009, 2:01 AM

    • barryhxlSP1
    • Not Ranked
    • Joined on 05-29-2009, 1:19 AM
    • china shenyang
    • Posts 5

    The failure of new applications HTTP/1.1

    The failure of new applications HTTP/1.1

    http://localhost/default.htm----------------->OK!

    http://localhost/index.asp or http://localhost/------------>The failure of new applications HTTP/1.1

    For more information, see here

    Hard work,then fate
  • 05-29-2009, 11:29 PM In reply to

    • lextm
    • Top 10 Contributor
    • Joined on 10-22-2008, 4:18 AM
    • Shanghai, PRC
    • Posts 1,379

    Re: The failure of new applications HTTP/1.1

    Doesn't seem to be an error raised by IIS. Who developed this ASP page? Consult the vendor to troubleshoot the problem.

    这并不是一个IIS报出的错误。请找这个ASP的开发人员帮忙解决。

    Lex Li
    Support Engineer at Microsoft
    ---------------------------
    This posting is provided "AS IS" with no warranties, and confers no rights.
  • 05-30-2009, 4:20 AM In reply to

    • barryhxlSP1
    • Not Ranked
    • Joined on 05-29-2009, 1:19 AM
    • china shenyang
    • Posts 5

    Re: The failure of new applications HTTP/1.1

    Thank you for your reply!
     
    index.asp---I wrote with Adobe Dreamweaver CS4
    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
    <% @ LANGUAGE = "JAVASCRIPT" CODEPAGE = "CP_ACP"%>
    <! DOCTYPE html PUBLIC "- / / W3C / / DTD XHTML 1.0 Transitional / / EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=gb18030" />
    <title>无标题文档</ title>
    </ head>

    <body>
    <% = Response.Write ( "asp ...")%>
    </ body>
    </ html>
    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
    What is wrong with the local “The failure of new applications HTTP/1.1”

    Please write one of the most simple asp file (index.asp) ,I put "E: \ inetpub \ wwwroot" in test. For more information, see http://barryhxl.qlql.net/ask.htm

    <br>
    I know I do not understand the basic permissions problem, I set the permissions to find out what the error?
    ------------------------------------------------------------------------------------------------------
    ------------------------------------------------------------------------------------------------------
    ------------------------------------------------------------------------------------------------------
    ------------------------------------------------------------------------------------------------------

    http://babelfish.yahoo.com/-------->In English Translation
    * my system: Vista Ultimate SP2
    installment's other all softwares see http://barryhxl.qlql.net/ask.htm final “My computer” (picture)
    * I install/establish the IIS 7.0 processes to see in http://barryhxl.qlql.net/ask.htm “Installing asp” (picture)
    * my difficult problem: index.asp (Adobe Dreamweaver CS4)
    ....................................................................................................
    <% @ LANGUAGE = "JAVASCRIPT" CODEPAGE = "CP_ACP"%>
    <! DOCTYPE html PUBLIC "- / / W3C / / DTD XHTML 1.0 Transitional / / EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=gb18030" />
    <title>无标题文档</ title>
    </ head>
    <body>
    <% = Response.Write ( "asp ...")%>
    </ body>
    </ html>
    ....................................................................................................

    http://localhost/default.htm—>OK!
    http://localhost/index.asp 或 http://localhost/—>HTTP/1.1 newly built application procedure defeat.

    Hard work,then fate
  • 05-30-2009, 7:26 AM In reply to

    • lextm
    • Top 10 Contributor
    • Joined on 10-22-2008, 4:18 AM
    • Shanghai, PRC
    • Posts 1,379

    Re: The failure of new applications HTTP/1.1

    Please test the following instead and let me know the test result,

    1. Create a new ASP page, in it write nothing but simply "Hello world".

    2. Test against this page instead of your own page.

    If such a page still fails, we can see what needs to be done.

    Lex Li
    Support Engineer at Microsoft
    ---------------------------
    This posting is provided "AS IS" with no warranties, and confers no rights.
  • 05-30-2009, 11:57 PM In reply to

    • barryhxlSP1
    • Not Ranked
    • Joined on 05-29-2009, 1:19 AM
    • china shenyang
    • Posts 5

    Re: The failure of new applications HTTP/1.1

    hello,
    Thanks your reply!
    index.asp (notepad.exe)
    ................................. ................................. 
     <%@ language="javascript"%>
    <html>
    <body>
    <%
    Response.Write("Hello World!")
    %>
    </body>
    </html> 
     ................................. ................................. 
    http://localhost/—>HTTP/1.1 newly built application procedure defeat. why?

    I experiment the website: http://barryhxl.idv.st/
    Hard work,then fate
Page 1 of 1 (5 items)
Microsoft Communities