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