| | |
BeginnerQuestions to create WebSite
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Oct 2008
Posts: 122
Reputation:
Solved Threads: 6
I am an absolute beginner when it comes to create WebSites and are perheps out to catch some basic knowledge of the steps of creating a page etc...
I am not a beginner in C# and C++ and know these languages Well.
I have downloaded Visual Web Developer 2008 Express Edition where I can use my C# skills.
* For example I have purchased a DomainAdress already:
http://www.abc.com //Example
* I have created a test-WebSite in Web Developer like this:
// Only a button and 2 textBoxes for a test
Now is my question. I can run this WebSite through F5 on my computer but I dont know how I will connect this WebSite with my purchased adress so others can access it ?
This is my question. What do I need to do this ?
Thanks a lot
I am not a beginner in C# and C++ and know these languages Well.
I have downloaded Visual Web Developer 2008 Express Edition where I can use my C# skills.
* For example I have purchased a DomainAdress already:
http://www.abc.com //Example
* I have created a test-WebSite in Web Developer like this:
// Only a button and 2 textBoxes for a test
ASP.NET Syntax (Toggle Plain Text)
protected void Button1_Click(object sender, EventArgs e) { TextBox2.Text = TextBox1.Text; }
Now is my question. I can run this WebSite through F5 on my computer but I dont know how I will connect this WebSite with my purchased adress so others can access it ?
This is my question. What do I need to do this ?
Thanks a lot
Last edited by Liszt; Jan 9th, 2009 at 2:02 pm.
•
•
Join Date: Jan 2009
Posts: 79
Reputation:
Solved Threads: 12
I've never used WebDeveloper but to put your pages up to view on a website you can FTP your site, and there are also applications to download that are more secure for file transfer.
But open up windows explorer, and type in
ftp://abc.com
Then there's your web space. Copy your web page over and then to view it online the directory will be like www.abc.com/AmazingWebpage
But open up windows explorer, and type in
ftp://abc.com
Then there's your web space. Copy your web page over and then to view it online the directory will be like www.abc.com/AmazingWebpage
•
•
Join Date: Oct 2008
Posts: 122
Reputation:
Solved Threads: 6
Thanks for answer 
I think I have to ask what ftp:// really meens or is.
1. Do I connect to a Server online by typing ftp://abc.com that are connected
to my Domain www.abc.com ?
2. When I write ftp://abc.com in Internet Explorer, I get a MessageBox that says:
"Windows cannot access this folder. Make sure you typed the file name correctly and that you have permission to access the folder
Details:
The operation timed out"
Should anything come up by typing in ftp://abc.com ?

I think I have to ask what ftp:// really meens or is.
1. Do I connect to a Server online by typing ftp://abc.com that are connected
to my Domain www.abc.com ?
2. When I write ftp://abc.com in Internet Explorer, I get a MessageBox that says:
"Windows cannot access this folder. Make sure you typed the file name correctly and that you have permission to access the folder
Details:
The operation timed out"
Should anything come up by typing in ftp://abc.com ?
•
•
•
•
I've never used WebDeveloper but to put your pages up to view on a website you can FTP your site, and there are also applications to download that are more secure for file transfer.
But open up windows explorer, and type in
ftp://abc.com
Then there's your web space. Copy your web page over and then to view it online the directory will be like www.abc.com/AmazingWebpage
Last edited by Liszt; Jan 9th, 2009 at 2:37 pm.
•
•
Join Date: Oct 2008
Posts: 122
Reputation:
Solved Threads: 6
I see, I am new to this, so I beleive this will be my first step to do.
As I understand, the UserName and Password is something I get from in my case: GoDaddy where I purchased my DomainName and the files that I will upload is the Folder/"Project" where all the files is saved in when writing my webpage.
I have downloaded a FTP software (Fling) and think I have understand the process to choose the folder where my Project files are.
The only thing is my UserName and Password wich I have done a request for to them.
I hope I am on the right track ?
As I understand, the UserName and Password is something I get from in my case: GoDaddy where I purchased my DomainName and the files that I will upload is the Folder/"Project" where all the files is saved in when writing my webpage.
I have downloaded a FTP software (Fling) and think I have understand the process to choose the folder where my Project files are.
The only thing is my UserName and Password wich I have done a request for to them.
I hope I am on the right track ?
Last edited by Liszt; Jan 9th, 2009 at 4:29 pm.
Have you purchased Hosting or just the domain name?
If so you need to check if your host supports ASP.net else your projects will not work.
If they do they will provide a backend to setup a web application.
If so you need to check if your host supports ASP.net else your projects will not work.
If they do they will provide a backend to setup a web application.
When Autumn Falls [ http://www.whenautumnfalls.co.uk ] &&
Designdotworks [ http://www.designdotworks.co.uk ] Web / Graphic / Software Design
Designdotworks [ http://www.designdotworks.co.uk ] Web / Graphic / Software Design
•
•
Join Date: Oct 2008
Posts: 122
Reputation:
Solved Threads: 6
You are right, I have only purchased the domainname.
So hosting is also something I need to purchase then. I didn“t know that. Good to know that now.
When looking at their page where they show what they support for the hosting http://www.godaddy.com/gdshop/hostin...ed.asp?ci=9009
They have something called: Microsoft. net
I wonder if this is 'the same' as ASP.net or if it will work with this or if any of the other supported will work with ASP.net ?
That would be more than nice to know before I really start out building the webpage.
So hosting is also something I need to purchase then. I didn“t know that. Good to know that now.
When looking at their page where they show what they support for the hosting http://www.godaddy.com/gdshop/hostin...ed.asp?ci=9009
They have something called: Microsoft. net
I wonder if this is 'the same' as ASP.net or if it will work with this or if any of the other supported will work with ASP.net ?
That would be more than nice to know before I really start out building the webpage.
•
•
Join Date: Oct 2008
Posts: 122
Reputation:
Solved Threads: 6
Sorry, I just saw now when clicking around on godaddys site that ASP.net was supported.
However I have purchased a Domainadress and now I also need to purchase a Hosting wich is another thing in order to upload my files to my Domainadress.
I think I am getting this now ?
It is a new process so I just need to get all steps in order to understand how this works.
However I have purchased a Domainadress and now I also need to purchase a Hosting wich is another thing in order to upload my files to my Domainadress.
I think I am getting this now ?
It is a new process so I just need to get all steps in order to understand how this works.
yer you have it right now.
purchasing the domain simply allows you to trap requests to that address and then forward them to anywhere you like.
once you have the domain and hosting which supports ASP.net you are already to go. Just make sure you check some of their features such as maximum upload/download a month, the amount of space you get etc as you can get some very competitive rates. Generally the more you pay the better the service. Also check they are running the version of the .NET framework you require e.g. 2.0 or 3.5?
purchasing the domain simply allows you to trap requests to that address and then forward them to anywhere you like.
once you have the domain and hosting which supports ASP.net you are already to go. Just make sure you check some of their features such as maximum upload/download a month, the amount of space you get etc as you can get some very competitive rates. Generally the more you pay the better the service. Also check they are running the version of the .NET framework you require e.g. 2.0 or 3.5?
When Autumn Falls [ http://www.whenautumnfalls.co.uk ] &&
Designdotworks [ http://www.designdotworks.co.uk ] Web / Graphic / Software Design
Designdotworks [ http://www.designdotworks.co.uk ] Web / Graphic / Software Design
![]() |
Other Threads in the ASP.NET Forum
- Previous Thread: Open Page2 from Page1 in Web Developer
- Next Thread: validation of textbox in gridview
| Thread Tools | Search this Thread |
.net 2.0 activexcontrol advice ajax alltypeofvideos appliances asp asp.net bc30451 beginner bottomasp.net browser button c# c#gridviewcolumn cac checkbox commonfunctions compatible confirmationcodegeneration content courier css dataaccesslayer database datagridview datagridviewcheckbox datalist deadlock development dgv dropdownlist dynamically edit fileuploader fill flash formatdecimal forms formview gridview gudi homeedition iframe iis javascript jquery listbox microsoft mono mouse mssql multistepregistration news numerical objects opera panelmasterpagebuttoncontrols radio ratings redirect registration relationaldatabases reportemail rotatepage schoolproject search security serializesmo.table sessionvariables silverlight smartcard smoobjects software sql-server sqlserver2005 suse textbox tracking treeview unauthorized validatedate validation vb.net video videos virtualdirectory vista visual-studio visualstudio web webapplications webarchitecture webdevelopemnt webprogramming webservice xml xsl youareanotmemberofthedebuggerusers





