Internet Information Services (IIS) is a web server and a set of feature extension modules created by Microsoft for use with Microsoft Windows. Some IIS Links: IIS Overview IIS Learning Center IIS Downloads

learn more… | top users | synonyms

0
votes
0answers
7 views

Different result in IIS express and IIS

I recently installed webmatrix on a windows 2008 machine. I installed dotnetnuke using webmatrix, I visited the site using a browser on the server, finished installing the site, and everything works ...
0
votes
0answers
10 views

IIS 7 URL Rewrite Module

I can see the Outbound URL Rewrite working, because it replaces all the URL's on the page with the new URL. So wherever I put this: /post/?topic=question&id=123 it rewrites it to... ...
0
votes
0answers
11 views

Java application server behind IIS 7.5 on Windows Server 2008

NB: I have just posted the same question on ServerFault, here. If this is not the right place, please let me know so that I'll remove the question from here. I have a Java application server ...
0
votes
0answers
4 views

CodeIgniter / Gmail SMTP timeout on MAMP / IIS

I'm trying to use the CI email class to send email, but the page just hangs when it tries to send. I have tried on both IIS and now on my Mac using MAMP. The code is the same as has been copied all ...
2
votes
0answers
6 views

Running IIS 7 and JBoss AS 7 Simultaneously from a Windows 2008 Server

Does anybody know how to allow both IIS 7 and JBoss AS 7 to run and host applications on a Windows 2008 Server? I have a Windows 2008 VPS that I have hosting some ASP.NET websites and apps via IIS ...
0
votes
0answers
9 views

TCP error code 10013 Cross Domain Policy Error with netTcpBinding Service and Silverlight Client

Was wondeirng if anybody could get me out of my cross domain policy hell. I have a duplex WCF service which uses netTcpBining, and the client is a Silverlight 4 app. When I self host the service, ...
0
votes
1answer
13 views

IIS profiling tool using IIS Manager

This is really basic :) but somewhere I need to start. Where should I find IIS profiling tool using IIS Manager to access remotelly. Thanks
1
vote
3answers
43 views

Windows Service VS web Process

I have created a message Queue here which is basically on a single thread and sending email one after another from the database. First I thought that since it is a continuous process, it has to be on ...
0
votes
0answers
5 views

IIS 7 application is serving files from wrong directory

I used Plesk 9 to create a subdomain. It created a new directory (vhosts/mydomain.com/subdomains/mysubdomain/httpdocs/) and a new application in IIS and supposedly set it all up for me. However it is ...
2
votes
0answers
11 views

WCF CustomBinding - Cannot obtain Metadata with custom authorization policy

After solving my previous problem, I wanted to convert the netTcpBinding to a customBinding, which I managed succesfully. However, WcfTestClient (and normal client) give an error while trying to ...
0
votes
0answers
11 views

Deploying MVC to IIS 7

I am having a really tough time deploying my web app to IIS 7. I am not familiar with the new security restrictions in IIS 7, and I think that is what is causing my problem. Can anyone give me some ...
0
votes
2answers
17 views

CodeIgniter / Gmail SMTP timeout on IIS

I'm trying to send a simple email with codeigniter: $email_config = Array( 'protocol' => 'smtp', 'smtp_host' => 'ssl://smtp.googlemail.com', 'smtp_port' => 465, ...
2
votes
0answers
14 views

Internal WCF Service on a public facing server security

I need to host a WCF service that will give its clients access to internal business systems on a public facing web server. Obviously I must secure this so that no one from the outside world even knows ...
0
votes
1answer
22 views

Silverlight application not communicating with web service on server

I have developed a Silverlight application locally on my laptop. Everything works fine however when I deploy it to the server the web service runs fine, in that it talks to the data base and gets the ...
0
votes
1answer
16 views

Change URL Rewrite Rule in Web.Config from Code C#

I want to modify rewrite rule from C# code. Url Rewrite rule is resides in web.config file. <system.webServer> <rewrite> <rules> <rule name="partners"> ...

1 2 3 4 5 567
15 30 50 per page