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. how to upload ASPX file ????

how to upload ASPX file ????

Scheduled Pinned Locked Moved ASP.NET
csharpcomhelptutorial
10 Posts 3 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.
  • U Offline
    U Offline
    User 765502
    wrote on last edited by
    #1

    hi, i am new to ASP .NET.so here i am started with a small concept.i have created couple of form ,form1 will ask user name and password,if correct it will direct to form2.this is working fine,Now i wanted this to test on WEB. i already setup a webserver,that i connected remotly,and it is working fine. our company having one domain. let say "www.mydomain.com",i do have the access to FTP.so i can access the remote folder using FTP command in DOS or CuteFTP.that also i did. Now tell me what shld i do with this aplication,i have done many VB.NET application and implemented.so is it the same way that i follow.thst is ,do i have to create a setup project? if so,please help me out.

    J 1 Reply Last reply
    0
    • U User 765502

      hi, i am new to ASP .NET.so here i am started with a small concept.i have created couple of form ,form1 will ask user name and password,if correct it will direct to form2.this is working fine,Now i wanted this to test on WEB. i already setup a webserver,that i connected remotly,and it is working fine. our company having one domain. let say "www.mydomain.com",i do have the access to FTP.so i can access the remote folder using FTP command in DOS or CuteFTP.that also i did. Now tell me what shld i do with this aplication,i have done many VB.NET application and implemented.so is it the same way that i follow.thst is ,do i have to create a setup project? if so,please help me out.

      J Offline
      J Offline
      John Kuhn
      wrote on last edited by
      #2

      You do not have create a setup project to produce an install application unless you are going to deploy the application to multiple servers AND you need to install & register components in the global assembly cache. Otherwise, the only requirements are that you have installed the .NET Framework Redistributable on the target server and that you are able to create a new virtual directory in which the application will run. What a piece of work is man, how noble in reason, how infinite in faculties, in form and moving how express and admirable . . . and yet to me, what is this quintessence of dust? -- Hamlet, Act II, Scene ii.

      U 1 Reply Last reply
      0
      • J John Kuhn

        You do not have create a setup project to produce an install application unless you are going to deploy the application to multiple servers AND you need to install & register components in the global assembly cache. Otherwise, the only requirements are that you have installed the .NET Framework Redistributable on the target server and that you are able to create a new virtual directory in which the application will run. What a piece of work is man, how noble in reason, how infinite in faculties, in form and moving how express and admirable . . . and yet to me, what is this quintessence of dust? -- Hamlet, Act II, Scene ii.

        U Offline
        U Offline
        User 765502
        wrote on last edited by
        #3

        can you please explain me in detail... actually my webserver provider created a database for me. i do not have any rights.tell me what do i need to do..i am having a database remotley.and a domain ,which i have access. i was trying to copy the whole folder into my remote folder,when i right-click on that "upload" optin is disabled. please tell me a better and easy method that can be tested on live.

        T 1 Reply Last reply
        0
        • U User 765502

          can you please explain me in detail... actually my webserver provider created a database for me. i do not have any rights.tell me what do i need to do..i am having a database remotley.and a domain ,which i have access. i was trying to copy the whole folder into my remote folder,when i right-click on that "upload" optin is disabled. please tell me a better and easy method that can be tested on live.

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

          You need a default.aspx or index.aspx file in the root. Please put a default.htm file for testing file and see if that file is accessible over web using the domain name www.yourdomain.com. If it works fine, you can upload all your files one by one. You need to figure out what connection string you want to use for connecting to database. :zzz:----------------------------------------------------------------------:(( T Manjaly
          C# Tutorials and samples : http://www.dotnetspider.com

          U 1 Reply Last reply
          0
          • T T Manjaly

            You need a default.aspx or index.aspx file in the root. Please put a default.htm file for testing file and see if that file is accessible over web using the domain name www.yourdomain.com. If it works fine, you can upload all your files one by one. You need to figure out what connection string you want to use for connecting to database. :zzz:----------------------------------------------------------------------:(( T Manjaly
            C# Tutorials and samples : http://www.dotnetspider.com

            U Offline
            U Offline
            User 765502
            wrote on last edited by
            #5

            i am unable to upload file.i have been trying using cute FTP ,but it is not alowing me to do so,please tell me some other way.do i need to make a setup.is it possible to simply copy and past in to web folder.that also not working. please help me !!!!!!!!!

            T 1 Reply Last reply
            0
            • U User 765502

              i am unable to upload file.i have been trying using cute FTP ,but it is not alowing me to do so,please tell me some other way.do i need to make a setup.is it possible to simply copy and past in to web folder.that also not working. please help me !!!!!!!!!

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

              If your server is not in the local network, you will have to use FTP. What is the problem in using FTP? Why it is not allowing? You may need to talk to the administrator and figure out if there is any permissions issue in using FTP. :zzz:----------------------------------------------------------------------:(( T Manjaly
              C# Tutorials and samples : http://www.dotnetspider.com

              U 1 Reply Last reply
              0
              • T T Manjaly

                If your server is not in the local network, you will have to use FTP. What is the problem in using FTP? Why it is not allowing? You may need to talk to the administrator and figure out if there is any permissions issue in using FTP. :zzz:----------------------------------------------------------------------:(( T Manjaly
                C# Tutorials and samples : http://www.dotnetspider.com

                U Offline
                U Offline
                User 765502
                wrote on last edited by
                #7

                hi...now i am able to copy the whole folder to my remote folder..Done !!!! and my folder name is "MyAsp",so i am able to access by typig "www.domain.com/myasp/login.aspx" .but the problem is .i have inserted few text box and button.which is not seeing ,only labels which i inserted is visible.....please help me !!!!!!!!

                T 1 Reply Last reply
                0
                • U User 765502

                  hi...now i am able to copy the whole folder to my remote folder..Done !!!! and my folder name is "MyAsp",so i am able to access by typig "www.domain.com/myasp/login.aspx" .but the problem is .i have inserted few text box and button.which is not seeing ,only labels which i inserted is visible.....please help me !!!!!!!!

                  T Offline
                  T Offline
                  T Manjaly
                  wrote on last edited by
                  #8

                  I can't think of any reason for this! Please Right click on your page in the browser and see what it contains. Check whether it contains the HTML tags for buttons and textboxes. Propably due to some missing table, tr, td elements or due to bad position of controls, it may be not in visible area. :zzz:----------------------------------------------------------------------:(( T Manjaly
                  C# Tutorials and samples : http://www.dotnetspider.com

                  U 1 Reply Last reply
                  0
                  • T T Manjaly

                    I can't think of any reason for this! Please Right click on your page in the browser and see what it contains. Check whether it contains the HTML tags for buttons and textboxes. Propably due to some missing table, tr, td elements or due to bad position of controls, it may be not in visible area. :zzz:----------------------------------------------------------------------:(( T Manjaly
                    C# Tutorials and samples : http://www.dotnetspider.com

                    U Offline
                    U Offline
                    User 765502
                    wrote on last edited by
                    #9

                    hi. i had a talk with my domain provider ,and they told me that server which i am using is not having .NET framework installed.would you think this is the reason that none of the control apearing on the form except label. here i am having another quesion .my login form has 2 control which accept user name and password.in order to hide password,i have used HTML control "Input",but here i am facing problem ,ie.i want to compare this value with my server password ,how do i retrive the value which user entered?ex:if it was textbox,i could have write "textbox1.text".but using input control i dont knw,pls help me ......pls answer my both question.......

                    T 1 Reply Last reply
                    0
                    • U User 765502

                      hi. i had a talk with my domain provider ,and they told me that server which i am using is not having .NET framework installed.would you think this is the reason that none of the control apearing on the form except label. here i am having another quesion .my login form has 2 control which accept user name and password.in order to hide password,i have used HTML control "Input",but here i am facing problem ,ie.i want to compare this value with my server password ,how do i retrive the value which user entered?ex:if it was textbox,i could have write "textbox1.text".but using input control i dont knw,pls help me ......pls answer my both question.......

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

                      If your server doesn't have .Net framework installed, you cannot view an .aspx page from server !! But from your description, it looks like you are able to view the page partially... i am still wondering what could be the problem. TO hide password, you can still use the asp.net text control and set the password character to whatever you want. This way, you can easily get the value of password just like you get the value of user id. If you want to use the HTML input control, you can right click it and make it 'Run at=server' and then access this control's value from server . :zzz:----------------------------------------------------------------------:(( T Manjaly
                      C# Tutorials and samples : http://www.dotnetspider.com

                      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