Questions tagged as 'iis'

0
answers

Project does not open in Visual Studio (load failed)

After opening VS2013 once in administrator mode , a project in my solution does not open. The solution is from the company where I started to intern and I know almost nothing of the code. The error is visible in the following image: 1 - VS i...
asked by 05.01.2017 / 21:04
1
answer

How to increase the timeout in IIS 7.5

Hello, I'm having problems running a feature that runs on MVC3 on an IIS 7.5 server. Since the functionality returns many lines, after 30 seconds of execution, it simply aborts, I tried several configurations, but I could not get one to solve....
asked by 27.12.2016 / 05:04
0
answers

Intermittent Application

I have a system developed in .NET Framework 4.0 running on IIS 7.5. From time to time, the system gives a problem in which no user can log in anymore, however, in these moments, when I run the application through Visual Studio and I point to thi...
asked by 23.11.2016 / 14:45
1
answer

Windows server with high latency using IIS

Someone has an idea how to find out, or what reasons might lead to this problem: I have a Windows 2012 server running IIS with 9 sites. My server is RedeHost . Brazilian. When I ping my site, the value varies a lot from 16m...
asked by 08.12.2016 / 20:20
0
answers

I am trying to access my site through IP and I can not

Hello, I installed IIS on my Cloud machine, all right until then, I accessed my site through localhost and 127.0.0.1 worked normal, but for the IP of the computer I can not, what can it be? I've disabled all the firewall you have.     
asked by 26.10.2016 / 17:41
1
answer

413 request entity too large

I have a note-issuing service that was running normally on a VM in the azure. We've migrated to a Google VM and now have this error when the note has many products:    413 request entity too large I've tried several possibilities by looki...
asked by 11.10.2016 / 19:34
0
answers

Problem in application startup?

I have an ASP.NET MVC 5 application hosted on a dedicated server and at some times when the Application Pool is unused and IIS raises it on the first access I am getting the following error: System.ArgumentException: Source array was not long...
asked by 28.07.2016 / 12:38
1
answer

MVC error 404 POST method

This is my controller : [HttpPost] public ActionResult TestePost(int id1) { ViewData["Teste"] = "O método POST funcionou, você digitou: " + id; return View("Index"); } [HttpGet] public ActionResult TesteGet(int id) {...
asked by 01.06.2016 / 04:06
0
answers

Trust Level error when publishing MVC application

I need to publish an ASP.NET MVC application to a LocaWeb server. But when I publish, the server displays the following message: I'vetriedputtingtags<securityPolicy><trustLevelname="Medium" policyFile="web_mediumtrust.config" />...
asked by 05.04.2016 / 17:02
0
answers

ABCPdf Plugin to work after any deploy in SharePoint 2013

Hello, I have a SharePoint 2013 farm where there is a WFE server and SAPP server with a base on a shared server for another farm. I've recently been facing a problem with the component ABCPdf (component that generates pdfs from SharePoint pages)...
asked by 23.02.2016 / 20:22