Questions tagged as 'iis'

0
answers

Service WCF stops after a while

Dear, I have an application in c #, wcf hosted on a server where I do not have access to the IIS (for the type of contracted plan, it is in donweb). The issue is that after a while the service goes down, I thought it was because of the Applicati...
asked by 01.09.2016 / 03:30
2
answers

Configuration error authentication mode="Windows"

Good morning, When I publish my ASP.net application on the server, I get the following error, Configuration error authentication mode="Windows" This is part of my Web.config <system.web> <!-- mode=[Windows|Forms|Passport...
asked by 27.04.2016 / 18:22
1
answer

Error finding the path to save a txt file

Good morning, I have a web in c # asp.net and in which I have to access a folder to save some txt files. What happens is that when I run it from a visual studio I can read and write the files in the folder normally, but if I publish it in IIS, i...
asked by 24.01.2018 / 17:25
1
answer

How to uninstall IIS from Windows Server 2012 R2, to reinstall it?

I have a problem with IIS since I get an error with a message from the WebSocketModule module Error code 0x80070490 when I call it from localhost to test its operation. I have verified that the role of the IIS "Protocole WebSocket" appears as...
asked by 19.10.2018 / 16:13
1
answer

How to do with IIS + Visual Studio what pages with the "html" extension read it as if it were "aspx"?

When it is programmed with php and Apache web server, it is possible that the pages with the extension .html and .php treat them equally, being able to have a php code within a page with an extension .HTML Is it possible to configure the IIS + v...
asked by 03.09.2018 / 10:04
1
answer

Problems showing images [duplicate]

I have this code that prints images from the server, but I can only see it on the server and on the internet explorer only: <img src='file://192.168.10.129/sapshared/FOTOS/KennedyDB/$row[PicturName]' height = '100' width = '100' &g...
asked by 09.05.2018 / 04:09
1
answer

Apache Virtualhost and Internet Information Services (IIS)

I was doing a project in Apache using WAMPSERVER64 with a Virtual Host and then install IIS, this caused the Virtualhost to stop working, I uninstalled the IIS and even so I left the IIS page, I searched the Internet and did not find any answer...
asked by 20.03.2018 / 08:38
1
answer

Assign a subdomain to iis server 8

Dear, I have two websites on an iis 8 server with windows server 2012. I also have a separate web hosting (with CPanel), from which I get a dns for one of the webs hosted on my IIS (web1.domain.com). I recently made the second web I have on the...
asked by 04.07.2017 / 23:57
2
answers

Error With iis Express!

When trying to pass a whole project to another PC, when I run it, I get this error! Already try to change the port in Properties / Web and still continue with the same problem.     
asked by 12.05.2017 / 16:20
1
answer

Problems with sqlsrv_errors in php

I am using PHP 5.6 on IIS 10 with SQL Server 2014, and I have the following function to make inserts, updates and deletes to the database: <?php public function ejecutarSQL($sql,$parametrosSQLServer=array()){ $bandera=false; $msg=""...
asked by 07.03.2017 / 21:25