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.
0
votes
0answers
14 views
xdebug issue with IIS and php 5.2
I have searched for this question so far no success...
I am using php 5.2 (IDE:netbean) with IIS 8 as web server. I installed php_xdebug-2.2.2-5.2-vc9-nts xdebug.
Here is my php.ini changes:
...
0
votes
0answers
9 views
How can I get XAMPP back after IIS 8 took over my localhost?
I have been using XAMPP for a long time for PHP and mySQL development. Yesterday, after Widows update, the browser will not recognize the XAMPP anymore. It goes directly to IIS 8 page, and I cannot ...
0
votes
0answers
6 views
IIS8 new security implementation?
What are the new security feature introduced in IIS8?
I have one web app. I need to host that app in the IIS8 but If I put that app in C drive I am not getting the data..but the same worked with ...
2
votes
0answers
31 views
IIS Application Initialization in Azure shows 500's periodically after an Upgrade Deployment
Recently, I implemented Application Initialization in one of our Azure projects in order to minimise the time it takes for each of the sites to warm up.
I essentially have implemented near exactly ...
0
votes
0answers
12 views
Can't access DLL using local machine path in IIS8 With SignalR
I have a signalR server which is loading an unmanaged Dll using DLLImport and pinvoke (from local machine path c:\serverfolder\bin).I have a HTML5 Client to access the SirnalR server to get the data ...
2
votes
2answers
41 views
Downloading a File From Virtual Directory
I am doing something wrong here, but not able to figure it out. I have a virtual directory and a files inside it and I want to download the file.
My code:
public ActionResult DownloadFile()
{
...
0
votes
0answers
15 views
virtual directory creation failed on IIS8/Windows 8
Hi I'm new to MSBuild and I'm facing a problem now I built my project using build script and everything running fine except the virtual directory creation. When its calls the virtual directory ...
0
votes
0answers
18 views
Give internal users access to specific webserver directory
I have been trying to find a script/application/configuration that will let users browse to specific locations on my IIS8 server's virtual directories and upload and download from them- perhaps zip ...
0
votes
0answers
6 views
XML serialization deserialization not working on Windows server 2012. Error is There Is An Error In Xml Document
I have developed program in VS2010 (.net framework 4.0) in which xml file come from database table and get deserialized using XMLSerializer using C# in asp.net.
Same code is working on production ...
2
votes
1answer
30 views
servicestack forbidden 404 error using iis8
my servicestack web service works fine in IIS express (VS 2012) and when deployed to windows azure, but it does not work using IIS 8 (Window 8). I am getting 404 forbidden error. My web.config has ...
1
vote
0answers
24 views
What is the Windows Server 2012 command line equivalent of `aspnet_regiis -ir`?
As documented in several questions (Alternative for the Registering ASP.NET 4.5 on Windows Server 2012; Server 2012 IIS 8 MVC not working; WCF on IIS8; *.svc handler mapping doesn't work), on ...
0
votes
0answers
18 views
Troubleshooting custom VirtualPathProvider
I have just created a customized VirtualPathProvider for my ASP.NET web application. It basically maps all virtual files in "~/Storage" and subdirectories to a directory other than the solution's ...
0
votes
1answer
18 views
entirely removed <system.serviceModel> yet still receive multiple http endpoints error
I am getting this error:
This collection already contains an address with scheme http. There can be at most one address per scheme in this collection. If your service is being hosted in IIS you can ...
0
votes
1answer
39 views
Creating virtual directory for asp.net web project
I have installed windows 8 on my system and I am using visual studio 2012 and IIS 8 Express.
when I try to create a virtual directory for web project the message box shows the error message like
...
0
votes
0answers
13 views
Using URL Rewrite for a file on a mapped drive?
How can I use either http redirect or the url rewrite module to redirect requests like this:
<img title="Run Report" src="z:\tools\img\hello.png" onclick=runreport()>
The mapped drive has got ...
0
votes
1answer
24 views
Server Error in '/' Application. Windows Serrver 2012 IIS 8
I received a webpage from a developer and when I try to install it on my fresh installation of Windows Server 2012 with IIS 8 I get the following error:
Could not load file or assembly ...
0
votes
0answers
16 views
How do we remove the “Expires: -1” HTTP Response Header when IIS 8 server dynamic content?
Here are the response headers that we are receiving:
http://redbot.org/?uri=http%3A%2F%2Fbuddha.cloudapp.net%2F
They include Expires: -1.
How do we change this to Expires: 60?
We know how to do ...
1
vote
1answer
47 views
asp.net mvc4 default controller on iis8
I have an ASP.NET MVC4 web application originally developed on IIS 7.5. RouteConfig:
routes.IgnoreRoute("{resource}.axd/{*pathInfo}");
AreaRegistration.RegisterAllAreas();
routes.MapRoute(
...
0
votes
1answer
100 views
Getting a blank page in Crystal report after Migration of my application to Windows server 2012
Hi I have migrated my application from Windows server 2008R2 IIS7 to windows server 2012 IIS8 . but now my crystal report is not working it is just showing a blank page. My Application is on .NET2.0 ...
0
votes
1answer
25 views
An error occured trying to enumerate the contents of folder ''. FTP Passive mode is not available
I'm trying to publish my mvc project to amazon ec2 t1.micro instance using ftp. It is using iis 8. I followed this tutorial.
I'm having this error:
An error occured trying to enumerate the ...
2
votes
0answers
75 views
AuthorizeAttribute not working if URL has query string?
In an ASP.NET MVC3 web application, an entire controller has an [Authorize] attribute attached to it. So if the user is not logged in or the session expired, they get redirected to the login page. ...
1
vote
1answer
93 views
Turning off IIS8 Custom Errors for Classic ASP - Potenial bug in IIS?
I think I have found a bug regarding in the IIS Error Pages system.
Note:
- I am not using .NET Error Pages - this is set to Off
The problem:
When a custom error page is setup for the 500.100 ...
2
votes
1answer
53 views
Running an executable under IIS 8 64-bit?
I have developed a web application that requires an .exe to be run server side to perform certain tasks. I have this working great under Visual Studio's built in web server however upon moving it ...
0
votes
0answers
37 views
ARR Cache vs Server Farm “URL Rewrite” Setting
In order to publish an internal site on the internet, it is sufficient to enable URL rewrite on the [Server Farm] > Routing Rules page.
What is the use of the URL Rewrite option in the IIS > ARR ...
1
vote
1answer
88 views
Web API nested resource failing under IIS8
I have a fairly straight-forward Web API project that has the following route under the Default route in WebApiConfig.cs:
config.Routes.MapHttpRoute(
name: "ChildApi",
routeTemplate: ...
7
votes
1answer
75 views
Azure Appcmd startup task, setting preloadEnabled for ALL sites
Okay, so I'm basically in the process of implementing azure warmups using the new IIS 8.0 Application Initialization module.
I've got a startup task (cmd file) that basically already cancels out the ...
1
vote
0answers
153 views
WebAPI DELETE request return 404 error in Azure
I have been trying to get the DELETE requests in my ASP.net WebAPI(ASP.net web role) working on Azure and locally on my machine.But end up getting "not found" error.
I have following configuration ...
0
votes
0answers
59 views
IIS Session hangs for user - c#
I have a problem with a web site hosted on IIS8 (Server 2012).
When a user clicks on a hyperlink, the site appears to 'hang', opening a new tab and going to the same site results in nothing. But when ...
0
votes
0answers
35 views
Disable IIS8 on windows 8 [closed]
I removed IIS8 from windows and restarted the machine, but still in the {localhost} i can see IIS8 coming.
Please let me know how to remove IIS8?
1
vote
0answers
37 views
404 Error on custom cgi on Windows Azure
we are in trouble to configure custom cgi (modulev3.exe) by Paybox System
we follow : ...
1
vote
1answer
135 views
IIS8 There was no endpoint listening at net.tcp:
i have a WCF service host in IIS8 and I want to use a net.tcp binding.
I have this configuration:
Web.config:
<service behaviorConfiguration="MyBehavior"
...
0
votes
0answers
53 views
WebClient failing for large file uploads. IIS configuration
To give a background, I am using IIS8 and I have a WCF service that my WinForms client uses for all the work. I also have a webclient which uses the uploadFile and DownloadFile methods.
i had this ...
1
vote
0answers
79 views
Call ApplicationStart Method in Global.asax Without a Request
I'm publishing my asp.net site with iis( my local machine has iis v8, server's iis v7 ).
But I want to start a function in Global.asax.cs immediately without calling a page.
*When I call a page, ...
0
votes
0answers
40 views
IIS8: 100-Continue and 401 with HTTP PUT
I have a client that issues an HTTP PUT to upload a file to a SharePoint server. This server requires authentication (NTLM or Negotiate). The client includes an "Expect: 100-Continue" header in the ...
0
votes
1answer
122 views
asp.net 4.5 sessions lost and back after seconds
I have a very strange problem with ASP.NET 4.5 Sessions on Windows 2012
Description:
Sessions work fine. I go through the site, login, access eg profile and other aspx pages which use the session. ...
0
votes
1answer
22 views
When WebSecurity fails a login, it stores the LastPasswordFailureDate as being wrong by 11 hours
It's currently 12:56am, 29/3/2013 (Australia).
When I get a username/password combination wrong, the database reports that the last login failure is
2013-03-28 13:56:18.517
It's behind by 11 ...
1
vote
1answer
289 views
ASP.NET MVC 4 app gives 404, IController error on IIS 7.5/8
The last couple of days I've been trying to deploy MVC 4 applications to IIS 7.5 and 8 installations on Server 2008 R2 and 2012, but I'm basically getting the same error every time: 404 and "The ...
1
vote
1answer
63 views
How do I see currently executing web request on IIS 8
In IIS 7, I would click on "worker process" then "View Current Request" to see all the requests currently being executed.
http://technet.microsoft.com/en-us/library/cc732518(v=WS.10).aspx
In IIS 8, ...
1
vote
2answers
124 views
Execute some code for each request for ASP.NET (aspx and cshtml )
Is there a way to write some code that would be executed for each request to a .aspx or a .cshtml page in asp.net 4.5 apart from using a base page class. it is a very huge project and making changes ...
0
votes
0answers
41 views
IIS8, PHP 5.2 and SQL Server
I have an application that uses IIS, PHP5.2 and SQL Server. I tried to configure IIS8 to work with PHP5.2 and SQL Server but gives me an error message. If I disable the mssql extension in PHP and ...
-1
votes
1answer
257 views
CORS 405 Method Not Allowed
I have been following the Mozilla article on how to set up my website to allow Cross-site scripting requests. Using IIS Manager I have added the following HTTP Response Headers
...
2
votes
2answers
569 views
IIS express not working in visual studio 2012
Iam not able to run the Visual Studio Application with IIS Express. Iam getting an Error “Unable to launch IIS Express” for the first time.
After multiple times debugging,
Iam getting the below error, ...
0
votes
2answers
137 views
Debugging Classic asp Visual Studio 2008 IIS 8
Things I've done:
On both the default website and my virtual folder in IIS Manager
-Enabled Parent Paths
-Set Enable Server Side Debugging to be True
Set Breakpoints in my code by
1) F9
2) Using ...
0
votes
0answers
148 views
TFS2012 - Troubleshooting MSBuild arguments to set up automated deployment
We are trying to set up automated deploys through TFS 2012 via MSBuild and MSDeploy but we are recieving a timeout when our production server attempts to deploy to the development server. All relevant ...
-1
votes
1answer
238 views
Windows server 2012 Missing Management Service Delegation in IIS 8 [closed]
I've experienced a weird bug druing an installation of Web Deploy 3. After the installation there was no "Management Service Delegation" in the IIS Management section.
Since there are many step by ...
1
vote
1answer
234 views
System.Runtime.InteropServices.COMException (0x8000500C) occuring while committing changes to DirectoryEntry in .Net
Below is a code in C# where I am trying to add SSL binding of an existing certificate to "Default Website" in IIS Server. But I keep getting
System.Runtime.InteropServices.COMException ...
0
votes
2answers
80 views
Display all sites and bindings in powershell
I am documenting all the sites and binding related to the site from the IIS. Wondering if there is an easy way to get this list through powershell script rather than manually typing looking at IIS?
I ...
0
votes
1answer
183 views
Windows 8: IIS, Unable to start default site: Access is denied (Exception from HRESULT: 0x080070005 (E_ACCESSDENIED)
Can someone help? I can't find a solution anywhere.
I got a new laptop with Windows 7, more or less the first step did was to upgrade to Windows 8.
When trying to start default site (or create a new ...
1
vote
0answers
119 views
IIS 8 Application Initialization - warming up WCF services
We are currently using AppFabric Auto-Start feature for warming up applications that contain WCF web services.
Since this is the only AppFabric feature we are using and we are upgrading to IIS 8.0, ...
0
votes
1answer
293 views
ASP.NET 4.5 Won't Uninstall from Windows 8
I have been running into compatibility issues recently with my dev environment, and it was suggested that I uninstall and reinstall ASP.NET 4.5 on my windows 8 laptop.
In order to uninstall on ...



