Questions tagged as 'iis'

2
answers

IIS error when published application

When I publish my application, the following error appears:    This operation requires IIS integrated pipeline mode.       Description: An unhandled exception occurred during the execution of   the current web request. Please review the stac...
asked by 07.09.2015 / 15:12
1
answer

Redirect URL in IIS 7.5

When posting to the server (iis 7.5) the application: Eu tenho isso => http://meuip:8086 Mas preciso disso => http://meuip:8086/portal When you create the directory in iis with the name "portal" and converted to an application, a...
asked by 04.05.2018 / 21:25
1
answer

How to publish site made in Visual Studio?

I created a site in MVC in Visual Studio 2017. I want to know how to generate the necessary files for the website to work and in what folder I should include them.     
asked by 20.06.2017 / 02:46
2
answers

Glyphicons with error when publishing in IIS

I'm developing an application with
asked by 10.07.2015 / 16:46
0
answers

Method to protect IIS from hotlinking

There is some efficient method against hotlinking for IIS. I tried two but they did not work. <!--Método 1--> <rewrite> <rules> <rule name="Blacklist block" stopProcessing="true"> <match url=...
asked by 18.09.2015 / 18:24
1
answer

Error publishing application in IIS

I'm publishing an application in IIS, and when I access it, I get the following error:    HTTP Error 500.19 - Internal Server Error   The requested page can not be accessed because the configuration data related to > page are invalid....
asked by 21.01.2015 / 12:13
1
answer

Capturing StackOverFlowException

Hello, I'm passing some problems on the server and with the application developed in MVC ... I checked that the site was restarting the application pool alone, so I went into Event Viweer and realized that the application is experiencing S...
asked by 10.05.2017 / 02:10
1
answer

Remove "public" directory from laravel 5 through IIS web.config

I have an IIS server where a site built in Laravel 5.3 will be hosted and I need to remove the public folder from the url. NOTE: I am aware that if I enter the IIS manager and change the destination folder of the site to "wwwroot / mysite /...
asked by 18.11.2016 / 18:12
2
answers

How to get IIS information via C #?

How do I get some information from IIS like Version and some settings like Roles and Services in C #. * Note: My application is not Web.     
asked by 23.03.2015 / 20:28
2
answers

Removal of comments in the HTML sent by the server

We all know the good old HTML comments: <!-- Oi, eu sou o Goku! --> The question is: Is there any way to exclude comments from the HTML that the server sends to the client? I think such a configuration is done at the server level (I...
asked by 05.03.2014 / 20:28