ASP.NET MVC - Controllers Not Recognized -


I have Apress' Pro ASP.NET MVC Framework on my ASP.NET mvc site all good and good and the app runs just fine Used to be. I'm almost done with it, I was trying to move it to the test server for QA, when the server administrator wanted to remove my extensions system and at the end of my controllers wanted to add .mvc or .aspx.

When I added it to my Global. ASAcc rout table, my app no ​​longer works locally. The site I found mentioned in that if I am using an extension then I need a root route. I did this and now the default home page now works but my navigator does not work. I am using the HTML app link, so they sang properly, adding the extension properly. But when I click on them, I get an error:

The specified method is not supported.

I have Grrr with every controller ...

And what exactly is the reason for making me a bomb that when I change my changes to global Give it AXX routes, after admin, by removing that file extension:

  "{controller} .mvc / {action} / {id} / {title}"  

to

  "{controller} / {action} / {id} / {title}"  

I have also commented that the extra root route I added before, now, this is the only way i is in that file.

Now, when I launch the app in VS 2008, I get an error:

Resources can not be found.

And my site does not work at all! : (No front page, no controller, nothing.

I need to do this work again, it was working fine this morning and in the last week.

< P> The only other thing that I had changed was in the property property panel. I had changed the output directory and start page, but I put it back in the defaults. I think if someone is in my property file or some assembly Get corrupt was cleaned several times, but no happiness.

If anyone has any ideas, please provide them.

Thank you, Scott.

Well, I do not know what happened, but since this morning, I cloned the GIT repository again. I've been working and it works fine now. I can add detail, or make it expandless and it still works. Live, is something unavoidable.

Thanks, anyway. I just need to port to the new version of today's work.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -