DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   ASP.NET (http://www.daniweb.com/forums/forum18.html)
-   -   BeginnerQuestions to create WebSite (http://www.daniweb.com/forums/thread167271.html)

Liszt Jan 9th, 2009 1:55 pm
BeginnerQuestions to create WebSite
 
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
    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

MatEpp Jan 9th, 2009 2:14 pm
Re: BeginnerQuestions to create WebSite
 
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

Liszt Jan 9th, 2009 2:35 pm
Re: BeginnerQuestions to create WebSite
 
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 ?

Quote:

Originally Posted by MatEpp (Post 774614)
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


hhamdan Jan 9th, 2009 2:54 pm
Re: BeginnerQuestions to create WebSite
 
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.

Liszt Jan 9th, 2009 4:28 pm
Re: BeginnerQuestions to create WebSite
 
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 ?


Quote:

Originally Posted by hhamdan (Post 774642)
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.


Fungus1487 Jan 9th, 2009 6:15 pm
Re: BeginnerQuestions to create WebSite
 
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.

Liszt Jan 9th, 2009 6:32 pm
Re: BeginnerQuestions to create WebSite
 
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.

Quote:

Originally Posted by Fungus1487 (Post 774791)
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.


Liszt Jan 9th, 2009 7:23 pm
Re: BeginnerQuestions to create WebSite
 
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.

Fungus1487 Jan 9th, 2009 8:58 pm
Re: BeginnerQuestions to create WebSite
 
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?


All times are GMT -4. The time now is 8:10 pm.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC