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.
actually you don't, you can use mod_mono on linux...
Cipher
2009-06-18 22:44:55
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
2009-06-18 22:48:07
A:
Right-click your site in Solution Explorer and choose "Publish Web Site".
John Saunders
2009-06-18 22:39:17
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
2009-06-18 22:59:30
Found the problems. They were related to multiple things. incorrect path was one of them.
acidzombie24
2009-06-18 23:50:35
@Downvoter: kindly help me learn by saying what you didn't like about my answer. Thanks.
John Saunders
2009-06-19 03:15:18
+1
A:
Please see Setting up your ASP.NET server (IIS) - this tutorial will help you set up ASP.NET under IIS6.
Andrew Hare
2009-06-18 22:41:16
The interesting thing about the Publish command is that you hardly need any tutorial
John Saunders
2009-06-19 03:14:23