Questions tagged as 'iis'

0
answers

FTP External access Amazon ec2 Windows Server

I have an instance of Windows Server 2016 t2.micro, in amazon ec2. I installed IIS with FTP support. I followed this guide to put my ftp accessible externally: link But without effect, in filezilla I get up to "arrive" at the IP address...
asked by 08.12.2017 / 18:13
0
answers

FTP connection in Windows Server 2012 R2

I have a Win Server 2012 R2 server that has IIS installed and with an FTP site created, I also created a user to use FTP. I configured the external port for FTP connection on the firewall to port: 2121 because I can not be using port 21....
asked by 23.11.2017 / 15:35
0
answers

Classical ASP commands do not run and return as html text

I'm using windows 10 and I'm having trouble setting up my ASP, while running a script on an HTM page I get the script in writing. <% dim x x = "teste" Response.Write(x) %> My IIS is running normal, so much so that I can open the pages...
asked by 23.09.2017 / 23:04
1
answer

GeneXus applications generated for C # have slower 64-bit performance compared to 32-bit execution

I have a problem with an application made in GeneXus that does not seem to make much sense to me. My GeneXus settings are: GeneXus X Evolution 2 Upgrade 7 Build 109528 C # Generator Environments I have tested: Oracle, PostgreSQL and SQL S...
asked by 25.08.2017 / 14:27
2
answers

IIS - Configuration Manager for ASP Programming

After a good and long job to install IIS in Windows 10, when I add a site, in the Association block and in the Type field, the http item does not appear where you can put the port and the host name. I think some module is missing. Does anyone kn...
asked by 15.08.2017 / 20:40
0
answers

Video does not load externally

I'm using the HTML5 video tag to load a .mp4 video, but when I try to externally it does not load. I checked the MIME Types of the server and it is correct. IIS 8.5 server. Does anyone have any idea what might be happening? <video wi...
asked by 15.08.2017 / 15:58
0
answers

Bandwidth limit in IIS 8.5 does not work?

I'm trying to limit the bandwidth on a website in IIS 8.5 by running Windows 2012 R2 but it's not working and tried everything I checked all the settings and I can not find the problem Has anyone ever had anything like this?   ...
asked by 28.07.2017 / 03:46
4
answers

Force javascript file update without disabling cache

In a large-scale web application that develops, an upset occurs every time updates occur, because browsers, especially Google Chrome, cache JavaScript files and, sometimes, incompatibilities occur between the server code and the client code, l...
asked by 10.06.2015 / 02:49
0
answers

simultaneous traffic in classic asp

Good afternoon guys, I have a problem in the company recently we need to migrate an application from one server to another to save time we made an image of the server and uploaded the new one, changed the ip of the new one and put to run the...
asked by 29.06.2017 / 20:51
1
answer

How do I view the details of an ASP.net Session in IIS as in Java using Tomcat?

In the Tomcat manager, we can list the open sessions and see the "details" of each one, including a list of all session variables (key-value) of that session, as shown in the example image below: / p> Is there something similar in IIS? H...
asked by 19.04.2017 / 21:52