September 28, 2012 at 1:19 pm
While I'm thinking about it, here's another site you might find helpful: w3schools.com[/url].
+--------------------------------------------------------------------------------------+
Check out my blog at https://pianorayk.wordpress.com/
September 28, 2012 at 1:22 pm
pvanitallie (9/28/2012)
Thanks for the encouragement.I had a problem. Whenever I've tried to use a project that specifies localhost, I get
Service Unavailable
HTTP Error 503. The service is unavailable.
I will try to do this again with a different, non localhost project.
500-series errors indicate that there was something the server didn't like.
Here's a Wikipedia list of HTTP error codes that might be helpful.
+--------------------------------------------------------------------------------------+
Check out my blog at https://pianorayk.wordpress.com/
October 3, 2012 at 3:58 am
If you're using localhost and you're not running SQL Server (or the SQL Server / SQL Agent services) on your local box, then that would be the first problem. "localhost" is taken very literally. You may have to give it the name of an instance to connect to, or the default name of the instance, to fix this error.
October 3, 2012 at 9:29 am
I installed WebMatrix2 and used all defaults. Here is the link that I used:
http://www.microsoft.com/web/gallery/install.aspx?appid=WebMatrix
I was able to generate a web page (starting with default.aspx) and the local host connection worked.
Viewing 4 posts - 31 through 33 (of 33 total)
You must be logged in to reply to this topic. Login to reply