I've read http://www.hanselman.com/blog/ELMAHErrorLoggingModulesAndHandlersForASPNETAndMVCToo.aspx and would like to use it in my mvc application; I'm running the MVC 2 preview.
My problem is, that when I follow instructions in article (providing dll and modifying web.config), I encounter an error when accessing http://localhost:62864/elmah.axd (ressource not found).
Any suggestions?
Any references to a good "get started" article on elmah?
Thanks,
Anders
Sounds like you might find the answer in this question.
The project page on Google code has some links to some discussion groups (fifth box down on the right-side of the page. You might get more help there.
Andy
Related
Looking to implement Grid.Mvc in my MVC5 application however the documentation links on the project web site - http://gridmvc.codeplex.com/ dont appear to be working...be looking online and cant seem to find any reference to it.
There are some wiki links on https://github.com/leniel/Grid.Mvc/wiki however they do not seem to be complete...
Anyone manage to find a copy?
cheers
That version looks to be very old and no longer maintained.
Why not use a newer type of MVC Grid. We use this one
The documentation is available here
If you go to that archived CodePlex site, you can download the project archive, and there is a wiki/Render folder containing all the html pages with documentation.
Here's the link to the CodePlex site: https://archive.codeplex.com/?p=gridmvc
And the direct link to the archive download: https://codeplexarchive.blob.core.windows.net/archive/projects/gridmvc/gridmvc.zip
I've found this link:
https://archive.org/details/sylirana_ms_codeplex_zips
You have to go to the TARS folder and you'll find the right link into mscodeplex-g-3.tar or, for short:
https://archive.org/download/sylirana_ms_codeplex_zips/tars/mscodeplex-g-3.tar/.%2Fgridmvc.zip
Bye
I am pretty new to developing addons but I'd like to make one that modifies/replaces the about:netError page.
I could not find tutorials or documentation anywhere, is it even possible?
Thank you.
Edit: I need to edit the xhtml file which shows the info about error.
I searched through the project list and don't seem to find a good candidate. The link "Report a bug" on the buttom of the page which looks like it serves to report issues of the site does the same thing a the "Create" button for new issues.
I would recommend following the advise within the Introduction section which is:
email support at codehaus.org (if your issue is with JIRA)
How to create a plugin based controller in Umbraco? I have followed the guide on https://github.com/Shandem/Umbraco4Docs/blob/4.8.0/Documentation/Reference/Mvc/surface-controllers.md.
But when browsing to ~/umbraco/areaname/controllername I get a 404. The only way not getting this is removing the plugin attribute. But I want to use the plugin architecture. So what else needs to be done besides the instruction mentioned in the guide.
The documentation is really awful if you want to get started with Umbraco and MVC.
By the way I am using Umbraco 6.
you're area needs to be under the App_Plugins folder.
Sorry misunderstood the question, but it seems you figured it out as you explain in the post linked bellow.
http://our.umbraco.org/forum/developers/extending-umbraco/39704-Create-a-plugin-based-controller-in-Umbraco
I have created the route as described in http://www.asp.net/mvc/tutorials/older-versions/deployment/using-asp-net-mvc-with-different-versions-of-iis-vb; however, my site still doesn't show up. Instead, it displays, "Under construction The site you are trying to view does not currently have a default page. It may be in the process of being upgraded and configured. Please try this site again later. If you still experience the problem, try contacting the Web site administrator."
How can I fix this so that my MVC site shows up?
There's alot of things that could be wrong when trying to run MVC on IIS 6, but Phil Haack has 2 great blog posts about this, a general version and one if you're running .NET 4.0
There are a couple thing I'd start with though, did you uncheck the box like the image below? Like he mentions in his blog, it's easy to miss and will prevent the system from working.