tags:

views:

59

answers:

3

I was able to run Default.aspx but i think i am doing this wrong. I uploaded my ASPX files and Global.asax to httpdocs i did a simple test to see if there was any URL rewriting and there was none (which every page requires except for Default.aspx). I am unsure how to properly upload and run this.

A: 

You'll need IIS.

http://www.iis.net/

Jason Watts
actually you don't, you can use mod_mono on linux...
Cipher
yes, there are many options for a web server. not exactly sure why he'd set up a linux box just to test his web app however.
Jason Watts
A: 

Right-click your site in Solution Explorer and choose "Publish Web Site".

John Saunders
This was very useful. I dont have to upload as much and the bin are all in bin. However i still get errors, but this time in my default.aspx as well. I think it is closer but still has trouble with something.
acidzombie24
Found the problems. They were related to multiple things. incorrect path was one of them.
acidzombie24
@Downvoter: kindly help me learn by saying what you didn't like about my answer. Thanks.
John Saunders
+1  A: 

Please see Setting up your ASP.NET server (IIS) - this tutorial will help you set up ASP.NET under IIS6.

Andrew Hare
The interesting thing about the Publish command is that you hardly need any tutorial
John Saunders