Got more questions? Find advice on: SQL | XML | Regular Expressions | Windows
Welcome to AspAdvice Sign in | Join | Help

Re: My first VineType site for a client - problem w GoDaddy.com hosting

  •  05-06-2008, 3:29 PM

    Re: My first VineType site for a client - problem w GoDaddy.com hosting

    Hi Doug.

    Interesting debugging question so I thought I'd go to a website that provides the response header information for websites and this is what your site responds with:
     

        Requesting: http://www.lifeinfocusgroup.com/default.aspx
        GET /default.aspx HTTP/1.1
        Connection: Keep-Alive
        Keep-Alive: 300
        Accept:*/*
        Host: www.lifeinfocusgroup.com
        Accept-Language: en-us
        Accept-Encoding: gzip, deflate
        User-Agent: Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 6.0)

       Server Response: 500 Internal Server Error
        Date: Tue, 06 May 2008 19:24:09 GMT
        Server: Microsoft-IIS/6.0
        X-Powered-By: ASP.NET
        MicrosoftOfficeWebServer: 5.0_Pub
       
    X-AspNet-Version: 1.1.4322
        Cache-Control: private
        Content-Type: text/html; charset=utf-8
        Content-Length: 3026

    Fortunately, it's able to report even when there's an error, that it is serving up .NET 1.1

    So that seems to be the problem.  I'd really like a way for Vine Type itself to detect this and report back with some sort of "Vine Type needs .NET 2.0" message but I don't think that is possible because my code never gets called in these situations. 

     


    Sincerely,

    Carl
    -----
    vine type - content management with standards in mind - vinetype.com
    -----
    Filed under:
View Complete Thread