Doubt in accessing a web page from remote system in asp.net2.0

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • khanpmd
    New Member
    • Apr 2007
    • 6

    Doubt in accessing a web page from remote system in asp.net2.0

    Hi

    I want to know how can we access the webpage from remote systems?

    I checked here with http://computername/virtualdirector yname/page.asxp error showing the page cannot be display.

    How can we access it?

    Give me the solution asasp


    Thanks
    Regards
    Khan Mohamed
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    I believe that you need to manage the dns. HTH.

    Comment

    • Frinavale
      Recognized Expert Expert
      • Oct 2006
      • 9749

      #3
      Originally posted by khanpmd
      Hi

      I want to know how can we access the webpage from remote systems?

      I checked here with http://computername/virtualdirector yname/page.asxp error showing the page cannot be display.

      How can we access it?

      Give me the solution asasp


      Thanks
      Regards
      Khan Mohamed
      First you have to make the website.
      Then you have to have IIS (the web server) installed and the appropriate version of the .NET Framework running on that server.
      Then you have to add a website to the IIS.
      Then you have to move your website on to the IIS server.
      ...
      Then you should be able to connect to it.
      Unless there's an error in some configuration.. .

      -Frinny

      Comment

      • khanpmd
        New Member
        • Apr 2007
        • 6

        #4
        Hi Friend

        you asked to do the following

        First you have to make the website.
        Then you have to have IIS (the web server) installed and the appropriate version of the .NET Framework running on that server.
        Then you have to add a website to the IIS.
        Then you have to move your website on to the IIS server.

        I think the above steps you asked to add our website in inetpub/wwwroot.That i have done already in my system.I want that website to some other "system x".Whwn i accessing that page error displayed as page cannot be displayed.
        what are the other ways

        ...
        Then you should be able to connect to it.
        Unless there's an error in some configuration.. .

        Comment

        • khanpmd
          New Member
          • Apr 2007
          • 6

          #5
          Originally posted by kenobewan
          I believe that you need to manage the dns. HTH.
          you have given the solution but i cant get it.Expalin it in detail.Because i am fresher for web application


          Thanks

          Comment

          • prabunewindia
            New Member
            • Mar 2007
            • 199

            #6
            hi friend,
            try the following

            go to the iis and right click on ur project which is in default websites
            and select properties---->
            give permissions(che ck all check boxes)
            and goto to the asp.net tab and choose the version in dropdown list

            Prabu


            Originally posted by khanpmd
            you have given the solution but i cant get it.Expalin it in detail.Because i am fresher for web application


            Thanks

            Comment

            • Frinavale
              Recognized Expert Expert
              • Oct 2006
              • 9749

              #7
              Originally posted by khanpmd
              you have given the solution but i cant get it.Expalin it in detail.Because i am fresher for web application


              Thanks

              Have you been able to connect to it through localhost?
              Do you see an error there...I remember something about some permissions not being set properly..the browser displays a "page not found" message to remote browsers for security reasons...I think this feature comes with IIS6?

              I'll look it up for ya.

              -Frinny

              Comment

              • Frinavale
                Recognized Expert Expert
                • Oct 2006
                • 9749

                #8
                Microsoft's article on the issue...

                Another source says that IIS6 is initially only configured to serve static HTML pages and that you need to go into the IIS Manager and allow websites to use ASP.NET (pick the right version: 1.1 if you developed with Visual Studio 2003, otherwise pick version 2.0)....This is what I'm remembering (I had this problem too a little while back).

                Another Microsoft Article on the issue

                Check out this stuff and let me know if you're any closer to fixing the problem!

                -Frinny

                Comment

                Working...