Questions tagged as 'iis'

3
answers

HttpHostConnectionException - Android

I made% with a simple Visual Studio Community 2013 to register a person and receive a person, and I'm trying to consume this service with an android app, I'm emulating the application with the Web API emulator. Home When it does...
asked by 12.01.2015 / 21:54
1
answer

Problem with conflict between IIS and Xampp

I've done the trick of installing IIS and now it's conflicting with localhost: 80, I've uninstalled, disabled the components and did everything I found on the internet, but it remains in the domain, does anyone know how I can take it away? Or ch...
asked by 14.03.2017 / 15:19
2
answers

Problem to run IIS Express on my network

Hello I'm trying to run IIS do Visual Studio 2015 ASP.NET Empty Web site to work on my network so I changed this file    ... \ Documents and Settings \ Visual Studio 2015 \ Projects \ MyProject \   .vs \ config \ applicationhost.config...
asked by 02.09.2016 / 16:55
1
answer

How to use PHP files with custom error page in Web.config

I have a file named error.php , it takes the value GET or an already defined variable and displays the errors in multiple languages and of all types. I use IIS and already tried in Web.config to use PHP pages, but I did not succeed, I...
asked by 26.02.2016 / 20:18
1
answer

Perform task scheduling via PHP on windows

I need to perform the scheduling of sending an email dynamically on a windows server running IIS. I have the following code in PHP: class AgendarTarefaWindow{ public function agendar($nome, $data, $tarefa){ $array = expl...
asked by 28.07.2015 / 02:51
2
answers

httpErrors does not work

I'm trying to do an error handling with this setting: <system.webServer> <modules> <remove name="FormsAuthentication"/> </modules> <httpErrors errorMode="Custom" defaultResponseMode="File">...
asked by 22.10.2015 / 01:54
2
answers

Error publishing site asp.net mvc 4

When you publish the site in iis 7.5, this error occurs when you try to open the site:    Multiple types were found that match the controller named 'Home'. This   can happen if the route that services this request   ('{controller} / {action}...
asked by 15.07.2015 / 15:27
1
answer

CSS bootstrap does not load when the application is published in IIS

When I'm running the application in visual studio 2010 I have no problem with the CSS boostrap and javascript, but when I publish it to IIS, all javascripts and css's are not recognized. I created a simple page in html to test if it is a html fo...
asked by 27.05.2015 / 22:07
1
answer

Error publishing application on iis 8.5

I'm trying to publish an application made in FluorineFx in IIS 8.5 , I allow MIME type .aspx , however when I access a page I have the following: Does anyone have an idea what it can be?     
asked by 04.08.2014 / 20:50
1
answer

How do I resolve site publishing problem using IIS

The site / system will be placed on the local machine for demonstration I published the site in IIS to be used locally on the machine, but it is returning the error: Description: An error occurred while processing a configuration file needed...
asked by 19.12.2017 / 17:04