Announcement

Collapse
No announcement yet.

ASPX

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • ASPX

    Does anyone know of free software that will let me host a .aspx file.

    thanks
    Jacob (F&R Computer Man)

  • #2
    Microsoft IIS (Internet Information Services) - a http server which is included with Windows XP and up. Click Add/Remove Programs, Add/Remove Windows Components button, and select "Internet Information Services (IIS)". (These instructions are for XP; YOSMV.)

    NOTE: Actually getting your ASPX file working may be rather complicated.

    WARNING: Running a web server on your personal machine opens up all sorts of security problems, make sure you have good firewall software and set things up so you can only access the server from your local machine! If you are a novice I do *not* recommend you do this!
    Last edited by TheSHAD0W; 03-11-2010, 05:40 AM.

    Comment


    • #3
      Also, check with your internet service provider. Many have restrictions on hosting websites over residential connections
      The Rich keep getting richer because they keep doing what it was that made them rich. Ditto the Poor.
      "Hy kan tell dey is schmot qvestions, dey is makink my head hurt."
      Hoc spatio locantur.

      Comment


      • #4
        He can run it for himself, accessing it via "localhost", while firewalling it off and making it inaccessible to the rest of the net.

        Comment


        • #5
          I have IIS installed and working but i can't get the aspx files to work. It just opens this http://98.235.232.93/
          Jacob (F&R Computer Man)

          Comment


          • #6
            Quoth F&R Computer Man View Post
            I have IIS installed and working but i can't get the aspx files to work. It just opens this http://98.235.232.93/
            I don't know if you were expecting us to be able to view that, but we cannot. I suspect your computer firewall, router firewall, or DSL/Cable modem firewall is blocking it.

            I can ping the address, but not load the page.


            Eric the Grey
            In memory of Dena - Don't Drink and Drive

            Comment


            • #7
              Quoth Eric the Grey View Post
              I don't know if you were expecting us to be able to view that, but we cannot. I suspect your computer firewall, router firewall, or DSL/Cable modem firewall is blocking it.

              I can ping the address, but not load the page.


              Eric the Grey
              sorry i have everthing working now but the address is
              http://98.235.232.93/otrs/index.pl
              the only problem i have is that it will not send emails like when you try to setup a new account like this http://98.235.232.93//otrs/customer.pl i need this to send emails please help. this has been driving me nuts
              Jacob (F&R Computer Man)

              Comment


              • #8
                Quoth F&R Computer Man View Post
                sorry i have everthing working now but the address is
                http://98.235.232.93/otrs/index.pl
                the only problem i have is that it will not send emails like when you try to setup a new account like this http://98.235.232.93//otrs/customer.pl i need this to send emails please help. this has been driving me nuts
                With just a quick glance, looking only at the comments in the code, your first page doesn't have a section of code to create an account, with all that it implies.

                If you can do the programming, I'd suggest setting that section up. I can't help much with it beyond this. I'm still learning HTML code, and haven't yet touched .ASP.



                Eric the Grey
                In memory of Dena - Don't Drink and Drive

                Comment


                • #9
                  OTRS is not an ASP or ASPX application. It's a Perl application, capable of working with plain old CGI if need be.

                  The OP's issue right now would be resolved by reading this section of the original application's documentation and applying the information from there.

                  Comment


                  • #10
                    Quoth Pedersen View Post
                    OTRS is not an ASP or ASPX application. It's a Perl application, capable of working with plain old CGI if need be.

                    The OP's issue right now would be resolved by reading this section of the original application's documentation and applying the information from there.
                    Yea, definitely out of my league.



                    Eric the Grey
                    In memory of Dena - Don't Drink and Drive

                    Comment


                    • #11
                      I swithed to os ticket witch is in php and i am having the same problem with it not sending email... the address is back to 98.235.232.93

                      it wont send any emails
                      Jacob (F&R Computer Man)

                      Comment


                      • #12
                        In that case, you are going to want to follow the directions they provide in this page, especially the area where they talk about "External SMTP Servers".

                        Comment


                        • #13
                          I finally have everything working. Thanks for all the help
                          Jacob (F&R Computer Man)

                          Comment

                          Working...
                          X