Questions tagged as 'iis'

1
answer

Magical Constants Returning Null or Half Way

Work on a Wordpress site using: PHP 7.0 and Microsoft-IIS / 10.0. The site is up and running, but occasionally some errors appear in the log, usually errors are related to the constants __DIR__ and __FILE__ linked to require fun...
asked by 20.02.2018 / 14:12
2
answers

WCF does not connect to SQLServer when published in IIS

I'm using WCF + SQLServer, when I run it through Visual Studio it works perfectly, when I publish and update in IIS an error occurs:    "A network-related or instance-specific error occurred while   establishing a connection to SQL Server. Th...
asked by 26.09.2017 / 20:26
1
answer

Configure web.config file for PHP project in subdirectories

I have a site in php under test in a directory above the root of the official website. To set up friendly URLs ( remove .php ) is by web.config . I made a rule that does not work for subdirectory files. Ex: products / something and produ...
asked by 28.06.2017 / 17:34
2
answers

Domain redirection for physical server with fixed ip

Good evening, I have a fixed IP server with internet access running IIS 8 on Windows 2012 and I have a domain registered on locaweb name.testing.com. In the locaweb I redirect the domain to the fixed ip and the redirect works correctly, howev...
asked by 12.05.2017 / 04:41
1
answer

How to change local URL in IIS [duplicate]

In the local development environment I've always used localhost to access the application, but would like to use friendlier URLs (for example: http: // I tried setting up in IIS, but I was not successful. I would like to know how I can be d...
asked by 16.12.2016 / 21:31
1
answer

FTP to FTP IIS server

Good morning, I am using Ubuntu ftp to transfer a file to IIS ftp server. In this ftp server the user names accept the following format: username|usernameB due to the isolation of users. The following command does not work due to pipe...
asked by 21.04.2016 / 18:26
2
answers

C # MVC 4 - Action gives Error 404 [closed]

I'm a beginner in C # MVC 4 and I set up a website for learning purposes. On the contact page of the site there is a form that automatically sends emails. When I squeeze it locally straight from Visual Studio 2013 (IIS Express) it sends the e...
asked by 14.12.2015 / 18:25
1
answer

Error publishing site

The system was working fine, I made some changes and after I uploaded to the server that error occurs, can anyone tell me what it would be? The system is MVC with VS 2013. Note: I returned the previous version which was a backup of the site a...
asked by 02.02.2016 / 19:27
2
answers

ASP.NET MVC 5 runs on IIS 7.5 Windows Server 2008?

I have a website that is developed in ASP.NET Framework 4.5 MVC 5 and is not opening in IIS 7.5 Windows Server 2008, but in IIS Express Local 7 of Windows 7 opens normal. Is there anything to install in IIS?     
asked by 14.07.2015 / 15:08
1
answer

Asp.NET webservice with blank page in IIS 8

I have a webservice (asmx) hosted on Kinghost. After an update in IIS (from version 6 to 8) the webservice stopped working. When trying to access the webservice through the browser it shows a blank page, it does not show the methods: link...
asked by 26.06.2015 / 14:07