Internet Information Services (IIS) is a web server and a set of feature extension modules created by Microsoft for use with Microsoft Windows.
1
vote
1answer
24 views
Using Bootstrap on IIS
Trying to test bootstrap. Simple HTML code works well on my computer, yet when I put it on the web site, it does not work with IE9 (works well on chrome). Is there any special IIS settings or is there ...
0
votes
1answer
26 views
WCF Service and Concurrency
I have a driver that I need to access via a web site that is not thread-safe. Since many people can be on the site at a given time I figured I would create a WCF service that would handle all the ...
0
votes
0answers
30 views
Rewrite Rule not Working in IIS Server with PHP
Hi, friends. I'm creating an .htaccess file with rewrite rules. It's working fine in localhost, but on the live, server it's not working. My hosting uses a Window server.
I wrote this Rule in my ...
1
vote
1answer
30 views
2 methods in Web Service, one works, one returns with 400 Bad Request
I have two methods in an svc web service, one takes no arguments and returns all Active Directory users. This one works. I have another method that receives a user ID and returns all of the groups ...
0
votes
1answer
38 views
Lightswitch IIS 7.5 Deployment - GetAuthenticationInfo
I am having an absolute nightmare with the "Load operation failed for query 'GetAuthenticationInfo'. [HttpWebRequest_WebException_RemoteServer]" error when deploying my applications to a new server.
...
0
votes
2answers
108 views
Resource interpreted as Stylesheet but transferred with MIME type text/html (IIS)
I get the following warning in Chrome: "Resource interpreted as Stylesheet but transferred with MIME type text/html." This happens when running the website in the browser from IIS 8 (on Windows 8). If ...
0
votes
2answers
21 views
Is it bad practice to use a Visual Studio Project folder as a virtual directory in IIS?
Is it bad practice to use a Visual Studio Project folder as a virtual directory in IIS when doing development?
Instead, should I copy the files to a separate folder once the application is compiled?
0
votes
1answer
42 views
How can I deploy an asp.net mvc2 app developed on SharpDevelop (windows 7 64bit) to the local iis 7.5?
I'm using SharpDevelop and can test/see the app using "Use IIS Express Web Server" selected in the project property. But when I try to change to "Use local IIS Web Server" and hit "Create ...
1
vote
1answer
34 views
Problems Deploying web application to iis
Built a web application with webmatrix, try to deploy locally to iis 5.1 for testing purposes so i added it to my wwwroot folder didnt work then i created a virtual directory. the home page works with ...
0
votes
1answer
15 views
Error opening project from Source Control
I had originally bound a website in my IIS to D:\Project\ortund\ but later decided to move it to D:\web\ortund\ for reasons.
I copied the project files to the new location and changed the binding in ...
1
vote
1answer
61 views
FineUploader Delete File error when on Production Server
I'm using FineUploader to Upload and Delete files. My Upload process works fine on the production server. However when I tried to delete the file I get an error 500. I've checked the permission and ...
0
votes
0answers
9 views
check if folder is a virtual directory in IIS
I'm using xscript/xml which is lacking in documentation. I need to do a check to see if a certain folder is a virtual directory in IIS?. If so, I delete it. I have the delete part done but cant do the ...
0
votes
0answers
22 views
IIS: IE caches ALL AJAX requests, though it doesn't use cached data
I test a large website which constantly updates data tables using AJAX requests.
I configured my web server to explicitly disable caching for .js and .csv files in my AJAX data directory:
<?xml ...
0
votes
1answer
23 views
jQuery position works on Localhost Cassini, jsFiddle, but always return 0 when IIS or IIS express
I have a table which each row contain a time. The table should show the closest time of the day on top. For example, if the current time is 12:03 the first row on the table should be 12:00. Basically ...
0
votes
0answers
25 views
htaccess rewrite rule to web.config
I'm migrating a website from a Linux/Apache2 server to a Windows/IIS7.
My website depends on a strict but simple .htaccess rule:
RewriteEngine on
RewriteCond $1 ...
0
votes
1answer
9 views
HTTP Error 404.3 in iis
I'm trying to access my site but it's showing an error message HTTP Error 404.3.
Error-Message
HTTP Error 404.3 - Not Found
The page you are requesting cannot be served because of the extension ...
1
vote
1answer
37 views
Communication link failure (||) Thread was being aborted
I face the following problem :
some users complain when they try my web application:
The error i encounter is :
IP: System.Web.HttpApplicationState
Agent: IE8
AgentDtails : Mozilla/4.0 ...
0
votes
1answer
69 views
How to send data to and from ASP.NET 4.0 website and C# WCF (Web Service)
I am wondering - in my ASP.NET 4.0 website how to connect to the web service I have running?
This is essentially what I would like to accomplish, for testing before I apply it on a larger scale. I ...
0
votes
2answers
99 views
IIS Application pool running under network service can't connect to SQL Server
I just deployed an ASP.NET MVC 4 application to IIS 7 but when I browse it i get the following error:
Cannot open database "PCSPI" requested by the login. The login failed.
Login failed for user 'NT ...
0
votes
2answers
39 views
pressing F5 and launching in browser does nothing
I'm new to ASP.Net. I have opened a solution which builds with no errors. When I press F5, a new tab is opened in my Chrome window with the URL http://localhost:4435/foo/Default.aspx. However, nothing ...
1
vote
0answers
24 views
How to keep web deployment package parameter values set through IIS UI across package updates?
My question is similar to this one, which remained unanswered, unfortunately.
We are rolling out a web application as a web deployment package (Web Deploy/MSdeploy) to different environments. The ...
0
votes
0answers
18 views
gracefully rejecting RC4 https connections
Due to security concerns, we are looking at potentially disabling the RC4 cipher on our web server (Windows 2008 R2) and forcing web clients who are connecting with us to use a more secure protocol ...
1
vote
2answers
64 views
How to Increase item size in Http Post
I am posting data into a IIS web server using C#.
I have used XML and the mode and I am getting an 'Bad Request Error' when posting very long data in one field.
For example,
...
0
votes
0answers
26 views
cURL SSL version 2 vs version 3
I have written a PHP script to transfer large files (100MB+) to another server using cURL. The process wasn't working until I set the CURLOPT_SSLVERSION to 3. Without setting that option, the process ...
0
votes
2answers
33 views
How to host Windows Service (like) in IIS
How to host a Windows Service in IIS and keep that service runing like it is running on Windows?
Could I use some feature from WCF service?
I've not access to the Windows itself, only to IIS. Inside ...
0
votes
1answer
36 views
IIS Rewrite root folder to different subfolders
I'm setting up a folder structure inside an application that looks like such:
c:\inetpub\wwwroot\contoso\public
c:\inetpub\wwwroot\contoso\secured
I am wanting to map the following URLs to those ...
0
votes
1answer
27 views
Razor Page Hosted on IIS 6 Fails Every Morning
I have a simple page in my intranet which uses Razor/ASP to fetch a single record from a table and display it, plus a few graphic, as a dashboard display. Meaning, no user intervention other then the ...
0
votes
0answers
32 views
IIS configuration in WiX
Is it possible to configure IIS using WiX?
If it is then how do I find out which ASP.NET and IIS features (for example, add MIME types, add application string, add connection string, etc.) can be ...
0
votes
1answer
39 views
How to modify the default allowed response size settings for a Web API Application?
I have a Web API method that returns a list of Events:
public HttpResponseMessage GetEvents()
{
...
}
My Service supports both Xml and JSON responses using DataContractSerializer (for xml) and ...
0
votes
0answers
19 views
Warning: mysql_connect(): [2002] Only one usage of each socket address (protocol/network address/ (trying to connect via tcp://localhost:3306)
My company has a server where this student system is stored.this system is divided into few department.Specifically in 1 department,this error keeps on showing.i don't know what is the exact problem ...
0
votes
0answers
15 views
Getting IIS Role from Encrypted Cookie
I am trying to get a login working correctly but have run into a little problem. I do not have access to the C# code only the web side of everything so I am not sure if what I need is even possible.
...
0
votes
1answer
54 views
How do i map http://localhost:8080 to http://mysites
I have a question identical to the one stated here, but I still can't figure out how to make it work.
My situation is as follows (this is all BRAND NEW to me, so please forgive me if I use the wrong ...
-2
votes
2answers
24 views
IIs can not load Css files in DNN
Today I opened my browser to work on my local portal , but IIS con not be load CSS files.
Can you help me?
How can I fix this problem?
0
votes
0answers
29 views
No Endpoint listening / incorrect address or SOAP action
I can hit the service page just fine from within IIS. I can browse to the *.wsdl page from the service page just fine. when I try to make the connection via my XBAP, I get the following error:
There ...
0
votes
0answers
27 views
2-Way SSL (Mutual Authentication) in ASMX and ASP.Net
I'm researching on how integrate 2-way SSL in two IIS servers
ASP.Net web site is hosted in one server.
ASMX web services is hosted in another server.
They both run under Dot Net 3.5 in Windows ...
0
votes
0answers
42 views
Connect to IIS Express service from PhoneGap (Android)
I am developing a PhoneGap application and want to test it on an Android emulator.
My app call a IIS (Express) service to get a list of people. My service is hosted in local and to call it, I use my ...
0
votes
0answers
27 views
Web Platform Installer - Specific Application Pool in IIS7.0
I'm making a zip package to be uploaded to the MS web gallery.
There is no SQL database, so manifest.xml looks pretty simple...
<MSDeploy.iisApp>
<iisApp path="test_app"/>
...
1
vote
2answers
58 views
Compress PDF files on Windows Server automatically
I have a user PDF upload submission system whereas quite often users will upload very large sized PDF's that have been originally meant for Print when we only need them for web sized viewing.
I need ...
0
votes
1answer
33 views
IIS application creation by using Microsoft.Web.Administration library creates two application instead of one
I'm trying to automate IIS application creation and for this I'm using Microsoft.Web.Administration library. Here is part of code I'm using:
IISHelper.cs
public static void ...
0
votes
1answer
41 views
$_POST not working on certain web hosting
Recently, we've moved from one web host to another. The PHP version of our web hosting now is 5.3.13 and the older webhosting is 5.3.5 and on my localhost PHP version 5.4.7.
I've adjusted some jQuery ...
0
votes
0answers
19 views
ASP how to get authorization rules in code? Not section from web.config, but actual rules
Well, to be honest, problem is why 'currentUser.Identity.Name' is blank.
Options are:
`<authentication mode="Windows">
</authentication>
<identity impersonate ="false"/>`
And IIS ...
0
votes
0answers
16 views
Handle Facebook signed_request without server side code
I have pure client side application with no server side code (and I cannot have server side code, that is client's request, it has to be platform nonindependent). The application will be hosted as ...
0
votes
1answer
26 views
Server error after ASP.Net application deployed
Server Error in '/MyApp' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the ...
0
votes
2answers
56 views
Reducing number of redirects - http to https
I am trying to reduce the number of redirects at my website login page in order for the page to load faster. My final task is deciding if it's possible to remove the redirect for the login page and ...
0
votes
0answers
32 views
Alternative Smooth Streaming Player (Silverlight) [closed]
I am current using smooth streaming player on my local com with IIS and Encoder pro 4.
However, My supposed output client PC doesn't support Silverlight and i cannot install/change the Machine in ...
-1
votes
0answers
14 views
How to configure web aplication to debug on iis [closed]
i want to configure my web application to debeug on iis 6.0, i use vs2010.
What i want is to run my application on a custom server and not in my local machine, i was trying to use remote debugger ...
0
votes
1answer
30 views
MVC Project Can Not Be Found on Android Browser
I have an MVC mobile website hosted on IIS, deployed and running just fine inside of a corporate network. The issue I am having is that this site "can't be found" on android mobile devices. iOS seems ...
0
votes
0answers
21 views
ASP.NET - Windows prompt or forms authentication?
I have an interesting requirement...
My company wants to force users to re-authenticate when accessing certain web based applications inside our network. This is coming down from a directive that ...
0
votes
2answers
50 views
iisnode 500.21 Handler “iisnode” has a bad module “iisnode” in its module list
Getting this error on Server 2008 R2 64bit, IIS 7.5, iisnode 0.2.4.0, node.js 0.10.5 -
HTTP Error 500.21 - Internal Server Error
Handler "iisnode" has a bad module "iisnode" in its module list
...
2
votes
0answers
27 views
REMOTE_USER missing under ASP.NET after SSO
I'm working on bringing an ASP.NET MVC application (IIS) behind a SSO system. I don't know much about the SSO but was told by the local support that after login by some CGI, the REMOTE_USER ...


