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]<castle-project-users%[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.
