I get that error when trying to "view in browser" from an aspx file in Visual Studio 2008. The complication to the problem is that I'm not actually on the server itself, its a project that's been checked out from source control onto my local machine. I've seen the solution for the problem if I were on the server but my computer is not and has not been configured to run as a server. So is there some way to fix this without setting up my own computer as a server? I'm pretty new to Visual Studio and the .net framework so if I've left something vital out or anything please just ask for clarification.
Thanks in advance!
--edit--
Thanks for the responses guys but the proposed solution won't work since the project is a 'web site' not a 'web project' http://msdn.microsoft.com/en-us/library/aa730880%28VS.80%29.aspx#wapp%5Ftopic5
So I don't have a project file (.csproj) I can right click on to get the properties tab you're talking about. Any more ideas for this problem considering these new facts?