Most voted "iis-7" questions
29 questions
Sort by count of
-
8
votes2
answers1730
viewsTime-out expiring faster than expected - ASP.NET
I am with 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 am…
-
4
votes1
answer2883
viewsWhat is the difference between Classic and Integrated in IIS7 Managed Pipeline Mode?
I was having a problem generating a Crystal Reports report that was solved when I changed Managed Pipeline Mode to Classic in the Application Pool. I would like to know the difference between…
-
4
votes2
answers2267
viewsInstall 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 the Imagick is…
-
4
votes1
answer105
viewsASP.NET shares resources in the same pool?
I have today on my IIS 8 sites on ASP.NET using the same pool. On average they consume 800mb of RAM. I ended up dismembering them (separate pools) and it seems to be consuming 1,5GB in total. I…
-
4
votes1
answer1107
viewsA3 Certificate in ASP.NET MVC and IIS
I have an ASP.NET MVC4 application and use the following code to read the A3 certificate (reader or USB stick) of the user: var store = new X509Store(StoreName.My, StoreLocation.CurrentUser);…
-
3
votes1
answer1072
viewsApplication pool hangs and no back application
I have a system in MVC4 on . NET 4.0 that is running on IIS 7. It generates the following error in Event Viewer: Event code: 3005 Event message: An unhandled exception has occurred. Event time:…
-
2
votes1
answer170
viewsApplication error when switching to enable 32-bit = True in IIS7
I use Cobrebemx in my Asp.net web application to print boletos. We switched server and now when I enable the option enable 32-bits = True for the "Application pool" of said application happens the…
-
2
votes1
answer197
viewsJavascript and Activex permissions on IIS
Hello, an Asp.Net MVC application uses Scripting.Filesystemobject to create text files. On the development machine works normally, this application was published on an IIS server and also worked…
-
2
votes1
answer3973
viewsIIS 7 - Error 403 Prohibited: access denied
I have a webservice restfull and when Pure on my machine with my Visual Studio it works normally, but when I publish on my production server with IIS 7 it gives a denied access error. My project is…
-
2
votes1
answer608
viewsGet windows logged in user to automatically authenticate on a website published in IIS 7.5
I am creating a web application with ASP.NET MVC 5, where when a network user accesses the address of my application by the browser the systems already automatically pick up which user is trying to…
-
1
votes0
answers90
viewsASP.NET Menu sitemap does not work after changing version of the framework
There was the need to exchange a server application, however, the new server works with the IIS 7.0 and the application that was developed in .NET 3.5 has been changed to . NET4.0. When the…
-
1
votes1
answer52
viewsIIS Error 401 when sending image to iis directory with php
I’m having a problem with sending images. I have a php script that sends an image to an iis folder because it is used by Asp scripts. but every time I send this and try to open the image in the…
-
1
votes0
answers120
viewsOver-use sessions can stop a pool on IIS?
Excessive use of sessions can cause a pool to stop? Assuming it is memory overflow, in this case, it results in exceptions also accounted for in the pool failure protection settings or in immediate…
-
1
votes1
answer1017
viewsHow to set UTF-8 default page encoding on Windows Server IIS?
I have a coding problem (accentuation) with the template pattern of Bootstrap, specifically the carousel. The official code has the goals defined thus: <html lang="en"> <head> <meta…
-
1
votes0
answers251
viewsApplication Pool - Queue Size (queueLength)
I have come across strange behavior from IIS 7. There are 4 apps published on IIS and each of them has a specific pool. Searching the web, I found several pages…
-
1
votes1
answer1840
viewsApplication Pool stopping at IIS7
I installed Redmine in IIS 7 in Windows 7 + Mysql, but whenever I try to access the local URL the page appears with error 503, I found that this is happening because the Application Pool is stopping…
-
1
votes0
answers278
viewsConfigure domain names for the same site (different files) IIS WS2012
I have a site that caters to multiple companies. However, the domain is the same. Two new domains have been acquired to solve these problems but the site will be maintained on the same IIS server.…
-
0
votes1
answer851
viewsProblems with IIS Windows Server
I posted on the other site of the Stackexchange network (Superuser) in English, asking for help on my problem, but no one could solve it. I don’t know if I can post this kind of question here, but…
-
0
votes1
answer77
views301 redirect to dynamic domain
Good afternoon, you guys. We have a website meusite.with and we updated it and ai domains like meusite.com? id=123 lost their "direction". How do I do 301 on these dynamic Urls on IIS?…
-
0
votes1
answer51
viewsIIS7 and ASPX Windows Server 2008
Good evening, gentlemen, I have a problem with an application. This application was developed in ASPX and was running on a Windows server 2005 normally, but the server has been upgraded to Windows…
-
0
votes1
answer3947
viewsHow to increase timeout on IIS 7.5
Hello, I’m having trouble executing a feature that runs on MVC3 on an IIS 7.5 server. As the functionality returns many lines, after 30 seconds of execution, it simply aborts, I’ve tried several…
-
0
votes0
answers63
viewsHow to publish an application on IIS with Customer Certificate
Good morning, I need to change the IIS and put so that the Client when accessing my site, require a valid certificate and valid so that on the server where will consume the service identify if…
-
0
votes0
answers130
viewsRedirect application on IIS when pool is stopped
I have an ASP.NET C# application that is updated by another application on the server. When I start the process of updating the first application in the second I stop the pool in which the first one…
-
0
votes0
answers1090
viewsRemove IIS Windows Server 2008 R2
Good afternoon, I possess Windows Server 2008 R2 x64, I need to uninstall the web server completely (IIS), because I intend to use the server Apache in his stead. In the server manager panel…
-
0
votes2
answers433
viewsBad request on a new iis server
I have 3 servers in production and homologation everything works ok. But on a new server I just created, install all the tools necessary to run Asp.net and put the source code of a web service in c#…
-
0
votes0
answers321
viewsError IIS 7.5 loading CSS and JS files, Error 403.14 in directory.
I published an Asp.net mvc 5 project on a server with Windows Server 2008 R2 and IIS 7.5, when trying to run the application it does not load the css and js files. Where in my project the files are…
-
0
votes2
answers82
viewsXHR in javascript for Python displays three times the return
I recently deployed Python to my IIS server, and started testing some requests. First I created the javascript code, as you can see below: sendRequest = function() { var http = new XMLHttpRequest();…
-
-1
votes1
answer370
viewsIIS 7 sites, working with domainname.com not www.domainname.com. DNS problem?
I have my domain name registered with Asphostportal and pointing to my IIS server where I have an ASP.net MVC application deployed. To achieve this I simply have an input log that points to the IP…
-
-1
votes1
answer449
viewsIIS Windows Server, Error running application (HTTP 403.14 - Forbidden)
I’m having a problem with running my app. My application is all done in Asp.Net MVC, using the 4.6.1 framework. I published it on the server, but when running the application, error appears HTTP…