Making A Siye Using ASP.NET

mysticfm

Member
Jun 21, 2004
137
0
0
You don't indicate what if any web development experience you have. You should at least know HTML pretty well and also a programming language like Visual Basic or C#. If not, you need to learn those things first. Then get the Web Matrix tool from http://www.asp.net. (Unless you already have VS.NET, that is.) Then download the .NET SDK and start reading the ASP.NET documentation it includes.
 

mugs

Lifer
Apr 29, 2003
48,920
46
91
a. Do you know ASP.NET? If not, learn it. You can run scripts on your own computer with IIS.
b. Do you have a web host that supports ASP.NET? Get one (after you've learned ASP.NET)
c. Do you know what you want the website to do? Figure it out. Write scripts accordingly.

If you want more details, you're going to have to give more details.