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...
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...
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...
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.
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...
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...
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...