943,929 Members | Top Members by Rank

Ad:
  • ASP.NET Discussion Thread
  • Unsolved
  • Views: 778
  • ASP.NET RSS
Jan 9th, 2009
0

BeginnerQuestions to create WebSite

Expand Post »
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
ASP.NET Syntax (Toggle Plain Text)
  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.
Reputation Points: 33
Solved Threads: 6
Junior Poster
Liszt is offline Offline
122 posts
since Oct 2008
Jan 9th, 2009
0

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
Reputation Points: 21
Solved Threads: 12
Junior Poster in Training
MatEpp is offline Offline
79 posts
since Jan 2009
Jan 9th, 2009
0

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 ?

Click to Expand / Collapse  Quote originally posted by MatEpp ...
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.
Reputation Points: 33
Solved Threads: 6
Junior Poster
Liszt is offline Offline
122 posts
since Oct 2008
Jan 9th, 2009
0

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.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
hhamdan is offline Offline
21 posts
since Nov 2008
Jan 9th, 2009
0

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 ?


Click to Expand / Collapse  Quote originally posted by hhamdan ...
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.
Reputation Points: 33
Solved Threads: 6
Junior Poster
Liszt is offline Offline
122 posts
since Oct 2008
Jan 9th, 2009
0

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.
Reputation Points: 66
Solved Threads: 56
Posting Pro in Training
Fungus1487 is offline Offline
459 posts
since Apr 2007
Jan 9th, 2009
0

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.

Click to Expand / Collapse  Quote originally posted by Fungus1487 ...
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.
Reputation Points: 33
Solved Threads: 6
Junior Poster
Liszt is offline Offline
122 posts
since Oct 2008
Jan 9th, 2009
0

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.
Reputation Points: 33
Solved Threads: 6
Junior Poster
Liszt is offline Offline
122 posts
since Oct 2008
Jan 9th, 2009
0

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?
Reputation Points: 66
Solved Threads: 56
Posting Pro in Training
Fungus1487 is offline Offline
459 posts
since Apr 2007

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in ASP.NET Forum Timeline: Open Page2 from Page1 in Web Developer
Next Thread in ASP.NET Forum Timeline: Regarding the CrystalReport with asp.net





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC