Posts by Vitor Ferreira • 48 points
4 posts
-
0
votes1
answer150
viewsA: Ajaxpro not accessible on IIS
Problem solved! In web.config the ajaxpro configuration was as follows: <add verb="POST,GET" path="/ajaxpro/*.ashx" name="AjaxPro" type="AjaxPro.AjaxHandlerFactory,AjaxPro" /> I adjusted the…
-
1
votes1
answer150
viewsQ: Ajaxpro not accessible on IIS
I have a simple application with Webforms, I created some methods that I will access via Ajax via Ajaxpro DLL. I used the attribute [AjaxPro.AjaxNamespace("Teste")] in class and the…
-
1
votes1
answer217
viewsQ: Slowness with Fluentnhibernate
I am using Fluentnhibernate in a simple product registration application. The first time I run something that accesses the database (product query screen or register a product) the site is loading…
-
1
votes1
answer61
viewsA: System documentation in conversion
Where I work also have a system in Delphi that is constantly migrating to .NET. They do not use SCRUM but have the same situation of having the testing area to validate these migrations. What they…