Tagged Questions

Internet Information Services (IIS7) 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 Wikipedia

learn more… | top users | synonyms (1)

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... ...
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
15 views

Lightest way to run IIS on Mac?

I have an ASP.NET MVC 4 app that I would like to run on a Mac machine. I would hate to run a full blown Windows virtual machine when all I really need is IIS7 to run the MVC app. What is the lightest ...
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
0answers
7 views

IIS not recognizing cookie when linked via Word File

We are running IIS 7 and session cookies, but because we have links in external Word documents that we want to be "secure" - (ie people need to be logged in to view them), we set up some code to ...
0
votes
0answers
8 views

IIS ASP.NET css/js files not updating until forced page refresh

When we do releases in IIS 7, we deploy new code to the releases directory on the server and then repoint the website in IIS to the new code directory. For example: Change website directory from ...
0
votes
0answers
8 views

Missing Content-Type header in IIS7 custom error redirect response (MVC)

Here are two NetMon captures from my production IIS7 server. It sends this from an MVC controller for a valid page. Note it has the ContentType header as it should: - Http: Response, HTTP/1.1, ...
1
vote
2answers
19 views

IIS 7 not showing errors in Classic ASP. IIS 6 Does

We have a legacy website written in classic asp. We had it hosted on iis6. Whenever there was an error it would send the details and description of the error to the client. Thing is that after we ...
0
votes
0answers
12 views

Installation in a remote server

I have a Visual C# 2008 solution in a Team Foundation Server and I want to deploy it in different environments. These environments have different configuration files. Each of these environments have ...
0
votes
0answers
10 views

WCF Service in IIS 7 TCP Error 10061

I have a WCF Service hosted on IIS 7 and have search everywhere to get this running. I now get a TCP 10061 error when trying to add a service reference to the client application. Some things I have ...
0
votes
0answers
4 views

IIS7 Service not available

When i browse the iisstart page under default website i am getting a 503 service unavailble error However if i create an application under the default website and then browse any page under the ...
1
vote
2answers
28 views

Getting error in running .net webservice on IIS 7 on dedicated server

I have made C# webservice in asp.net 2008 with 3.5 framework. I made this webservice on my local machine. Now i tried to run this webservice on client's dedicated server using IIS7(on client's ...
0
votes
1answer
32 views

Application_start function and IIS7 Process Model Idle time out setting

I have a asp.net app and I have a few tasks that get called in the application start function. These tasks run is while(true) and sleep for x amount of time after the computation is done. However ...
0
votes
2answers
23 views

How to encrypt web.config connection string

I am trying to encrypt connection string in my web.config. I have followed the guidelines by microsoft, but it doesn't work. http://msdn.microsoft.com/en-us/library/ff650304.aspx#paght000006_step3 ...
0
votes
1answer
9 views

Form Authentication (using jquery.ajax) failed after setting up IIS 7

i am creating a website on MVC3. I was using the default VS2010 web server and my login page (using jquery.ajax) was working perfectly fine. because of some specifications, i had to create an ...

1 2 3 4 5 334
15 30 50 per page