BeginnerQuestions to create WebSite

Please support our ASP.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: Oct 2008
Posts: 122
Reputation: Liszt is an unknown quantity at this point 
Solved Threads: 6
Liszt Liszt is offline Offline
Junior Poster

BeginnerQuestions to create WebSite

 
0
  #1
Jan 9th, 2009
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
  1. protected void Button1_Click(object sender, EventArgs e)
  2. {
  3. TextBox2.Text = TextBox1.Text;
  4. }

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.
Reply With Quote Quick reply to this message  
Join Date: Jan 2009
Posts: 79
Reputation: MatEpp is an unknown quantity at this point 
Solved Threads: 12
MatEpp MatEpp is offline Offline
Junior Poster in Training

Re: BeginnerQuestions to create WebSite

 
0
  #2
Jan 9th, 2009
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
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 122
Reputation: Liszt is an unknown quantity at this point 
Solved Threads: 6
Liszt Liszt is offline Offline
Junior Poster

Re: BeginnerQuestions to create WebSite

 
0
  #3
Jan 9th, 2009
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 ?

Originally Posted by MatEpp View Post
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.
Reply With Quote Quick reply to this message  
Join Date: Nov 2008
Posts: 20
Reputation: hhamdan is an unknown quantity at this point 
Solved Threads: 0
hhamdan hhamdan is offline Offline
Newbie Poster

Re: BeginnerQuestions to create WebSite

 
0
  #4
Jan 9th, 2009
just search for an ftp software, the are many of them and the are free
then you access the server through the user-name and password which you already has it.
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 122
Reputation: Liszt is an unknown quantity at this point 
Solved Threads: 6
Liszt Liszt is offline Offline
Junior Poster

Re: BeginnerQuestions to create WebSite

 
0
  #5
Jan 9th, 2009
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 ?


Originally Posted by hhamdan View Post
just search for an ftp software, the are many of them and the are free
then you access the server through the user-name and password which you already has it.
Last edited by Liszt; Jan 9th, 2009 at 4:29 pm.
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 437
Reputation: Fungus1487 is on a distinguished road 
Solved Threads: 50
Fungus1487's Avatar
Fungus1487 Fungus1487 is offline Offline
Posting Pro in Training

Re: BeginnerQuestions to create WebSite

 
0
  #6
Jan 9th, 2009
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.
When Autumn Falls [ http://www.whenautumnfalls.co.uk ] &&
Designdotworks [ http://www.designdotworks.co.uk ] Web / Graphic / Software Design
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 122
Reputation: Liszt is an unknown quantity at this point 
Solved Threads: 6
Liszt Liszt is offline Offline
Junior Poster

Re: BeginnerQuestions to create WebSite

 
0
  #7
Jan 9th, 2009
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.

Originally Posted by Fungus1487 View Post
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.
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 122
Reputation: Liszt is an unknown quantity at this point 
Solved Threads: 6
Liszt Liszt is offline Offline
Junior Poster

Re: BeginnerQuestions to create WebSite

 
0
  #8
Jan 9th, 2009
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.
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 437
Reputation: Fungus1487 is on a distinguished road 
Solved Threads: 50
Fungus1487's Avatar
Fungus1487 Fungus1487 is offline Offline
Posting Pro in Training

Re: BeginnerQuestions to create WebSite

 
0
  #9
Jan 9th, 2009
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?
When Autumn Falls [ http://www.whenautumnfalls.co.uk ] &&
Designdotworks [ http://www.designdotworks.co.uk ] Web / Graphic / Software Design
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the ASP.NET Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC