Questions tagged as 'iis'

2
answers

Asp.net MVC4 on IIS 6 - Page not found

I am having problems publishing an ASP.NET MVC4 application to an IIS 6. The settings appear to be correct, but the browser displays "404 error." Has anyone ever been through this?     
asked by 26.02.2014 / 20:54
1
answer

Page shows only the files in IIS 7 MVC 5 Application

I have an Mvc 5 application, for development I used IIS Express, everything works normally on it, but I'm having a problem uploading it to IIS 7. Even on my local machine, I'll later take it to Windows 2008. The problem is that running http:/...
asked by 03.06.2017 / 17:26
2
answers

Error configuring application on IIS Local (Integrated pool)

Save personal, I am new to .NET and am having an error creating an application on the local iis. Below exception and my pool print. My iis resources and project are the same as a friend and on the machine it works. Does anyone know what...
asked by 15.10.2015 / 04:49
1
answer

Delay in creating internal document through V9 engines

Good afternoon, I have a web application to create internal documents in Spring ERP. The problem is that each document takes, on average, 2 to 3 minutes to be created. When the document has 1 or 2 lines it takes but creates, but when it takes...
asked by 12.11.2018 / 15:48
1
answer

Set Home Page in IIS

When we deploy in IIS with an MVC 5 application, I need to set the homepage, right? In my case I have the Views = > Home = > Index.cshtml. In my case, I go to Default Document and how do I put all this step to inform the index page? I put...
asked by 07.10.2014 / 13:12
1
answer

How to configure IIS for its correct operation?

When I run my API through Visual Studio CTRL + F5 or F5 and open my application that consumes this API it works perfectly (both on the same network or through NAT port redirection). However when I publish, I give publishing, the API works on...
asked by 24.05.2018 / 13:57
1
answer

Application stopping when there are many users accessing

My application is crashing and I do not know exactly why. The only thing I notice is that when there are many users accessing, or making requests this happens. When it happens, I have to restart the application pool and lift the application a...
asked by 16.03.2016 / 15:04
1
answer

How to request the ssl certificate from the IIS 7.5 client

How to request client SSL certificate in an ASP.NET MVC 5 application? I've enabled SSL on my site using IIS 7.5 but it tries to authenticate the user using the client's certificate but I do not want to authenticate users I just want to retri...
asked by 05.08.2014 / 21:11
3
answers

REST Webservice does not return XML in IIS 8.0

The webservice in visual studio 2013 works beautifully. I added it to windows 8.1's IIS, and when it comes time to send the data via REST, it gives me this error:    The server encountered an error while processing the request. See the servic...
asked by 06.03.2014 / 20:19
0
answers

Configuring IIS to authenticate using Active Directory

I created a web system using C # and used a routine to authenticate the user by picking up the Active Directory user. But my system is not catching user AD: it is catching the user from the pool of the application. When I run the system locall...
asked by 21.01.2016 / 21:49