[MonoDevelop] importing asp.net project

Michael Hutchinson m.j.hutchinson at gmail.com
Sat Feb 16 14:59:35 EST 2008


On Feb 16, 2008 4:25 AM, christopher snow <snowch at coralms.com> wrote:
> I would like to import the mono asp.net blogstarterkit into
> monodevelop.  What steps do I need to follow?

Firstly, I'm not familiar with thet exact project... but in general
it's pretty straightforward with any ASP.NET project.

First make sure you have the latest version of MonoDevelop.

If the project's a MonoDevelop project (.mds/.mdp), just open it the
.mds file directly. The same goes if it's a "Web Application" project
(.sln/.csproj/.vbproj), just open the .sln (though you can only save
these in MD or VS2005 format).

If it's a VS "Web Site" project (.sln only) or has no project files,
simply create a new (empty) Web Application project, then manually add
all the project's files and references.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list