Hi all,
I have an ASP MVC 2 page that works perfectly using the development server that comes with visual studio 2010, but all my attempts to publish it in a server (windows 2008) resulted in fail so far. I googled it various times, but none of the tutorials solved my problem. There's some errors, not just one:
- When I run the silverlight test page (an asp page that comes with the project) the parser complains of my mvc include in web.config. Following a tutorial I transfered the dlls to the bin folder, which resulted in ... nothing.
- Anyway I try to run my MVC page, an error message comes to my screen.
What should I do to have this page working?