• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Making A Siye Using ASP.NET

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.
 
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.
 
Back
Top