Questions tagged [iis-8]

Internet Information Services (IIS) Version 8 is a web server and a set of feature extension modules created by Microsoft for use with Microsoft Windows, and shipped with WIndows 8 and Windows Server 2012.

Internet Information Services (IIS8) is a web server and a set of feature extension modules created by Microsoft for use with Microsoft Windows. IIS8 is available with Windows 8 and Windows Server 2012.

Some IIS Links:

2029 questions
0
votes
1 answer

I am getting net error ERR_CONNECTION_RESET when calling an API method using ajax

We have a IIS 8 web server on which Web API is deployed. We have a front end application written in extJS. When the application accessed, it makes sever API calls to the server and many of these calls return success except one specific API call.…
dotcoder
  • 2,828
  • 10
  • 34
  • 50
0
votes
0 answers

How to execute .bat file on IIS 8 MVC .Net

i have .bat file in the path C:\inetpub\wwwroot\test.bat i write code on MVC .net, public static void run_cmd(string batchscript,string args,string userid) { try { Process proc = null; proc = new…
Ramin Farajpour Cami
  • 1,605
  • 3
  • 11
  • 21
0
votes
1 answer

Nuget Push throwing 404 error "The remote server returned an error: (404) Not Found.."

I'm trying to set up the Nuget in our new build server ( Windows Server 2012 Standard). I have set it up as a website in IIS(V 8.5). Nuget commands like Get-Package and Install-Package works fine, but nuget push throwing 404 resource not found .…
VeeYemYem
  • 5
  • 6
0
votes
0 answers

Windows Authentication in IIS

I have 2 web services A and B hosted under the same web site. Web Service A uses/calls the APIs of web service B. Both the services are using the "Custom Application pool" as they need to access Database...and I need to use Windows Authentication…
Rajesh
  • 1
  • 1
0
votes
1 answer

How to properly compute Web API methods URLs in TypeScript within ASP.NET Core 1.1. solution?

I am trying to set up a Visual Studio 2017 ASP.NET Core 1.1 solution to work with an Angular2 SPA. I have created a sample csproj using the following commands: npm install -g yo generator-aspnetcore-spa yo aspnetcore-spa and then opened it in…
0
votes
2 answers

IIS server error .Server Error in '/' Application

This is an ASP.NET MVC app but using the Web Forms View Engine (.aspx) instead of the Razor View Engine (.cshtml). I've set the default start page to Login.aspx in the project and in IIS default document. However if i enter…
T Dang
  • 157
  • 3
  • 17
0
votes
0 answers

IIS Issues after deploying C# asp.net

I've recently developed a C# ASP.NET MVC 4.5 application and I have some strange issues with it after deploying it. I developed the application on VS2015 and deploy it on IIS8(WINDOWS SERVER 2012) and on IIS7 (WINDOWS SERVER 2008 R2). I HAVE THIS…
0
votes
0 answers

Http to Https for certain URLs using IIS

ASP .Net website. Visual Studio 2013. Windows Server 2012 R2 + updates I am attempting to redirect SOME pages as https i.e. login and payment pages AND pages under those directories. So far in IIS i have
Computer
  • 2,149
  • 7
  • 34
  • 71
0
votes
1 answer

How to Cache SpreadSheetGear objects in ASP.NET MVC application?

In an ASP.NET MVC application I'm performing calculations which are in an xlsx file. We are talking about 18K variables in the calculations (xlsx file is around 10MB), so loading them them into a SpreadSheetGear instance takes a while. Therefore I…
Csaba Toth
  • 10,021
  • 5
  • 75
  • 121
0
votes
1 answer

How to deploy web application to sub directory on MVC site

When I deploy web application to sub directory on MVC site, i got this error. Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details…
0
votes
0 answers

How to install "Microsoft.CodeDom.Providers.DotNetCompilerPlatform" assembly?

How to install "Microsoft.CodeDom.Providers.DotNetCompilerPlatform" assembly on a computer without Visual Studio? But it has .NET framework, ASP.NET MVC 4 Runtime and IIS Express 8.0.
Codename K
  • 890
  • 4
  • 23
  • 52
0
votes
0 answers

When following SenseNet installation from web deployment package for IIS8 the launch portal does not come up?

I am having trouble installing the SenseNet webpi on our Windows Server 2012 RS. I follow the steps from http://wiki.sensenet.com/How_to_install_Sense/Net_from_web_deployment_package_(IIS_7.5_and_IIS_7.0). I have attempted to do the installation 4…
0
votes
0 answers

Complete Certificate Request with .p7b file

In IIS 8, I created a Certificate Signing Request. After creation, I can see a certificate in "Certificate Enrollment Requests" in Microsoft Management Console (MMC), as well as the created CSR file. I took the content of the CSR file, and then…
user3573403
  • 1,780
  • 5
  • 38
  • 64
0
votes
1 answer

Image Resizer installation not working (even resizer.debug)

I tried to install ImageResizer on a Windows Server 2012 RC2 with IIS 8.5 but I have no error message and it doesn't work. I can't reach the debugging page : resizer.debug.ashx I tried to install the bare minimum on my test server to test it and…
Martin
  • 1
0
votes
2 answers

How to enable PUT on IIS 8 (Win Server 2012) on Web API app

I am running a Web API app fine locally. When I deploy it to Windows Server 2012 I can GET fine - but when I try and PUT I get a 405. I have seen many articles on this - but none of them help. All I want to do is add something to the Web.Config (on…
niico
  • 11,206
  • 23
  • 78
  • 161