Yes, I seem to be stupid.
I downloaded this sample of a community code for ASP.NET
http://www.devcow.com/media/p/1627.aspx
... but didn't find a solution (.sln) file, so I thought I had to have
it running on a web machine.
Now I know that this doesn't seem to be the case and that I can
theoretically run it on my locale machine as well, but I don't know how
because there is no file that would open the project in VS...
How would you do this when you don't find a .sln file?
Thanks again.
Olaf
Alexey Smirnov - 30 Oct 2009 15:26 GMT
> Yes, I seem to be stupid.
> I downloaded this sample of a community code for ASP.NET
[quoted text clipped - 12 lines]
> Thanks again.
> Olaf
Ok, I see what you mean. That sample is built as a "Web site
Project" (see more http://www.google.com/search?q=asp.net+website+vs.+webapplication).
To open it from VS.NET you need to go to File - Open Web Site. To work
with the database you would need to have Sql Express.
Maybe you should also look at the original kit. It was shipped with
installation
http://aspalliance.com/839_Getting_Started_with_the_Club_Site_Starter_Kit
Gregory A. Beamer - 30 Oct 2009 19:33 GMT
Olaf Jung <o.jung@gmx.de> wrote in news:#sF141UWKHA.4416
@TK2MSFTNGP02.phx.gbl:
> Yes, I seem to be stupid.
> I downloaded this sample of a community code for ASP.NET
[quoted text clipped - 3 lines]
> ... but didn't find a solution (.sln) file, so I thought I had to have
> it running on a web machine.
Not stupid. Just did not know.
You can run a web app without a .sln. Just say "open website" and find the
directory.
Peace and Grace,

Signature
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com
*******************************************
| Think outside the box! |
*******************************************
Olaf Jung - 31 Oct 2009 09:49 GMT
Thanks to both of you!
Olaf