Questions tagged as 'iis-express'

1
answer

A3 Certificate in ASP.NET MVC and IIS

I have an ASP.NET MVC4 application and I use the following code to read the user's A3 (reader or pendrive) certificate: var store = new X509Store(StoreName.My, StoreLocation.CurrentUser); store.Open(OpenFlags.OpenExistingOnly | OpenFlags.Max...
asked by 30.08.2016 / 16:57
2
answers

404 Error Page in IIS

Good afternoon, I've developed a system and I have a logic that does not allow profiles that are not authorized to access parts of the system that are not allowed for it. What happens is that when trying to access an area that is not allowed, II...
asked by 23.06.2014 / 19:38
1
answer

IIS - Directory Access Denied

I'm using windows server 2008 and IIS 6.1, I have a service that needs to access files in a particular directory, but I do not have access. What do I need to configure to gain access? AfteraddingAdministratorastheuser,theapplicationsaystha...
asked by 26.11.2014 / 02:04
1
answer

JavaScript and ActiveX Permissions in IIS

Hello, an application in Asp.Net MVC uses Scripting.FileSystemObject to create text files. On the development machine it works normally, this application was published on a server with IIS and also worked normally, but when I was publishing it o...
asked by 31.07.2015 / 21:25
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
2
answers

Oracle DB and MVC 4 with error ORA-06413

I'm having a problem very similar to this here . In short, I have an application that runs with ASP.NET MVC 4, using the .NET Framework 4.0, using the same Oracle access DLL, the System.Data.OracleClient.dll Version 2.0.50727. I did wh...
asked by 22.05.2017 / 20:28
1
answer

IIS Express or Owin self host (as service)

What are the advantages / disadvantages of these two approaches. Some features: It will be a REST server. The project in the beginning will have few requests Local server (not cloud)
asked by 26.07.2015 / 01:27
1
answer

Web API 2 - Using ReasonPhrase in exception handling

var resp = new HttpResponseMessage(HttpStatusCode.NotFound) { ReasonPhrase = "Nenhum produto encontrado" }; throw new HttpResponseException(resp); This code should return    404 No products found But for some reason it is not worki...
asked by 13.03.2014 / 15:42
0
answers

Problem configuring IIS 7 on Windows 7

I am configuring a local virtual server, I installed IIS 7 on Windows 7. I made the settings, however, instead of loading the application, it lists the directory.     
asked by 05.04.2018 / 19:42
0
answers

WebBrowser is working on IISExpress from Visual Studio, but is not working on Windows ISS

The WebBrowser is working on IISExpress from Visual Studio, but it is not working on Windows ISS. I run this code after creating the Thread SetApartmentState(ApartmentState.STA) try { //BrowserValidate.FixBrowserVersion();...
asked by 02.03.2018 / 20:54