Questions tagged as 'iis'

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
1
answer

IIS mount server on PC at home

Hello, I need to know if I have IIS configuration on a notebook, so that when this notebook is connected in the company, it works as my server, so I can access my ASP.NET MVC application through other devices ... I want to access the site as...
asked by 23.11.2016 / 20:29
3
answers

How to enable IIS on windows 10?

I'm trying to install IIS on windows 10, the installation did not complete and shows no error. Has anyone ever experienced this?     
asked by 21.02.2017 / 14:16
2
answers

Deny / hide access to files that start with dot, such as .git, .svn, .DS_Store, .yml

By default Apache denies access to files whose name begins with .ht , such as .htaccess : <Files ~ "^\.ht"> Require all denied </Files> But I notice that many files use the prefix . , like .gitignore...
asked by 03.05.2017 / 17:54
1
answer

Limit WebServices access to two domains

How do I limit access to one Web Service to only two domains? I would like only the domain: http://"ServidoX".ipesp.gov" and http://"ServidoY".ipesp.gov" to consume this service. I have tried to modify in Web.Config using the...
asked by 08.01.2015 / 13:45
3
answers

Classic ASP out of IIS? Windows x64

Does anyone know of a program / server capable of running classic asp (VBScript, JScript)? and other than IIS?     
asked by 06.03.2014 / 13:48
2
answers

How to redirect from non-www to www?

I want visitors to my site to always access with www . I want to somehow redirect in case the user tries to log in without www or subdomain. If you try to access exemplo.com I want to redirect to www.exemplo.com ....
asked by 11.12.2013 / 23:17
1
answer

How do I run a web application in IIS without hosting the source code on the machine?

Developed a web application (asp.net, c #, javascript, etc.) for a client. The idea is to mature that application, and turn it into a product. The question is, how can I run my web application locally, ie by IIS, on the client server, without le...
asked by 05.08.2015 / 19:51
2
answers

How to run a PHP application in IIS?

I have a website in PHP that I want to install on IIS (Apache for Windows is not an option). It will not run naturally as a .NET application. So I've already downloaded a PHP release on link , but I still have to configure IIS to interpret...
asked by 23.06.2014 / 18:48
1
answer

htaccess for web.config

I moved my site to the Windows Azure platform and their server is IIS and my old one was apache so the routes configured in htaccess are not working, I need to know how to convert this: RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-...
asked by 27.06.2014 / 15:34