Posts by Leonardo Cruz • 31 points
4 posts
-
2
votes2
answers470
viewsA: C# MVC solution does not run Javascript on IIS
Based on the friend’s tip @Linq , I checked the IIS log and found the following line there: 2017-10-11 17:13:16 ::1 GET /Loja4/ItemPedidoes/Create/~/ItemPedidoes/DadosProdutos/1 - 80 - ::1…
-
0
votes2
answers470
viewsQ: C# MVC solution does not run Javascript on IIS
I have a C# solution where I use MVC. I have a View for product items. In this view I have a Droplist as specified below: Drop List <div class="form-group"> @Html.LabelFor(model =>…
-
1
votes1
answer108
viewsA: Rotating Razorpdf "locks" on IIS
Friends, problem solved! The executable downloaded by installing the package on Nuget ("wkhtmltopdf.exe") came corrupted or with some problem. To solve the problem, I downloaded the most current…
-
-2
votes1
answer108
viewsQ: Rotating Razorpdf "locks" on IIS
Friends, I use Visual Studio C# 2015. In an MVC project I am also using the Razorpdf Rotary to create PDF from HTML pages. When I test the application in development environment (localhost within…