Questions tagged as 'iis'

1
answer

ASP.NET MVC - Windows Authentication - Browser Authentication Form

I'm developing an ASP.NET MVC application whose access permissions will be managed from the parameters defined for users in Active Directory (AD) . In order to search for this data from AD I have developed methods that send the UserName of...
asked by 27.10.2017 / 17:45
1
answer

Problems running / publishing WEP API on IIS10!

I want to publish my ASP.NET Web API via filesystem , but I'm having an assembly error while running the site in IIS10. By VS I can run, but not by IIS. NOTE: I already have the DLL in the bin folder. Error:    Could not load file o...
asked by 10.08.2017 / 20:44
1
answer

How do Web Publish of nested applications for IIS?

I'm developing a project that consists of a portal and an administration interface. In Visual Studio I have two ASP.NET projects, where one is Portal and the other is the administration interface. In my local IIS I have an application call...
asked by 20.01.2017 / 12:56
1
answer

Allow unmanaged DLLs in IIS

How to configure IIS in windows 10 to allow unmanaged DLLs?     
asked by 23.02.2017 / 13:02
1
answer

Problems Starting IIS Express via C #

I need to start IIS Express via C # with WPF. I can even upload the site and browse, but for only a few seconds. Soon the site stops responding to requests, and only returns to respond when I close the application. private void WinPrincipal_Lo...
asked by 02.09.2016 / 22:20
1
answer

WCF and Daylight Saving Time [closed]

I'm having a date conversion problem in WCF. I get a Json a DateTime in Unix format "\/Date(1477320927000)\/" - 24-10-2016 12:55:27. Wcf receives this date as 24-10-2016 14:55:27. It gives a difference of 2 hours. I tried to u...
asked by 26.10.2016 / 14:33
1
answer

Generation of Excel in classic asp generating blank worksheet

I have a testexcel.asp file that for excel generation: <%@ Language=VBScript %> <% Response.AddHeader "Content-Disposition", "attachment; filename=excelTest.xls" Response.ContentType = "application/vnd.ms-excel" %> <table>...
asked by 26.07.2016 / 23:02
1
answer

English Validation Messages in IIS - Asp.Net MVC

I published my application in IIS, however, validation messages are appearing in English. I have already installed the Asp.Net MVC package in Portuguese in the link application: link and set up globalization: <configuration> <...
asked by 11.02.2016 / 23:44
1
answer

How to publish an asp.net mvc 4 website on iis6?

I give a publish in visual studio 2012, I add a new website in iis6, I put the folder path of the published files, but when I go to the site, it opens the login screen and when I click to enter the page it is blank . How can I fix this error, or...
asked by 08.07.2015 / 15:25
1
answer

Problem when posting a site iis 7

I need to publish a site that is in asp.net mvc and when I publish and change the files in the existing folder in iis 6, the changes I made to the project do not appear when I open the site through iis. I have a folder inside Models that has a r...
asked by 30.06.2015 / 16:14