Internet Information Services (IIS) is a web server and a set of feature extension modules created by Microsoft for use with Microsoft Windows.
0
votes
0answers
5 views
Self-hosted WCF service inaccessible in IIS+AppFabric
For a few weeks now I've been having a really weird problem. I have a couple of services which work just fine when self-hosted in a command line app. However in IIS+AppFabric I cannot access one of ...
0
votes
1answer
16 views
Serving virtual files in IIS
I have a page as part of my IIS 7 (ASP.NET) website which serves images from a database. It uses a querystring to select the image and sets the content type header appropriately (image/jpeg) so that, ...
0
votes
0answers
15 views
The HTTP verb POST used to access path '.asp' is not allowed for IIS 7.0
When i had the website on IIS 6.0, the classic ASP was called correctly from HTML and the email functionality in .asp file used to work. But i changed the IIS to 7.0 from 6.0 and i get this error when ...
0
votes
0answers
11 views
Accessing web service from another system using ipaddress
I have a website working. I run it and i see localhost/pagename.aspx up and running. I replace it with my ip address and the port number like this .. ://10.xxx.xxx.xx:12234/pagename.aspx and it does ...
1
vote
1answer
52 views
How can I get a list of available ip addresses on IIS server?
When using IIS 7 Manager to create a web site, you can set the new site's ip address by selecting from a drop-down list. Is there a way to programmatically obtain this list?
I do not see it in ...
0
votes
0answers
5 views
Translating nginx rewrite rule to Windows web.config
Someone shared useful rewrite rule for Korean CMS that I am using but I am using windows server.
Could anyone kindly change following rules to Windows server Web.config for IIS 7.5 rewrite rule?
I ...
0
votes
1answer
18 views
Error starting the Click Once xbap application
I'm trying to publish a ClickOnce WPF Browser application to a IIS server.
Currently, everything is set and I can reach the website from all computers in the local network. However, after pressing ...
0
votes
0answers
6 views
IIS 7.5 Basic authentication very slow
I have a c#/mvc4 app that I've deployed a few places now. At one location I'm experiencing extremely slow response times to log in. The site comes up initially really fast and once logged in ...
0
votes
1answer
20 views
Reaching website through IIS from an other computer
I think I'm almost done with this problem but there is something off. Perhaps you guys can help me out.
I've created a website which I can reach through C:\inetpub\wwwroot\KLABrowser\publish.htm.
...
0
votes
0answers
8 views
IIS session ends when external process run from ASP.NET
I have problem during running external process from ASP.NET application.
The process is run as follows:
[WebMethod(EnableSession = true)]
[ScriptMethod(UseHttpGet = false, ResponseFormat = ...
0
votes
0answers
5 views
How to display connection string partially in IIS while using WebDeploy 3.0
I am using Web Deploy 3.0 for deployment and in IIS, it shows me full connection string in text box to user with option to change existing connection string.
I dont want to display whole connection ...
1
vote
2answers
102 views
Using Lazy<T> to create Singleton in IIS environment
We are trying to use a Singleton in an IIS environment with a WCF service.
We are following the recommendation in the sixth version in this link ...
0
votes
0answers
8 views
Installing PECL extension on IIS server [migrated]
I wanted to install a specific PECL PHP extension (php-pecl-solr)(http://www.php.net/manual/en/book.solr.php).
I managed to install it on my UNIX environment.
But, I wanted to install it on an IIS ...
0
votes
0answers
8 views
Silverlight: wcf service cross domain error in a specific server
I have a silverlight application that hosts a wcf service.
I installed it on 2 servers.
One works perfectly and the other one (after clicking the login button, attempt to access to the wcf service) ...
1
vote
1answer
10 views
Deploying a Silverlight application with Ria Services
I am trying to deploy a Silverlight application with RIA services in my machine.
When i debug through VS 2012 everything's working fine.
However when i publish to my Local IIS8 (Windows 8 machine) and ...
0
votes
1answer
25 views
iis and apache combination on real server for 403
We have a win2003 server that run both IIS 7 and apache (using wamp server 2.2).
We put on both server a page named test.html that show us a message that say "You are on IIS page" and "You are on ...
0
votes
0answers
19 views
HTML Injection vulnerability reported by PCI scan due to ReturnUrl parameter
I have an Asp.Net 3.5 website and we're using the SQL Membership provider. Requests for protected pages redirect to /Login.aspx with a ReturnUrl parameter, this is standard functionality that comes ...
0
votes
1answer
6 views
QuickBooks - A connection attempt failed because the connected party did not properly respond after a period of time
I am trying to connect to https://subdomain.mysite.com/qbwebservice.asmx using the QuickBooks Web Connector. I am getting a connection issue:
20130617.18:20:07 UTC : ...
0
votes
0answers
7 views
IIS forgets virtual directory permissions - An error occurred loading a configuration file: Failed to start monitoring changes
I have a website with a virtual directory that contains PDFs.
Users access the PDFs by using a URL such as
http://myApp.com/PDFs/12345678.pdf
PDFs is virtual directory that is mapped to ...
0
votes
0answers
19 views
To access local IIS Web sites, you must install the following IIS components… - Tried all solution but still happens
I have VS2010 and IIS installed, but when i create a virtual directory from inside VS (Inside Web tab in the project options) i get this message :
To access local IIS Web sites, you must install ...
0
votes
0answers
9 views
IIS Directory Access Control
I'm researching IIS directory access control and have dug up two options which have the same effect:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
...
0
votes
0answers
20 views
IIS does not accept %3C character (<)
A URL like this returns 404:
secure.domain.local:80/PaymentTransaction?ResponseXML=%3c%3fxml+version%3d
But I remove the %3c then it starts working. Of course, it then errors because the data is not ...
0
votes
1answer
22 views
Windows authentication username and password when trying to access MVC4 app in IIS6
I have just been banging my head against a brick wall all afternoon with this annoying problem. My deployed MVC app wasn't working on my server. When I tried to access the site I was getting the ...
1
vote
1answer
18 views
URL rewrite outbound rules and custom error pages
I'm using Application Request Routing to proxy a blog into a larger website. I'm using the following rules to rewrite the URI-based attributes on HTML elements to ensure the generated HTML conforms to ...
0
votes
1answer
38 views
Error 500 while running WCF service on IIS 7.5
Maybe someone can help me.
I'm hosting WCF service on IIS. The .svc file is accessible from a browser. It works locally but when I publish on the server and I want to call a method from my client, I ...
0
votes
3answers
35 views
Deploy web site without using a domain
I am new to the web world, so I apologize if this question is silly.
I have an ASP.NET web site I wish to deploy.
The server has IIS 7 deployed on it, and I've added the site
to that IIS server as a ...
0
votes
0answers
19 views
Jquery-Mobile data Icons not displaying when using iis 8
I am using jquery-mobile version 1.2.0. When I run it in my development environment everything works great. when I publish it to windows server 2012/IIS 8
I don't see the Icons for the ...
-1
votes
1answer
21 views
Fastest way to set up IIS and PHP
I tried to manually set up a PHP, IIS enviroment on windows 7, but it didn't work. I tried it hard, but never succeeded.
What's the fastes and most sure way to set up php with IIS on windows?
-2
votes
0answers
11 views
Difference between IISRESET and iisreset -start/iisreset -stop [closed]
what is difference between IISRESET and iisreset -start then iisreset -stop?
-1
votes
0answers
8 views
php and IIS server SEO URL
Currently I have a URL like this "http://www.example.com/index.php?index=10&id=5"
and I want to convert it like "http://www.example.com/index/5"
I am new to IIS server, so please some one guide ...
0
votes
0answers
23 views
How to rewrite URL in ASP.NET 4 Web Forms and hide some parameters
I have web page in asp.net 4 Web forms, that generate this URLs:
http://www.myweb.com/Default.aspx?mode=articles&seo_name=my-best-article
and I want to show url in this format:
...
0
votes
0answers
8 views
Visual Studios 2010: html5 video tag getting converted to embed tag
I am using BigVideo.js (http://dfcb.github.io/BigVideo.js/) in my web project but when I run it in Visual Studios 2010, my video tags are getting converted into embed tags in Chrome. I am using ...
0
votes
2answers
29 views
Redirect arbitrary request to directory to particular page in ASP.Net
That title isn't very descriptive, but I couldn't figure out how to phrase my question very well. What I'm trying to do is use a single page to interpret multiple URLs. Here's an example: ...
1
vote
0answers
16 views
server Refused post request in asp mvc web application
I develop asp.net MVC4 ,and publish it in IIS7 on remote server.
when i open browser on mentioned remote server and open my application all post request work fine but when i open my application in ...
2
votes
2answers
44 views
Microsoft IIS URL Rewrite - regex
Im currently working with my IIS Server and ive installed the IIS rewrite module.
I currently have a rule on it which allows for all my coldfusion templates to be parsed really easily.
it generates ...
0
votes
1answer
14 views
HTTP/1.1 New Application Failed when allowSessionState is set to false in web.config
I have a classic ASP website that I just moved to a new server and session state is being lost between SSL and non-SSL.
I understand there is a IIS setting for this, but I don't have access to IIS as ...
2
votes
1answer
66 views
Asp.NET MVC 4 WebApi Upgrade - RC to 4.0.30506.0
I'm running into an issue that many others seemed to have back when the first production release Asp.NET WebApi was introduced and people were upgrading to it from the release candidate edition...
...
0
votes
0answers
25 views
Does Http.sys stack maintains separate threadpool?
Off late I have been trying to understand internal of IIS request processing. I came across nice blog on ASP.Net Thread Usage in IIS 7.0 and 6.0. ...
0
votes
0answers
14 views
Corrupted Report with Crystal reports
I have a web application (asp.net 2.0 using crystal reports) on production enviroment, it was working fine with 2 weeks but suddendly the reports after downloaded became corrupt, the application is ...
1
vote
2answers
40 views
Azure Cloud Service is dead after Application Pool Recycle
I have a deployed Azure Cloud Service WebRole WebAPI with only one instance.
I have noticed that if I wait some idle time (No HTTP Requests), Then later on the service is dead, and every request to ...
0
votes
0answers
7 views
Unable to execute an EXE with php-fastcgi under IIS 6
I added Everyone user to the directory that contains dl.exe and also php-cgi.exe.
Execute Permissions are to Scripts and Executables.
But I still get the following error:
Warning: shell_exec(): ...
1
vote
1answer
29 views
Asp.NET Forms Based Autheticaiton Not Working in IE9 or 10
I have two asp.net web form applications shared on a virtual server. Everything was working great. I had to move to a new virtual server with the same specs at a different vendor.
The first web ...
1
vote
1answer
13 views
ASP.NET Validation of viewstate MAC failed - IIS recycled
I've seen this issue in many posts. In my asp.net site I keep track of any error that occurs using a log that is populated using Application_Error method in Global.asax file.
ASP.NET Validation of ...
0
votes
0answers
6 views
webform_postbackoptions is undefined after adding machine key
I added machine key to solve the View state error in my asp.net application. Now i am getting
webform_postbackoptions is undefined which fails all my postbacks. I check my Webresources.axd.But it is ...
0
votes
1answer
14 views
How do I tell my service (all calls REST/JSON) to handle OPTIONS requests?
I have written a WCF service to return JSON on REST requests. Works great with a browser hitting it. But when my JavaScript hits it, the first request is an OPTIONS request for the url with ...
0
votes
0answers
8 views
URL rewrite code in Web.config throw 500 error
When I deploy a new version of code that has the following snippet on web.config and it gives me a 500 error. When I take this out. It works ok. IIS has URL rewrite module on it.
I am not sure what ...
-1
votes
0answers
18 views
IIS website in its own app pool - not connecting to database server [closed]
Apologies for the long question, it is a strange mix of technologies and I'm trying to include all the relevant information. I'm a DBA so my IIS/app pool knowledge is limited.
I am intending to run ...
1
vote
0answers
20 views
401 - Unauthorized - Subcode 0?
When browsing to a site hosted in IIS 7.5, we are getting
401 - Unauthorized: Access is denied due to invalid credentials.
You do not have permission to view this directory or page using the ...
0
votes
0answers
21 views
Unexpected Cache Request Header and 304 status
I have a WPF window with a WebBrowser control. I want to navigate to a page that requires Authentication, but I want to automatically login the user.
byte[] authData = ...
0
votes
2answers
38 views
Can't seem to link to css file in subfolder
I am experiencing and bizarre and frustrating problem. The file structure for my server is as follows:
mysite
_css
style.css
index.cfm
zdevelopment
_css
style.css
...







