Questions tagged as 'iis-7'

2
answers

Time-out expiring faster than expected - ASP.NET

I have an application that is working ok, however, when I spend a little time without interacting with the page the user authentication drops and the system returns to the login screen. I'm trying to set that time for 20 minutes in web config bu...
asked by 09.07.2015 / 21:20
1
answer

Does ASP.NET share resources in the same pool?

I have today in my IIS 8 sites in ASP.NET using the same pool. On average they consume 800mb of RAM. I ended up dismembering them (separate pools) and apparently seems to be consuming 1.5GB in total. I wonder if IIS shares resources in the...
asked by 27.04.2016 / 21:05
2
answers

Install Image Magick (imagick)

I have a local web server that uses Windows Server 2008 R2, IIS7 is the web services manager. I installed an application that needs to convert PDF to JPG, but for this I need Imagick to be properly installed and configured in PHP on hosting se...
asked by 06.07.2015 / 19:19
1
answer

A3 Certificate in ASP.NET MVC and IIS

I have an ASP.NET MVC4 application and I use the following code to read the user's A3 (reader or pendrive) certificate: var store = new X509Store(StoreName.My, StoreLocation.CurrentUser); store.Open(OpenFlags.OpenExistingOnly | OpenFlags.Max...
asked by 30.08.2016 / 16:57
1
answer

What is the difference between Classic and Integrated in Managed Pipeline Mode IIS7?

I was having a problem in generating a Crystal Reports report that was resolved when I changed the Managed Pipeline Mode to Classic in the Application Pool. I would like to know the difference between Classic and Integrated in Managed Pipelin...
asked by 09.12.2014 / 19:10
1
answer

Application pool hangs and does not return application

I have a MVC4 system in .NET 4.0 that is running in IIS 7. It generates the following error in the Event Viewer: Event code: 3005 Event message: An unhandled exception has occurred. Event time: 9/2/2015 11:23:25 AM Event time (UTC): 9/2/...
asked by 02.09.2015 / 16:38
1
answer

Get logged-in user from windows to automatically authenticate to a site published in IIS 7.5

I'm creating a web application with ASP.NET MVC 5, where when a network user accesses the address of my application via the browser, the systems already automatically pick up which user is trying to login to the application. I currently have to...
asked by 23.11.2016 / 14:50
1
answer

IIS 7 - Error 403 Forbidden: access is denied

I have a webservice restfull and when I debug on my machine with my Visual Studio it works normally, but when I publish to my production server with IIS 7 it gives an access denied error. My project is in mvc , but if I put a...
asked by 29.09.2015 / 13:34
1
answer

JavaScript and ActiveX Permissions in IIS

Hello, an application in Asp.Net MVC uses Scripting.FileSystemObject to create text files. On the development machine it works normally, this application was published on a server with IIS and also worked normally, but when I was publishing it o...
asked by 31.07.2015 / 21:25
1
answer

Error in application when switching to enable 32-bits = True in IIS7

I use the CobrebemX in my ASP.NET web application to print tickets. We changed server and now when I enable the enable 32-bits = True option for the application pool of said application the following error occurs:    HTTP Error 500.19...
asked by 23.06.2015 / 13:07