Most voted "iis" questions
Internet Information Services (IIS) is a web server created by Microsoft for use with Microsoft Windows. Please mention which version of IIS you are running in your question or by adding a specific version tag.
Learn more…242 questions
Sort by count of
-
1
votes0
answers258
viewsreal time application with php
I have the following problem I need to implement real-time actions in an application already developed using php running on iis. I already managed to make my application communicate with an…
-
1
votes1
answer658
viewsPerform task scheduling via PHP in windows
I need to schedule the sending of an email dynamically on a windows server running IIS. I have the following code in PHP: class AgendarTarefaWindow{ public function agendar($nome, $data, $tarefa){…
-
1
votes1
answer384
viewsWebsocket with PHP using IIS 8.0 server
Good morning. Next, I downloaded the following project as an example to create a Websocket: http://www.nhatanh.net/blog/websocket-php-html5-tutorial-echo-server.html Testing on a machine with Linux…
-
1
votes1
answer249
viewsEnable Iframe in Asp.net application
I have an Asp.net application and I need to put it inside an Iframe. Turns out it gives Chrome console error: Refused to display 'domain' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'.…
-
1
votes1
answer128
viewsProject only runs if Visual Studio is installed on the client machine
Hello. I have a project done in WPF, which uses data returned by web services to interact with the user. This system, when starting, consults the IIS to see if it is standing, if the web services…
-
1
votes1
answer212
viewsWCF and Summer Time
I have a date conversion problem in WCF. I get a Json a Datetime in Unix format "\/Date(1477320927000)\/" - 24-10-2016 12:55:27. Wcf receives this date as 24-10-2016 14:55:27. This giving a…
-
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
votes2
answers306
views<httpErrors> does not work
I’m trying to make a mistake handling with this setting: <system.webServer> <modules> <remove name="FormsAuthentication"/> </modules> <httpErrors errorMode="Custom"…
-
1
votes2
answers87
viewsSecurity of My Intranet Project
I have a commercial intranet project, but how to validate so that this project is not copied from the root folder, where the IIS runs? Because so if my client has a knowledge he could easily copy my…
-
1
votes1
answer301
viewsAllow unmanaged DLL’s in IIS
How to set up IIS in windows 10 to allow unmanaged DLL?
-
1
votes0
answers89
viewsDoubt with SSL/TSL and Asp.net mvc
I made an application for testing and in the project I changed the field SSL Enabled to True. The application has two URL’s, one for HTTPS and the other for HTTP. Ex: https://localhost:44338/…
-
1
votes1
answer142
viewsHow to use PHP files with custom error page in Web.config
I have a file called error.php, he takes the value GET or an already defined variable and display errors in multiple languages and of all types. I use IIS and have tried on Web.config to use PHP…
-
1
votes1
answer55
viewsado.net version of iis
Good, I have the following code: private void AspNet35() { String sWebSite = "W3SVC/1"; DirectoryEntry site = new DirectoryEntry("IIS://localhost/" + sWebSite + @"/Root"); try {…
-
1
votes1
answer420
viewsProblems running/publishing WEP API on IIS10!
I want to publish my ASP.NET Web API via filesystem, but I’m having an Assembly error while running the site on IIS10. For the VS I can spin, but for the IIS I can’t. NOTE: I already have the DLL in…
visual-studio iis asp.net-web-api iis-express iis-web-deployasked 7 years, 3 months ago Guii Reguffe S 33 -
1
votes1
answer880
viewsGeneration of Excel in classic SP generating blank sheet
I have a testeexcel.Asp file for excel generation: <%@ Language=VBScript %> <% Response.AddHeader "Content-Disposition", "attachment; filename=excelTest.xls" Response.ContentType =…
-
1
votes2
answers4316
viewsProblem to run IIS Express on my network
Hello I’m trying to run the IIS do Visual Studio 2015 ASP.NET Empty Web website to work on my network so I changed this file ...\Documents Visual Studio 2015 Projects meuProjeto . vs config…
-
1
votes1
answer74
viewsProblems starting IIS Express via c#
I need to start IIS Express via C# with WPF. I can even upload the site and navigate, but only for a few seconds. Logo the site stops responding to requests, and only return reply when I close the…
-
1
votes0
answers39
viewsPage IIS Eternally Loading
I have an application developed in Web Forms running on an IIS 7.5 server. From time to time, the application pages are loading eternally, and to solve this problem quickly I have to recycle the…
-
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.…
-
1
votes1
answer150
viewsAjaxpro 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
answer1846
viewsMask url path on IIS server
I’m having a question in which I need but show a path in the url that is more user friendly, like this: http://hexatasistemas.com.br/sites/mercedita/efetuarlogin.asp I wish instead of showing all…
-
1
votes0
answers89
viewsGenexus X Ev. 3 - Problems reading Excel(xls)
Hello, I’m having a problem reading xls, just loading and appears at the bottom of the browser "Waiting for localhost(or the server)", I did the test with xlsx works normal. I have done tests on…
-
1
votes1
answer106
viewsHow to make Web Publish from nested applications to IIS?
I am developing a project consisting of a portal and an administration interface. In Visual Studio I have two ASP.NET projects, where one is the Portal and the other is the administration interface.…
-
1
votes1
answer139
viewsApplications Genexus + IIS 64 Bits
Good morning, good afternoon, good evening friends. I am using Genexus to generate an application and I have some large dlls, whose routines take time to open the first time and the second already…
-
1
votes0
answers31
viewsIIS SSO: Internal and External Authentication
Good afternoon, I am developing an improvement in authentication, in which we implement SSO internally and the standard form externally. We use ZF3, but I can’t get 2 types of authentication on the…
-
1
votes1
answer535
viewsProblems reading all lines of an Excel with OLEDB and C#
I am developing a program to import spreadsheets Excel with language C#, using the component OLEDB, when importing a spreadsheet with 100547 lines the program can only read 54046. Follow the source…
-
1
votes1
answer234
viewsWhat is and what is the difference between IIS Local and IIS Express?
What makes the "Create Virtual Directory" ?…
-
1
votes0
answers44
viewsHow to publish an ASP.NET (.NET Framework) project without the iis dependency
I have a project working but with the dependency of IIS. In some researches I found the possibility of making the project self host. As in the link: http://www.macoratti.net/18/05/net_conc3.htm But…
-
1
votes1
answer99
viewsPublishing site on IIS gives debug error
I have a little strange problem. I’m developing a website MVC on VS2013, I have a website IIS configured for my project. So I make Publish of my website for the IIS, then when I launch the debug…
-
1
votes1
answer1226
viewsConfigure web.config file for PHP project in subdirectories
I have a website on php in test phase in a directory above the root of the official website. To configure the friendly URL (remove the entension . php) is for web config.. I made a rule that doesn’t…
-
1
votes1
answer928
viewsASP . NET MVC - Windows Authentication - Browser Authentication Form
I am developing an ASP . NET MVC application whose access permissions will be managed from parameters set for users on Active Directory (AD). To search for this data from AD I developed methods that…
-
1
votes0
answers390
viewsIIS 10 - Redirect HTTPS to HTTP request causing MIXED CONTENT error
I have an iis website with HTTPS open, but I need to redirect a specific request to http. This works, however, the browser returns an error when Iss redirects the request to http. Next: Mixed…
-
1
votes1
answer931
views(ASP.NET MVC) Create Session variable
I have an ASP.NET MVC application that is published on two IIS servers (homologation and production); In this application, I use the Session variable to save the user’s login in a part of it,…
-
1
votes1
answer1049
viewsHow to solve site publishing problem usitlizando IIS
The site/system will be placed on the local computer for demonstration I posted the site on IIS to be used locally on the machine, only this returning me the error: Description: Error while…
-
1
votes1
answer653
viewsDeploy at angular with IIS server
Hello, I published an angular application on an IIS server, and when trying to access the URL defined on the server I get the following error: Error shown: "Cannot match any Routes. URL Segment:…
-
1
votes1
answer126
viewsfailed url rewrite slim iis 10
I’m trying to follow the slim tutorial here, but always give page not found when localhost:8080/hello/Alan access. I’m using iis 10. I installed rewrite url 2.0, and my web.config looks like this:…
-
1
votes0
answers96
viewsInaccessible link on IIS
I’m making a C# application using the MVC standard. It uses a Google Firebase database. Running this application by Visual Studio debugger works normally, but when trying to publish it in localhost,…
-
1
votes0
answers506
viewsPrompt + EXE Server IIS execution by WEB page
I am running a command of an executable by the CMD of the Blue Prism software, I tested local and it worked, but I have a question for when I go up in production, because the IIS server will have…
-
1
votes0
answers310
viewsHow do I set up the SSL of a site that is localhost with IIS? (Self-signed Certificate)
I’d like to point out that I’m new to the IIS, so I apologize for the layman and amateur aspect. Well the problem is this, I created a self-signed certificate with the following user-friendly name :…
-
1
votes1
answer541
viewsSQL Server and PHP error: "The Wait Operation timed out."
I’m trying to connect to a SQL Server database using PHP, but the operation is timed out. Using SSMS (Management Studio) with the same information as the PHP string, it is possible to connect…
-
1
votes0
answers248
viewsHow to upload a file to the server - Asp . net MVC
Good afternoon, I did a small project on Asp . net whose only goal is to select a file on my computer and save it on the server. The problem is that I am unable to perform this procedure after…
-
1
votes1
answer79
viewsStatuscode = 407, Reasonphrase: 'authenticationrequired under development only
I have an ASP.NET application that accesses a remote server (outside the company domain; external URL) to verify some data. When I run the application on development environment - localhost…
-
1
votes1
answer90
viewsCORS policy . net core and angular 8
I’m having problems with CORS policy. I pulbligated a site on IIS and did not put host name (accessed by IP). When I put the host name (www.nome-do-site.com) the system stopped working and the…
-
0
votes2
answers956
viewsPHP version without phpinfo() or phpversion()
Does anyone know how to check the php version without using the return method? I looked at php.ini and there isn’t much useful there either. The closest I got was the version of php.exe and…
-
0
votes2
answers234
viewsA way to unify calls in WCF Service?
Greetings to you all. Currently I have a WCF Service Application running on IIS with many services, to each new service created I need a new update and a new reference on the client side. As I am…
-
0
votes0
answers337
viewsHTTP 404.17 Error - Not Found for a WCF in Windows Server 2008
Hi, I’ve tried most things on the web to resolve this issue, but I keep getting error "HTTP Error 404.17 - Not Found". I’ve been around servicemodelreg -i I’ve circled aspnet_regiis.exe -i I’ve…
-
0
votes0
answers74
viewsVSS 2005 Internet Access and IIS 7 - I can’t set up for remote access
Guys, I searched several tutorials and nothing works. I followed every step of that link and when it comes to: Now click "Server" -> "Configuration" -> check on "Enable Sourcesafe Internet for…
-
0
votes0
answers181
viewsDoubt about use of virtual directory in IIS and filetable
I need to store files in one FileTable. As I do not know the local path where the files that are in FileTable stay, I peed the network path of the directory of FileTable, and thus access the…
-
0
votes1
answer1103
viewsProblems publishing an Asp.net application on IIS
I am trying to publish my application on a Windows server 2012 with IIS 8. I have taken the step by step to go to "Site -> Add Website" and fill in the coordinates, paths and etc. I have deployed…
-
0
votes1
answer58
viewsVoid Checkerror Oracle x IIS
Well, due to the exhaustion of my attempts to find the error, I’m going to try to get a light here with you. I apologize now if the error is too generic and does not have the necessary information.…