Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Deployee in Client machine

Deployee in Client machine

Scheduled Pinned Locked Moved ASP.NET
csharpdatabasesysadminwindows-adminhelp
12 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mdazeemuddin
    wrote on last edited by
    #1

    Hi every one i am working in organization and i have developed one website my question is i publish my website perfectly now i have to show the website to my boss in our company there is no server i developed website in client machine if i install IIS in my boss Computer and i put my publish files in wwwroot directory and i make virtual path will it work or i need to register the dotnet with IIS but i con't install dotnet on my boss system and one more thing i use database also to save user registration detail and for some other pages also how to show demo on my boss system please help me its very very very urgent thanks in advance

    A 1 Reply Last reply
    0
    • M mdazeemuddin

      Hi every one i am working in organization and i have developed one website my question is i publish my website perfectly now i have to show the website to my boss in our company there is no server i developed website in client machine if i install IIS in my boss Computer and i put my publish files in wwwroot directory and i make virtual path will it work or i need to register the dotnet with IIS but i con't install dotnet on my boss system and one more thing i use database also to save user registration detail and for some other pages also how to show demo on my boss system please help me its very very very urgent thanks in advance

      A Offline
      A Offline
      AhsanS
      wrote on last edited by
      #2

      Make virtual direcory in your own system And access it from your boss system. You can do it like http://IP OF YOUR SYSTEM/VirutalDirecoryName/PageName.aspx

      Ahsan Ullah Senior Software Engineer MCTS 2.0

      M 1 Reply Last reply
      0
      • A AhsanS

        Make virtual direcory in your own system And access it from your boss system. You can do it like http://IP OF YOUR SYSTEM/VirutalDirecoryName/PageName.aspx

        Ahsan Ullah Senior Software Engineer MCTS 2.0

        M Offline
        M Offline
        mdazeemuddin
        wrote on last edited by
        #3

        thanks for support i tried that but i got the error that is page cannot be display

        T A 2 Replies Last reply
        0
        • M mdazeemuddin

          thanks for support i tried that but i got the error that is page cannot be display

          T Offline
          T Offline
          The_Collector
          wrote on last edited by
          #4

          you have to specify ur boss' computer name or IP in your firewall so that his computer can access your IIS... Open your firewall setup in control panel and click "advance"... from there, read the instruction on how to give acccess... hope this will help you.

          xxx

          M 1 Reply Last reply
          0
          • M mdazeemuddin

            thanks for support i tried that but i got the error that is page cannot be display

            A Offline
            A Offline
            Abhijit Jana
            wrote on last edited by
            #5

            mdazeemuddin wrote:

            i tried that but i got the error that is page cannot be display

            Did you create virtual Directory? Did you setup the Authentication setting, Framework version and Documents etc? Does you system able to ping from other system?

            cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net

            T M 2 Replies Last reply
            0
            • A Abhijit Jana

              mdazeemuddin wrote:

              i tried that but i got the error that is page cannot be display

              Did you create virtual Directory? Did you setup the Authentication setting, Framework version and Documents etc? Does you system able to ping from other system?

              cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net

              T Offline
              T Offline
              The_Collector
              wrote on last edited by
              #6

              it does not matter if your page is in virtual or not... the problem is in the firewall of the host pc... It must allow the remote pc by specifying the IP or Name to give access the page through a specific port, and that must be define in your firewall especially when you are using Windows XP.... The main issue/problem is the security....

              xxx

              1 Reply Last reply
              0
              • T The_Collector

                you have to specify ur boss' computer name or IP in your firewall so that his computer can access your IIS... Open your firewall setup in control panel and click "advance"... from there, read the instruction on how to give acccess... hope this will help you.

                xxx

                M Offline
                M Offline
                mdazeemuddin
                wrote on last edited by
                #7

                thanks for support the way u said i did the same thing i open the control panel from there i open firewall setup then i open advance setting then i give permission to my boss computer to access my website i ping my computer from my boss computer. He get the reply from my computer. when i tried to open the website again it is given page cannot be display i type the url in this way http://myipaddress/websitename/Default.aspx will i have to set some setting from my iis or some other way is there i will tell what i did after publishing i copy the publish files and i past that file into wwwroot directory then i open the inetmgr from run then i open default website i saw my website folder i right click that folder after that i open the property and i set virtual directory then i closed the iis and from my computer i open the internet explorer i type the address as http://localhost/mywebsitename its work fine in localhost . will i have set some setting to access my boss from my computer please help me as soon as possible because i have to show today at any cost please help me

                T 2 Replies Last reply
                0
                • A Abhijit Jana

                  mdazeemuddin wrote:

                  i tried that but i got the error that is page cannot be display

                  Did you create virtual Directory? Did you setup the Authentication setting, Framework version and Documents etc? Does you system able to ping from other system?

                  cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net

                  M Offline
                  M Offline
                  mdazeemuddin
                  wrote on last edited by
                  #8

                  thanks for support yes i checked from other system it is giving reply when i ping from there

                  1 Reply Last reply
                  0
                  • M mdazeemuddin

                    thanks for support the way u said i did the same thing i open the control panel from there i open firewall setup then i open advance setting then i give permission to my boss computer to access my website i ping my computer from my boss computer. He get the reply from my computer. when i tried to open the website again it is given page cannot be display i type the url in this way http://myipaddress/websitename/Default.aspx will i have to set some setting from my iis or some other way is there i will tell what i did after publishing i copy the publish files and i past that file into wwwroot directory then i open the inetmgr from run then i open default website i saw my website folder i right click that folder after that i open the property and i set virtual directory then i closed the iis and from my computer i open the internet explorer i type the address as http://localhost/mywebsitename its work fine in localhost . will i have set some setting to access my boss from my computer please help me as soon as possible because i have to show today at any cost please help me

                    T Offline
                    T Offline
                    The_Collector
                    wrote on last edited by
                    #9

                    r u sure u can run your ASPX file in your own PC??? because f u did, the problem s the comunication between your pc and your bos' PC... you should make sure you pinged your pos' pc. pls check f u did the following.... 1. click "control panel", "Windows Firewall", "Advanced" 2. clisk "Local Area Connection" or d network u use in order to connect to your bos' PC. 3. Click "Settings", "Services", 4. "Web Server(HTTP)" must be check. 5. Click "Edit" button.... 6. input d IP address of your Bos' PC... 7. Save all d changes.... P.S. if it doesn't work, do the above instructions to your boss PC..... Your bos' PC myt have d same problem as yours... booth PC shud allow inbound and outbound communication in one common port. I know u understand what I mean.... F instructions were done.... type "http://xxx.xxx.xxx.xxx/mywebsitename" in your bos' pc. xxx.xxx.xxx.xxx is your d IP address of your PC.

                    xxx

                    M 1 Reply Last reply
                    0
                    • M mdazeemuddin

                      thanks for support the way u said i did the same thing i open the control panel from there i open firewall setup then i open advance setting then i give permission to my boss computer to access my website i ping my computer from my boss computer. He get the reply from my computer. when i tried to open the website again it is given page cannot be display i type the url in this way http://myipaddress/websitename/Default.aspx will i have to set some setting from my iis or some other way is there i will tell what i did after publishing i copy the publish files and i past that file into wwwroot directory then i open the inetmgr from run then i open default website i saw my website folder i right click that folder after that i open the property and i set virtual directory then i closed the iis and from my computer i open the internet explorer i type the address as http://localhost/mywebsitename its work fine in localhost . will i have set some setting to access my boss from my computer please help me as soon as possible because i have to show today at any cost please help me

                      T Offline
                      T Offline
                      The_Collector
                      wrote on last edited by
                      #10

                      you can also delete your virtual directory instead, copy your ASPX files in WWWRoot folder... that makes a lot easier.... by the way, don't forget to install "dotnetfix" in your PC, that myt be one of the cause of your problem

                      xxx

                      1 Reply Last reply
                      0
                      • T The_Collector

                        r u sure u can run your ASPX file in your own PC??? because f u did, the problem s the comunication between your pc and your bos' PC... you should make sure you pinged your pos' pc. pls check f u did the following.... 1. click "control panel", "Windows Firewall", "Advanced" 2. clisk "Local Area Connection" or d network u use in order to connect to your bos' PC. 3. Click "Settings", "Services", 4. "Web Server(HTTP)" must be check. 5. Click "Edit" button.... 6. input d IP address of your Bos' PC... 7. Save all d changes.... P.S. if it doesn't work, do the above instructions to your boss PC..... Your bos' PC myt have d same problem as yours... booth PC shud allow inbound and outbound communication in one common port. I know u understand what I mean.... F instructions were done.... type "http://xxx.xxx.xxx.xxx/mywebsitename" in your bos' pc. xxx.xxx.xxx.xxx is your d IP address of your PC.

                        xxx

                        M Offline
                        M Offline
                        mdazeemuddin
                        wrote on last edited by
                        #11

                        thank you very very very much finally with the help of u i show the demo to my boss thanks one again

                        T 1 Reply Last reply
                        0
                        • M mdazeemuddin

                          thank you very very very much finally with the help of u i show the demo to my boss thanks one again

                          T Offline
                          T Offline
                          The_Collector
                          wrote on last edited by
                          #12

                          No problemmmmmmm.... share ur knowledge also to others.....

                          xxx

                          1 Reply Last reply
                          0
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • World
                          • Users
                          • Groups