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

MSWC.BrowserType on IIS 8.5 always returns "Unknown" as Platform and "Default" as Browser

We recently moved an old Classic ASP website to a newer Windows Server 2012 running IIS 8.5. After this switch, MSWC.BrowserType can no longer get the browser or platform of a user. On a test page, I have the following code: <%@ Language=VBScript…
Challe
  • 866
  • 12
  • 26
0
votes
0 answers

escaped special characters makes IIS 8 crash

I've a PHP web application that needs to be running on IIS and I have a huge problem that I don't have on apache. I have an AJAX call to go search in companies, it has the following structure: http://localhost/fin/common/getCompanies/%26 The %26 is…
banibanc
  • 143
  • 3
  • 16
0
votes
1 answer

Asp.Net MVC JsonResult throwing 'Root element is missing' error in IIS

I have an MVC 5 web application with the following JsonResult public JsonResult GetCartSummary() { var cart = ShoppingCart.GetCart(HttpContext); var results = new ShoppingCartSummaryViewModel { CartTotal =…
Grant
  • 31
  • 2
  • 6
0
votes
0 answers

Moving project to a windows 2012 server

I would like to be able to access the webpage from all the computers on my domain, so far i have succeeded in setting up IIS 8 on the windows 2012 server, but i get this error when trying to access database: here is the SQLEXPRESS log ( I've been…
Per cuvi
  • 1
  • 1
0
votes
1 answer

How to better troubleshoot this 500 Error in MVC Web API

I have an MVC Web API project that I am working on. I created a controller with an action. I am able to hit the action properly using Postman, but when an external system tries to reach my controller, it gets a 500 error. The owner of the external…
fahadash
  • 3,133
  • 1
  • 30
  • 59
0
votes
1 answer

Remove sensitive Headers from Azure PaaS hosted Websites

If you follow this article Azure Blog, you can remove the Server, X-Powered-By and MVC version which is great. You can also achieve similar with a custom IIS module with the following method: private void OnPreSendRequestHeaders(object sender,…
Ian Robertson
  • 2,652
  • 3
  • 28
  • 36
0
votes
0 answers

SSL for multiple domains in single website

Is it at all possible to install multiple SSL certificates for each domain on the same website? I've got the following setup running via IIS. www.domain1.com > IP (xx.xxx.xx.01) Has SLL already installed www.domain2.com > IP (xx.xxx.xx.02) I want…
Orion
  • 452
  • 6
  • 23
0
votes
2 answers

IIS 8.0 Not Looking in Subfolder

I have an application hosted within another website using IIS 8.0 like so (In case it's relevant, it's an Angular 2 project using CLI and Webpack). I'm hosting my app at https://example.org/MyApp. Unfortunately, when I try to run the site, I receive…
Kilo
  • 37
  • 1
  • 6
0
votes
1 answer

IIS + microsoft.Office.Interop.Word

I have developed one application which generate documents using microsoft.Office.Interop.Word. I'm facing some problems here. Document generation process is not working on windows server 2012 R2. After long search over internet somehow it is…
Pranav Patel
  • 1,541
  • 14
  • 28
0
votes
2 answers

Why do we see a default IIS page on a system where iis is enabled when we enter a public IP?

I am navigating to my public Ip.On that ip/system IIS is running.By default we i get the IIS start page though I have no hosted website in inetpub/wwwrooot.What is the reason for this?
0
votes
1 answer

Issue with Javascript file order and Bundling and Minification

I include moment in my ASPNET BundleConfig "~/Scripts/bootstrap.min.js", "~/Scripts/moment-with-locales.min.js", I have two web servers: A: Windows Server 2008, IIS 7.5, .NET 4.6.2 B: Windows Server 2012,…
John Mc
  • 212
  • 2
  • 16
0
votes
1 answer

OWIN Ninject middleware unavailable after app pool restart

I have an OWIN app with the following startup: public virtual void Configuration(IAppBuilder app) { var config = new HttpConfiguration(); config.Filters.Add(new UserNotifyExceptionFilter()); …
Chris D
  • 134
  • 1
  • 10
0
votes
0 answers

Specified argument was out of the range of valid values. Parameter name: mode

When I click the application pools on iis8,it threw the exception like title.I have reinstalled iis8,but it was no use.
JoiT
  • 9
  • 1
0
votes
1 answer

Website not appear in the other network

It is possible to register a domain name with the IP address of the wifi network to use it later in iis. I've tried the website is only Displayed for computers That Same are connected to the WiFi network does not Appear in the other network.
0
votes
0 answers

Url rewrite for website

I have a running website for which I have a required to change Url scheme. What we want is to two-fold: 1) Remove all controller names from the urls, so http://foo.com/controller/bar --> http://foo.com/bar 2) Redirect english language url to…
user869375
  • 2,299
  • 5
  • 27
  • 46
1 2 3
99
100