my6solutions

asp .net, the social web & other distractions

 

Running Apps

Disclaimer

I am in no way affiliated with Microsoft or Google. I am just another developer trying to make a difference. All opinions and observations are usually my own.

How to get Pesta up and running

Pesta was built using Visual Studio 2008 and requires .NET Framework 3.5. Support for .NET Framework 2.0 is possible by using List<> instead of HashSet<> collections. The following describes the necessary steps to get a sample site using Pesta.

Details

pesta contains 2 main folders

  • pesta - The Pesta.NET.dll
  • PestaSample - The sample site using Pesta

Now, you can either

Method 1

Open the pesta.sln in pesta which when compiled will give you Pesta.NET.dll. Then open PestaSample as a website and then add a reference to Pesta.NET.dll. You should now be able to simply start debugging or view Default.aspx in the browser and there should be some useful links

Method 2

Download VS 2008 Web Deployment project here. Open PestaSample as a website. Right click on PestaSample in VS and "Add web deployment project". Once this is done, you should now be able to add pesta.sln as an existing project. Don't forget to add pesta as a reference to the PestaSample website. Now you can debug and run the project.

Bookmark and Share

Tags:
Categories: Pesta
Permalink | Comments (0) | Post RSSRSS comment feed