Most voted "iis" questions
Internet Information Services (IIS) is a web server created by Microsoft for use with Microsoft Windows. Please mention which version of IIS you are running in your question or by adding a specific version tag.
Learn more…242 questions
Sort by count of
-
0
votes0
answers31
viewshow to remove httpredirect web.config
I’m testing the redirect in development, running the site through visual studio. And to test the redirect I added the following chunk of code to the web.config <configuration>…
-
0
votes1
answer57
viewsPerformance issues with Asp.Net Core 2.1?
I have an API written in Asp.Net Core 2.1 and I have some performance problem, I am not able to understand if the problem is in the code or the server. The problem boils down to the following, I…
api performance iis entity-framework-core asp-net-coreasked 4 years, 1 month ago Renner Oliveira 23 -
0
votes0
answers52
viewstraffic simultaneo in the classic Asp
Good afternoon, everyone, I’m having a problem in the company recently we need to migrate an application from one server to another to save time we made an image of the server and climbed the new,…
-
0
votes2
answers798
viewsIIS - Manager configuration for ASP programming
After a long and good work to install IIS on Windows 10, when I add a website, in the Association block and in the Type field, the http item does not appear where it is possible to place the port…
iisasked 7 years, 3 months ago Caio Marcio 1 -
0
votes1
answer316
viewsGenexus applications generated for C# have slower 64-bit performance compared to 32-bit execution
I have a problem in an application made in Genexus that doesn’t seem to me with much sense. My Genexus settings are: Genexus X Evolution 2 Upgrade 7 Build 109528 Generator C# Environments I tested:…
-
0
votes0
answers312
viewsASP Classico commands do not run and return as html text
I am using windows 10 and I am having problems to configure my ASP, when running a script on an HTM page I get the script in writing. <% dim x x = "teste" Response.Write(x) %> My IIS is…
-
0
votes2
answers78
viewsWCF does not connect to Sqlserver when published on IIS
I am using WCF + Sqlserver, when running by Visual Studio works perfectly, when I publish and update on IIS an error occurs: "A network-Related or instance-specific error occurred while establishing…
-
0
votes2
answers470
viewsC# MVC solution does not run Javascript on IIS
I have a C# solution where I use MVC. I have a View for product items. In this view I have a Droplist as specified below: Drop List <div class="form-group"> @Html.LabelFor(model =>…
-
0
votes0
answers931
viewsFTP connection on Windows Server 2012 R2
I have a server Win Server 2012 R2 which has IIS installed and an FTP site created, I also created a user for FTP use. I configured as external port for FTP connection on the firewall the port:…
-
0
votes0
answers906
viewsFTP External access Amazon ec2 Windows Server
I have an instance of Windows Server 2016 t2.micro on Amazon ec2. I installed IIS with FTP support. I followed this guide to make my ftp accessible externally:…
-
0
votes1
answer1240
viewsIIS - Capture user logged in to the machine without using Windows authentication
I have a website that uses the user logged into the computer to validate what functionality he will have access to within the site. To capture the user logged into the machine I am using the code…
-
0
votes1
answer333
viewsSite opens but does not load Cs, js, png files etc
I migrated VS2012 to VS2017, and in my solution I have 3 sites, 2 of which I run and have no problem and in the other when I debug it opens but the whole part of Design is not loaded(css, js, png,…
-
0
votes1
answer122
viewsMagic Constants Returning Null or Halfway
Work on a Wordpress site using: PHP 7.0 and Microsoft-IIS/10.0. The site is up and running, but occasionally errors appear in the log, usually errors related to Constants __DIR__ and __FILE__…
-
0
votes1
answer130
viewsProblem when publishing site in iis done in Angularjs
I’m trying to publish a site in Angularjs in iis but after the publication, when I access it, it returns me on the console the following error : In development this error does not occur... My…
-
0
votes1
answer83
viewsRefresh with angular + IIS
I published an angular application on IIS and at first my application works normally, but when I refresh the page, I get a Not Found error. I looked at several websites and saw that it was necessary…
-
0
votes0
answers67
viewsASP.NET - Application with the possibility of authentication Forms and Windows
I have to configure the following ASP.NET authentication scenario: depending on some precise conditions that authentication is performed through Forms or Windows. The scenario is that if an…
-
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
votes1
answer82
viewsRedirect to ASP.NET MVC login screen constantly
constantemnte while browsing the site the user is being redirected to the login screen. I myself keep browsing several screens by clicking on the menus and randomly the system goes to login. I have…
-
0
votes0
answers301
viewsPool of ASP.net MVC apps stopping alone
I have an app ASP.NET MVC that is rotating on top of the IIS in version 10.0. When there are multiple simultaneous connections (3~5 connections) it simply to the application pool presenting the…
-
0
votes0
answers57
viewsHTTP frame loading HTTPS
Good afternoon Personal, They have a situation where the SSL certificate has been installed on IIS, but does not validate HTTPS, because the certificate is for domain.com.br and not for the server’s…
-
0
votes1
answer116
views -
0
votes1
answer188
viewsSite MVC C# displays the message "401 - Unauthorized: Access is denied due to invalid credentials." after logging into external access
I created the normal MVC C# site without any peculiarity. In the Default Controller the index was this way. [AllowAnonymous] public ActionResult Index() { return View(); } [HttpPost]…
-
0
votes0
answers26
viewsFont icon does not show
I created a font using the Inkscape app. and then converted it into a site that I don’t remember at the time... while I am using this font in visual studio, the font shows perfectly, as shown in the…
-
0
votes1
answer1891
viewsIIS with Asp.net core 2.0 - Error 502.5? IIS does not recognize Asp.net core 2.0
I have the project on the computer, and the same on the computer of the colleagues runs with the IIS. But on my pc, it does not run, gives the error HTTP Error 502.5 - Process Failure I generated…
-
0
votes2
answers274
viewsCodeigniter does not find Controller
My website is published on IIS servidor\c\inetpub\wwwroot\site There are other sites in the wwwroot folder each in your directory (site2, site3, site4... etc) In Routes.php the default controller is…
-
0
votes1
answer634
viewsWeb API ASP.NET published on IIS does not work
I have an ASP.NET Web API project that I integrate with Spring 10. I followed the examples that are in Github and also the part of Assembly Resolver. When I run the project on IIS Express through…
-
0
votes0
answers506
viewsHow to set up IIS on the Windows Authentication server (via Active Directory) of an Aspnet Core C#?
Sirs, I have an application very similar to the visual studio 2019 ready template. There, through the 'Users.Identity.Name', I obtain the AD data of the authenticated user as below: public…
iis asp.net-identity deploy asp-net-core iis-web-deployasked 5 years, 4 months ago Arthur Gresele 1 -
0
votes1
answer246
viewsURL friendly Classic ASP with Isapi Rewrite
Good morning, you guys. The point is I can access an address dominio.com/modulo/id/titulo and he rewrites to dominio.com/default.asp?link=artigo&id=123&titulo=teste, but my question is…
-
0
votes1
answer89
viewsWhen publishing the project on IIS no script and css appears, what can it be?
When publishing the project to the server and configure the iis it does not recognize the css and script, it does not from the error, finds the address no longer loads the css and js code. I checked…
-
0
votes0
answers19
viewsMultiple requests for an API result in 500 Internal Server error
I have an API that makes two requests on Microsoft services (POST and GET) that receive a code and bring some information about employees. public async Task<string> AdquirirEmail(string…
-
0
votes1
answer59
viewsHow to set hostname in publication Asp net core 3.1 selfHosted
I have a working project which the publication preference is in the format of publish to self hosted folder (selfhosted) (without using IIS). Reason for this: the goal is to decrease the…
-
-1
votes1
answer60
viewsAccess to external url on Windows Server
well the problem I have is the following: I have an application that sends SMS, it makes a POST request to a certain url. What happens is that I run the application on the server and it works and…
-
-1
votes1
answer110
viewsWeb Service runs but when consuming method gives error
I struggled to set up my web service on IIS. It goes up, showing the screen that WS is ok. It turns out that when I pass a parameter to it gives this error: REQUEST ERROR The server encountered an…
-
-1
votes1
answer370
viewsIIS 7 sites, working with domainname.com not www.domainname.com. DNS problem?
I have my domain name registered with Asphostportal and pointing to my IIS server where I have an ASP.net MVC application deployed. To achieve this I simply have an input log that points to the IP…
-
-1
votes1
answer1298
viewsIIS URL redirection
I’m having problems with redirecting here at the company, it’s as follows: I have a server IIS where I have the current website of the company and within this site I have webservices running, using…
-
-1
votes1
answer394
viewsHow do I view the details of an ASP.net Session on IIS like in Java using Tomcat?
In the Tomcat manager, we have to list open sessions and see the "details" of each one, including see a list of all session variables (key-value) of that session, as shown in the example image…
-
-1
votes1
answer3469
viewsASP . net core (HTTP error 500.19 - Internal Server Error)
I have a web api, which when running on Iss presents error 500.19 in the browser, I am very new in the subject, I did some research this error may be on web.cofing. If anyone can help me, thank you!…
asp.net-mvc-5 asp.net-core asp.net-web-api iis visual-studio-2017asked 5 years, 5 months ago Matheus Vinicius 23 -
-1
votes0
answers9
viewsPython IIS running on default localhost
By putting my website to run on IIS, and accessing the domain I put pro even the site brings me the following error, stating that it’s running on the default localhost, even with the IDE Pycharm…
-
-2
votes1
answer876
viewsLaravel Error 4.2 - SQLSTATE[HY000] [2054] Server charset Unknown to the client. Please, report to the Developers
I’m having problems in a web application using Laravel 4.2 the same worked in a Windows 7 environment with IIS + PHP 5.6 but I had to change the machine and create a new development environment.…
-
-2
votes1
answer89
viewsSql server error on the hosting server
I’m making a website, through the Visual Studio template. With me it works, but when I go up to the server and when I soon, it gives me the error below. I used as template the SPA and Visual Studio…
-
-2
votes2
answers377
views2 devices connected to the same address via Wireless
I am using Visual Studio 2017 to run the application. (ASP.NET MVC) How can I make another computer connect the same url address: 192.XXXXXXXXXXX:56987. That is: 2 computers working at the same…
-
-4
votes2
answers546
viewsPublish my system to IIS and it is not loading multiple files
I published my system on IIS (locally) and when I access it, it does not load a range of required application files. I believe I published it correctly, but I’m not getting around to solving this…