Question:
please help me in building a website in asp.net vs2005?
sabal.mehra
2009-07-24 08:48:31 UTC
hello friends

i am new to asp.net and i am developing a site in asp.net so i have few questions in mind

1) when i create new website vs ask location is, file system or HTTP waht should i choose? and y?

2)how to register my site so that i can run on internet like other sites?

3) like in html 1st page is index.html , whai is in asp.net? what name of the 1st page should b? is it .html or it can .aspx?

please give me the answers of my question ill b very thankful to u
Three answers:
HeroOfTime
2009-07-24 09:20:20 UTC
I will answers your questions in a similar manner you asked.



1. Since you are developing your website in your local system. Let it be File System because it is best when developing.



2. You will probably need to first publish your website and put it on a server either IIS or other.



3. The default page in asp .net is Default.aspx.
arbpen
2009-07-24 09:05:12 UTC
ASP.Net is a server side language. You need to learn to crawl before you run.



Learn HTML and CSS first, then you can start playing with server side languages. HTML-Dog is a good place to start, or you can take a look at my tutorial http://www.cavalcade-of-coding.info/html/index.php.
Joe G
2009-07-24 11:29:50 UTC
You need a web host supporting asp.net. Windows based web hosting plans support asp.net.



Go to: http://www.goldpuma.com



Pick a Deluxe Window Web Hosting package.



To get further info regarding getting your created website online refer to:

http://www.goldpuma.com/answers



Hope this helps.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...