Well, the way I do it is to have two projects, one, a simple website (just the views and other static file just CSS and images), and a class library (which has all the C# code). The website references the class library, and the website is the startup project.
Visual C# 2008 Express Edition may not let you create any type of website. On Tue, Dec 29, 2009 at 5:33 PM, Cesar Sanz <[email protected]> wrote: > Hi, > > Many thanks for your quickly response!! > > In fact, I am using Visual C# 2008 Express Edition, and what I want is being > able to debug my program. > > If I create the virtual directory, will I be able to debug? > > Slts > > ----- Original Message ----- > From: Ken Egozi > To: [email protected] > Sent: Tuesday, December 29, 2009 4:31 PM > Subject: Re: MR - Run monorail program made with class library project > did you know that you can run a web application without hitting F5? > In fact, I write web applications for a living for more than a few years > now, and I am yet to hit F5 for running an app. > you have IIS on your machine? create a website or a virtual directory, and > point it at the web application's path. > > btw - are you using the Web Edition of VS2008 express? (I guess not, because > it should supports web application projects) > > > On Wed, Dec 30, 2009 at 12:24 AM, [email protected] > <[email protected]> wrote: >> >> Hello, >> >> I have a curiosity.. >> >> I download the vs2008 express and I am no able to create a web project >> from that, I read in the MonoRail tutorial that you can create a Class >> Library project >> >> "Create an ASP.Net project on Visual Studio (or a Class Library if the >> ASP.Net Project is not available on your Visual Studio installation). >> " >> >> If I hit F5, Visual Studio complains because I want to run a Class >> Library which is not valid >> My question is, how can I run my monorail site from this Class >> Library? >> >> Regards >> >> -- >> >> You received this message because you are subscribed to the Google Groups >> "Castle Project Users" group. >> To post to this group, send email to >> [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/castle-project-users?hl=en. >> >> > > > > -- > Ken Egozi. > http://www.kenegozi.com/blog > http://www.delver.com > http://www.musicglue.com > http://www.castleproject.org > http://www.idcc.co.il - הכנס הקהילתי הראשון למפתחי דוטנט - בואו בהמוניכם > > -- > > You received this message because you are subscribed to the Google Groups > "Castle Project Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/castle-project-users?hl=en. > > -- > > You received this message because you are subscribed to the Google Groups > "Castle Project Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/castle-project-users?hl=en. > -- Truth, James -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en.
