iis Questions

24

Solved

I have downloaded the MVC Music Store ASP.NET application at location C:\Users\DEVESH\Desktop\Projects\MvcMusicStore-v3.0\MvcMusicStore-Completed\MvcMusicStore and added the website on IIS at the ...
Hilten asked 13/7, 2013 at 14:42

8

Solved

I have added the apple-app-site-association file to the root of a website, but IIS is not delivering the file. What is the best way to make the server serve this specific file without a file exten...
Cerelly asked 13/1, 2017 at 15:59

6

Solved

This problem has a very simple (almost silly) fix, but it took me 2 hours to discover today, and none of my searches gave the answer, so I am posting this along with the answer to help others. I ha...
Tallowy asked 25/9, 2020 at 0:54

4

I want to improve performance of my ASP.NET web application and want to change "processModel" tag in machine.config. But I am unable to modify "machine.config" file located at framework directory. ...
Psychosexual asked 15/7, 2010 at 17:57

8

I am running a simple ASP.net web application. Chrome is showing the below error after running this. localhost sent an invalid response. Try running Windows Network Diagnostics. ERR_SSL_PROTOCOL_ER...
Cyclone asked 6/3, 2020 at 5:59

33

I deploy a .NET Core app with settings: And the website shows an error: HTTP Error 500.30 - ASP.NET Core app failed to start Common solutions to this issue: The app failed to start The app start...
Padget asked 22/4, 2021 at 10:1

2

I'm new to the .NET framework developer. I just deployed my web into the web server through IIS but I'm getting some problems. I can not login and menu that need show my database table doesn't show...
Claudell asked 15/2, 2022 at 3:6

2

Solved

In a 64 bit system, is there any reason ever to use the aspnet_regiis in the Framework folder as opposed to that on Framework64? Even for an app compiled to x86 I know that just registering aspnet ...
Floatable asked 25/11, 2011 at 16:17

2

I had a requirement of server side rendering in my project.So, I have developed it using next js and now i got struct in deployment. I need to deploy my project in iis and dont know how i can achi...
Collinsworth asked 26/6, 2019 at 18:29

5

Solved

I have a deployed a web application in IIS. Which used to work without any issues. Recently i have shifted that web application to another machine, Here is the problem. Once i setup the Webapplicat...
iis
Losing asked 2/8, 2012 at 13:25

3

I have MVC application developed in ASP.NET MVC 4. I have using javascripts in several pages. Some of the javascripts are referenced as @Scripts.Render("~/Scripts/bootstrap") @Scripts.Render("~/Sc...
Carberry asked 6/2, 2020 at 9:41

17

Solved

I wrote REST service using ASP.NET Web API. I'm trying to send HttpDelete request, however I get the following error: 405 - HTTP verb used to access this page is not allowed I think I'm close ...
Sessions asked 24/3, 2012 at 19:1

23

Solved

I am trying to deploy an ASP.NET application. I have deployed the site to IIS, but when visiting it with the browser, it shows me this: Server Error 500 - Internal server error. There is a problem...
Penury asked 22/3, 2011 at 1:22

4

ASP.Net Core runs on both Windows and Linux Docker containers. Considering Linux hosts are cheaper than Windows hosts, what is the benefit of running your app on IIS/Windows vs Nginx/Linux if...
Jackscrew asked 2/6, 2017 at 17:7

4

Solved

HTTP Error 404.3 - Not Found The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MI...
Adamsite asked 18/3, 2014 at 22:48

2

I host a next.js app on iis server, and any urls with [] (%5B, %5D) return a 404 error which includes the generated js files for any dynamic page for example there is file at /_next/static/chunks/p...
Vindication asked 4/4, 2024 at 20:47

8

Solved

I am writing a diagnostic page for SiteScope and one area we need to test is if the connection to the file/media assets are accesible from the web server. One way I think I can do this is load the ...
Tartarus asked 10/10, 2008 at 16:13

25

Solved

I am trying to create Client Certificates Authentication for my asp.net Website. In order to create client certificates, I need to create a Certificate Authority first: makecert.exe -r -n “CN=M...
Kenway asked 19/2, 2013 at 8:41

6

Solved

I am working on windows 7. IIS 7 and XAMPP are installed on the same computer. I have been playing with win host file and apache configuration files into to understand Server Root and directory. ...
Superabound asked 11/5, 2011 at 0:33

3

Solved

I use IIS8 and I'm trying to hide web.config from the files list on my site but I just can't seem to find a solution for that. Can you help me please? :)
iis
Authors asked 13/10, 2014 at 21:55

22

I used angular .net core 2.2 template to build an application. In localhost working fine, When I host to IIS I'm getting this error. I'm using IIS 10 to host the application. Error, HTTP Error 500....
Rambort asked 19/12, 2018 at 7:36

11

Solved

I have an ASP.NET Core app that runs great in IIS Express. Similarly, if I launch the app from the command line via dotnet run, everything works smoothly: C:\Code\Sandbox\IisTestApp\IisTestApp>...
Timoshenko asked 4/3, 2019 at 14:4

3

I am using Application Request Routing 3.0 with IIS's failed request tracing. I am having issues with my rewrite rules so I wanted to troubleshoot it. I wanted to follow the steps below to enable...
Euphonium asked 7/7, 2016 at 23:8

14

I've gone through the steps detailed in How do you use https / SSL on localhost? but this sets up a self-signed cert for my machine name, and when browsing it via https://localhost I receive the IE...
Mccready asked 17/11, 2011 at 15:43

12

I am attempting to launch a website from an 'AppPool' called 'SomeAppPool' which uses the 'ApplicationPoolIdentity' and when I do I receive the following error when I launch the website: The curre...
Parmer asked 31/3, 2014 at 7:42

© 2022 - 2025 — McMap. All rights reserved.