Most voted "iis-express" questions
17 questions
Sort by count of
-
4
votes1
answer1107
viewsA3 Certificate in ASP.NET MVC and IIS
I have an ASP.NET MVC4 application and use the following code to read the A3 certificate (reader or USB stick) of the user: var store = new X509Store(StoreName.My, StoreLocation.CurrentUser);…
-
2
votes2
answers1837
viewsIIS error page 404
Good afternoon, I developed a system and I have a logic that does not allow unauthorized profiles to access parts of the system that is not allowed for it. What happens is that when trying to access…
-
2
votes1
answer3034
viewsIIS - Access denied directory
I am using windows server 2008 and IIS 6.1, I have a service that needs to access files in a certain directory, but I do not have access. What I need to configure to get access? After adding…
-
2
votes1
answer197
viewsJavascript and Activex permissions on IIS
Hello, an Asp.Net MVC application uses Scripting.Filesystemobject to create text files. On the development machine works normally, this application was published on an IIS server and also worked…
-
1
votes1
answer398
viewsWeb API 2 - Use of Reasonphrase in exception handling
var resp = new HttpResponseMessage(HttpStatusCode.NotFound) { ReasonPhrase = "Nenhum produto encontrado" }; throw new HttpResponseException(resp); That code should return 404 No products found But…
-
1
votes1
answer215
viewsIIS Express or Owin self host (as a service)
What are the advantages/disadvantages of these two approaches. Some characteristics: Will be a server REST. The project at first will have few requests Local server (not cloud)…
-
1
votes2
answers2966
viewsError starting IIS Express Web Server - Error 0x80070020
After leaving Visual Studio one night in mode debug stopped on a line, I could no longer run the web application locally because of an error in the IIS Express. I tried to stop the IIS Express and…
-
1
votes0
answers664
viewsHow to set up external access in IIS Express VS 2013?
I have a webservice on Asp.net mvc 4 running on my local pc if I do http://localhost:14807 works blazin, but if I do, http://192.168.1.105:14807 which is itself does not work, the same happens if I…
-
1
votes1
answer420
viewsProblems 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 on IIS10. For the VS I can spin, but for the IIS I can’t. NOTE: I already have the DLL in…
visual-studio iis asp.net-web-api iis-express iis-web-deployasked 7 years, 3 months ago Guii Reguffe S 33 -
1
votes0
answers55
viewsWebbrowser is running on Visual Studio’s Iisexpress, but not working on Windows ISS
Webbrowser is running on Visual Studio’s Iisexpress, but not working on Windows ISS. I run this code after creating the Thread SetApartmentState(ApartmentState.STA) try {…
-
1
votes0
answers278
viewsConfigure domain names for the same site (different files) IIS WS2012
I have a site that caters to multiple companies. However, the domain is the same. Two new domains have been acquired to solve these problems but the site will be maintained on the same IIS server.…
-
1
votes1
answer535
viewsProblems reading all lines of an Excel with OLEDB and C#
I am developing a program to import spreadsheets Excel with language C#, using the component OLEDB, when importing a spreadsheet with 100547 lines the program can only read 54046. Follow the source…
-
1
votes2
answers161
viewsOracle DB and MVC 4 showing ORA-06413 error
I’m having a problem very similar to this one. To summarize, I have an application that runs with ASP.NET MVC 4, using . NET Framework 4.0, using the same DLL of access to Oracle,…
-
0
votes1
answer116
viewsHow to debug an external C# MVC application
I wonder if there is a way to debug a C# MVC application externally, I tried to use IIS Express, but without success, has anyone ever been through this or better, can anyone help me do that? Thank…
-
0
votes0
answers175
viewsVS2015 - Accessing Mobile Application
Good morning! I am creating an API for testing on VS2015. When running the project, it uses the "localhost:32150" address provided by IIS Express. If I provide a method from my browser, it works…
-
0
votes1
answer202
viewsVisual Studio ending Debug unexpectedly (IIS error)
I come to share a solution that for me at least worked after several attempts. But first I will explain the problem occurred: Once using windows 7 I had a problem starting the debug of a Webapp by…
-
0
votes0
answers127
viewsLaravel Project works in one location and does not work in another
Good evening, I am with a project being done in the Standard 5.8 and I have a certain problem, in short the project works in my work, but does not work at home. The point is, the project opens and…