Questions tagged as 'iis'

1
answer

Project only runs if Visual Studio is installed on the client machine [closed]

Hello. I have a project done in WPF, which uses data returned by web services to interact with the user. This system, when you start, consult IIS to see if it is standing, if the web services are there and if they are operative, if it is not it...
asked by 13.10.2015 / 17:14
0
answers

IIS prevents loading some javascript and style

I have an HTML page that I'm doing some testing. Without IIS, it works normally, but when I call through IIS, it starts the problems: 1) The General style goes up (% with%), but when I put a style in an element, like button ( viewer.css...
asked by 28.10.2015 / 10:12
1
answer

WebSocket with PHP using IIS 8.0 server

Good morning. Next, I downloaded the following project as an example to create a WebSocket: link Testing on a machine with Linux operating system and Apache server worked correctly on the part where the server was started with the com...
asked by 03.09.2015 / 14:32
0
answers

real time application with php

I have the following problem I need to implement actions in real time in an application already developed using php running on iis. I have already managed to make my application communicate with an application in node.js (which could be react...
asked by 27.07.2015 / 00:49
0
answers

make a redirect from a sub-domain to main domain

Hello I need to do a redirect from an active blog installed in the sub-domain for the main domain I mounted a redirect from the sub to the main, the problem is the POSTs of this blog that are already indexed I want to redirect all URLs on the we...
asked by 19.07.2015 / 17:43
0
answers

Memory Consumption IIS 8

I uploaded my application and found that it was very slow, and in IIS Worker Process the memory consumption does not decrease, for example: I did some tests and consumption went up to 1 GB, this with 6 open tabs only, time that does not access t...
asked by 09.06.2015 / 23:42
0
answers

HTTP Error 500.24 - Internal Server Error

Hello, I'm trying to start learning ASP but I can not make the IIS server work, I tried to search and nothing worked, the message that appears is this:    HTTP Error 500.24 - Internal Server Error Detected an ASP.NET configuration not applic...
asked by 16.03.2015 / 01:05
0
answers

access mdb - Microsoft JET Database Engine error '80004005'

From time to time (after a windows update) my MDB files no longer open via IIS - ASP) with the message:   Microsoft JET Database Engine error '80004005' - Non-specific error.       The connection has stopped working for any MDB file.      ...
asked by 22.01.2015 / 12:44
1
answer

Publish WCF service in IIS with test environment

I created a webservice using WCF .NET 4.0, and hosted it on IIS from our local server (when everything is ok it will be migrated to a web server). In the winform application I was able to consume the method without problems, however I'm trying t...
asked by 11.12.2014 / 20:31
0
answers

Generic Handler - Parser Error, Could not create type

Next person, I made a simple Generic Handler, just to give me back a person, just to mention, the code is this way public void ProcessRequest(HttpContext context) { context.Response.Cache.SetNoStore(); context.Response...
asked by 05.01.2015 / 14:27