Announcement

Collapse
No announcement yet.

Jon00 Homeseer 2 web page (Quick view) builder discussion

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Jon00 Homeseer 2 web page (Quick view) builder discussion

    Please post your comments on this package here. More details here
    Jon


    #2
    I have been hoping for an easy way to setup up quickview.
    I am also I one the non-programers.
    This is what i am getting when i try to run the aspx call with the following:
    http://90.0.0.6/buildpage.aspx/?val=qv




    --------------------------------------------------------------------------------

    Server Error in '/' Application.
    --------------------------------------------------------------------------------

    Runtime Error
    Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

    Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


    <!-- Web.Config Configuration File -->

    <configuration>
    <system.web>
    <customErrors mode="Off"/>
    </system.web>
    </configuration>


    Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


    <!-- Web.Config Configuration File -->

    <configuration>
    <system.web>
    <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
    </configuration>


    Should this work riight out of the box?

    Comment


      #3
      It should

      Try http://90.0.0.6/buildpage.aspx?val=qv
      Jon

      Comment


        #4
        This is what i get




        Server Error in '/' Application.
        --------------------------------------------------------------------------------

        The resource cannot be found.
        Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.

        Requested URL: /buildpage.aspx

        Comment


          #5
          What happens if you just put:

          http://90.0.0.6/buildpage.aspx
          Jon

          Comment


            #6
            Capitals in the page name fixs it

            TrOjAn

            BuildPage.aspx works

            buildpage.aspx DONT

            Comment


              #7
              How odd - both those URL's work here?? I wonder why you are case dependant and I'm not??
              Jon

              Comment


                #8
                it works fine if i rename the file to lowercase? weird huh.

                TrOjAn

                Comment


                  #9
                  Strange...it's working now....thanks

                  Comment


                    #10
                    Well that's good - I was starting to be concerned.
                    Jon

                    Comment


                      #11
                      Help!!!!!

                      Hello,

                      This script sounds exactly like what I am looking for. Well done and thanks.

                      I have download and installed the script, however with using the address

                      http://localhost/BuildPage.aspx?val=qv, I am getting Error - no such page. BuildPage.aspx is in the html folder and qv.ini is in the config folder. Any ideas??

                      Regards

                      LiamK

                      <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0><TBODY><TR><TD class=tableroweven align=right>Current Date/Time:</TD><TD class=tableroweven align=left>10/01/2007 20:28:17</TD></TR><TR><TD class=tablerowodd align=right>HomeSeer Version:</TD><TD class=tablerowodd align=left>Standard Edition 2.1.122.0</TD></TR><TR><TD class=tableroweven align=right>HomeSeer:</TD><TD class=tableroweven align=left>Is Registered </TD></TR><TR><TD class=tablerowodd align=right>Operating System:</TD><TD class=tablerowodd align=left>Microsoft Windows XP Professional - Work Station</TD></TR><TR><TD class=tableroweven align=right>OS Version:</TD><TD class=tableroweven align=left>5.1.2600 Service Pack: 1.0</TD></TR><TR><TD class=tablerowodd align=right>System Uptime:</TD><TD class=tablerowodd align=left>2 Days 0 Hours 16 Minutes 45 Seconds</TD></TR><TR><TD class=tableroweven align=right>User Name and Access Level:</TD><TD class=tableroweven align=left>admin (Admin)</TD></TR><TR><TD class=tablerowodd align=right>LAN IP Address:</TD><TD class=tablerowodd align=left>192.168.1.100 (homeseer)</TD></TR><TR><TD class=tableroweven align=right>Client IP Address:</TD><TD class=tableroweven align=left>127.0.0.1 (homeseer)</TD></TR></TBODY></TABLE>

                      Comment


                        #12
                        This is so wierd.

                        Lets go through this:

                        Try http://localhost/stat

                        Do you get the status page?

                        If OK Try http://localhost/BuildPage.aspx

                        Does a page show with a error message in the top left?

                        If OK Try again http://localhost/BuildPage.aspx?val=qv
                        Jon

                        Comment


                          #13
                          Ok, thanks for the quick reply.....

                          When I first try the address BuildPage.aspx?val=qv, I got a session error, which I ignored. I think now that Homeseer has crashed/frozen and hence the no such pages errors. I restarted homeseer and recreated the session error. See attached.
                          Any ideas

                          Regards

                          LiamK
                          Attached Files

                          Comment


                            #14
                            I'm not very experienced with asp.net errors.

                            Rather than use localhost, try your machine name or IP address.

                            i.e.

                            http://192.168.1.5/BuildPage.aspx?val=qv

                            or

                            http://LiamsPC/BuildPage.aspx?val=qv
                            Jon

                            Comment


                              #15
                              Still no luck...

                              Anyone else got any other ideas

                              Regards

                              Liam

                              Comment

                              Working...
                              X