Tagged Questions

1
vote
1answer
74 views
+100

How to use compiled global resources in ASP.Net MVC

I want to compile *App_GlobalResources/Strings.resx* into my assembly (and eventually use satellite assemblies for Strings.es.resx, Strings.fr.resx, etc.) but the following error occurs once the app …
2
votes
3answers
69 views
+100

What tools are available for generating good API documentation from my controller comments in ASP.NET MVC?

I have developed a restful API using ASP.NET MVC and have documented my controller actions using standard commenting. I would now like to generate API documentation to hand off to the people who will …
0
votes
0answers
26 views
+100

error when using filehelpers on IIS; sometimes :S : [PolicyException: Required permissions cannot be acquired.]

FileHelpers.dll (2.0) are referenced within 2 class libraryies (Dto and Services) in my solution My webapp (asp.net mvc) is on IIS7 (Full Trust) Windows 7 PRO 64 and I sometimes get this exception …