Questions tagged as 'iis-express'

1
answer

Problems reading all the rows of an Excel with OLEDB and C #

I am developing a program to import Excel spreadsheets with language C# , using the OLEDB component, when importing a spreadsheet with 100547 rows the program can only read 54046. Here is the source code: public class Re...
asked by 29.03.2017 / 19:16
0
answers

How to configure external access in IIS Express for VS 2013?

I have a webservice in asp.net mvc 4 running on my local pc, if I do http://localhost:14807 it works blzinha, but if I do, http://192.168.1.105:14807 that is itself does not work, so does if I try to access another device. I'm usin...
asked by 10.11.2016 / 23:28
0
answers

Configure multiple domains for the same site (different files) IIS WS2012

I have a website that caters to multiple companies. But the domain is the same. You have acquired two new domains to resolve these issues but the site will be kept the same IIS server. Now what I can not do is the following: Today I have t...
asked by 28.09.2016 / 20:46
1
answer

How to debug a C # MVC application externally [closed]

I would like to know if there is a debugging of an MVC C # application externally, I tried to use IIS Express, but without success, someone has already experienced this situation or, can anyone help me do that? Thank you.     
asked by 27.10.2015 / 12:52
1
answer

Visual Studio quitting Debug unexpectedly (IIS error)

I came to share a solution that at least worked for me after several attempts. But first I'll explain the problem: Once I was using windows 7, I had a problem starting a webapp debug when I clicked on the url input of the browser, started a n...
asked by 27.07.2018 / 18:37
0
answers

VS2015 - Accessing the Mobile Application

Good morning! I'm creating an API for testing in VS2015. When running the project, it uses the "localhost: 32150" address provided by IIS Express. If I provide a method through my browser, it works normally, eg: "localhost: 32150 / api...
asked by 08.01.2016 / 12:05
1
answer

Error Starting IIS Express Web Server - Error 0x80070020

After leaving Visual Studio one night in debug mode stopped on one line, I could no longer run the web application locally because of an error in IIS Express . I tried to stop IIS Express and reopen Visual Studio, but it did not w...
asked by 22.06.2016 / 22:53