asp.net mvc deployment
Posted
by tomasz
on Stack Overflow
See other posts from Stack Overflow
or by tomasz
Published on 2010-05-25T13:13:55Z
Indexed on
2010/05/25
13:21 UTC
Read the original article
Hit count: 454
Ive managed to get asp.net mvc up and running on an iis6 server, but I keep getting silly messages like 'System.Web.Mvc.HtmlHelper' does not contain a definition for 'RenderPartial'
I've got all the required dlls and even installed mvc from http://www.microsoft.com/downloads/details.aspx?FamilyID=c9ba1fe1-3ba8-439a-9e21-def90a8615a9&displaylang=en
any clues about what Im missing? Cheers
© Stack Overflow or respective owner