Questions tagged [iis-7]

IIS (Internet Information Services) Version 7 – is a web server application and a set of feature extension modules created by Microsoft for use with Microsoft Windows. Released with Window Server 2008 and Windows Vista.

Internet Information Services (IIS7) is a web server and a set of feature extension modules created by Microsoft for use with Microsoft Windows. Released with Windows Server 2008 and Windows Vista.

Some IIS Links:

See for more information.

9490 questions
4
votes
1 answer

Does IIS7 log request query string by default?

Our analytics engine reads IIS logs and I want to know if the query string is included in these, in a default IIS7 setup. For example, if a user requests http://mysite.com/page?to=otherpage will the logs contain http://mysite.com/page?to=otherpage…
Flash
  • 15,945
  • 13
  • 70
  • 98
4
votes
6 answers

How to hide page name and querystring in ASP.NET?

I want to set URL Masking in asp.net to hide page name and querystring in URL. Currently i am setting below code to perform url rewriting in Global Application File. routeCollection.MapPageRoute("Login", "Login", "~/frmLogin.aspx"); But i want to…
Chirag
  • 317
  • 7
  • 19
4
votes
1 answer

DNN Database Error Connection IIS7

So I am moving a DNN7 website from my local computer (the site has been developed in WebMatrix) to a Server running Windows Server 2008. When I run the site I get the error. 'DNN Error Connection To The Database Failed'. Now the strange thing is I…
4
votes
1 answer

IIS7 Integrated Mode - Bypass Forms Auth for static files

I have a ASP.NET MVC app on IIS7 using Forms Authentication in Integrated Mode. I am noticing that the ASP.NET runtime is being hit for every request that comes in even if it is only for static files (probably because of Integrated Mode). Is there a…
Andrew Young
4
votes
2 answers

Static content in ASP.NET MVC in IIS 7

I have ASP.NET MVC 1.0 application (.NET 3.5) running on II7 and Windows 2008 Server. The application is deployed in 'Integrated Pipeline' mode. In Global.asax.cs I added: public void Application_EndRequest(Object sender, EventArgs e) { //print…
dev
  • 1,291
  • 3
  • 18
  • 26
4
votes
1 answer

How to set Host Header IIS 7 Getting error ? asp.net

I am trying to host a site on port 8123. It's working fine, but after hosting it I am trying to set its host header(DNS): when I set its host header it did not open application on that link . My site name is "InspectionDesign": after hosting it when…
joe weilder
  • 95
  • 1
  • 6
4
votes
2 answers

2 sites sharing one web application pool? when should this be used?

I just did a simple experiment. I created one web application pool in my local IIS, then I made 2 web sites point to the same app pool. Web sites are NOT virtual. and of course, they function OK locally. When should we start using shared app pools?…
doglin
  • 1,651
  • 4
  • 28
  • 38
4
votes
4 answers

How to Enforce HTTPS For ASMX Service

I have a number of existing ASMX web services running on IIS7, and want to change them so that all requests and responses must be made over HTTPS. The site is also running other pages like PHP and Classic ASP, so I can't just change the site root to…
neildt
  • 5,101
  • 10
  • 56
  • 107
4
votes
1 answer

How to handle Compressed Request in WCF REST service

We have a WCF REST service hosted on IIS 7 with .NET Framework 4.5. The client is sending data in GZip compressed format with request headers: Content-Encoding:gzip Content-Type: application/xml But we are getting bad request from the server, if…
neo
  • 6,131
  • 6
  • 22
  • 27
4
votes
3 answers

OPTIONS preflight request doesn't reach IIS hosted service

I've got a localhost website and an IIS(7.5) hosted WCF service implemented like this with a Visual Studio debugger attached. Whenever I make a CORS request to my service I'm getting the following 404 response, along with the standard ASP.Net error…
Dead.Rabit
  • 1,965
  • 1
  • 28
  • 46
4
votes
1 answer

can encrypt ConnectionString in web.config on development machine and deploy on server?

I am going to encrypt connection string in web.config using aspnet_regiis.exe tool. Not sure how connection string is decrypted on server so wana ask, if I encrypt on my development machine and deploy on server, will it work ? Or it should be…
Toubi
  • 2,469
  • 10
  • 33
  • 49
4
votes
1 answer

IIS7 Application Pools in C#

I have a web application that is hosted locally via IIS7 on each PC it is installed. Inside the web application, an administrator can change settings. One of those settings includes App Pool IdleTimout. The C# code is working as far as I can tell…
Vahlkron
  • 464
  • 3
  • 15
4
votes
1 answer

Hosting Virtual Directory with Nancy on IIS

I have a NancyFx application where I've setup an Virtual Directory under the path /photos. However, when I browse to it I get a 404. I have made sure permissions etc.. are correct so I'm wondering if it is something to do with NancyFx hijacking the…
CallumVass
  • 11,288
  • 26
  • 84
  • 154
4
votes
1 answer

Getting Timed Out from ASP.Net Webservice

I have a ASP.Net web service. There are about 150 client app continuously hit the web service say every 1 minute. In this kind of scenario some are getting the service and some are continuously getting timed out exception. this is a data transfer…
Rezoan
  • 1,745
  • 22
  • 51
4
votes
2 answers

IIS7 -- 401.2 Error with Forms/Anonymous Auth Enabled

I have installed an ASP.NET 4 Web Forms app on a remote Win2K8R2 virtual machine. I cannot remotely deploy anything to this box, so I shipped a VS2012 Web Deployment Package which I installed locally. I installed the IIS Recommended Configuration…
bflow1
  • 969
  • 1
  • 10
  • 25
1 2 3
99
100