Questions tagged [iis-7.5]

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

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

Some IIS Links:

See for more information.

4223 questions
1
vote
3 answers

jQuery Autocomplete throws 401 - Unauthorised error while calling MVC 3 controller action method

I am getting "401 - Unauthorised" error in jQuery Autocomplete control in MVC3 application (.net framework v4.0.30319) which is deployed on a server containing IIS 7.5 Controller: (SearchSuggestController) [HttpGet] public JsonResult…
Mayank Jha
  • 371
  • 1
  • 4
  • 10
1
vote
2 answers

Starting Process from ASP.NET

I'm running an ASP web application that should start a Powershell script on the server. To run this Powershell script a lot of Domain rights are needed. So I run the apppool under a user that has all the rights. But when I start the powershellscript…
HW90
  • 1,953
  • 2
  • 21
  • 45
1
vote
2 answers

How do I set a custom error URL in IIS7.5 using WiX

My first question so please be kind. I am having problems with my installer here is the error from the installer log. MSI (s) (4C:64) [14:56:14:086]: Invoking remote custom action. DLL: C:\Windows\Installer\MSI6E35.tmp, Entrypoint:…
Richie Mackay
  • 1,385
  • 10
  • 12
1
vote
1 answer

IIS7.5 URL Rewrite rule to perform a 301 redirect from mysite.hosting.com to mysite.co.uk

I use IIS 7.5 I have a website wich has a valid host like: A) mysite.co.uk and a DEFAULT host (using for testing proposes provided by the hosting company): B) mysite.hosting.com Website is visible on both address, creating a DUPLICATE CONTENT issue…
GibboK
  • 71,848
  • 143
  • 435
  • 658
1
vote
1 answer

Application pool diagnotics

I have inherited a server running IIS 7.5 (I am not the server admin but someone in IS but they don't know IIS 7.5 very well) the website is coded in ASP.NET MVC 2; it is running really slow at start up. It takes about 1-2 minutes to fully launch.…
Michael
  • 13
  • 3
1
vote
1 answer

iis 7.5 http response headers does not work

I have some static content, jpg, png, in a specific folder. I woud like set HTTP headers to expire after 30 days. Using IIS 7.5 >> http response headers >> Set common header >> Expire web content I added my value, but I I still get the HTTP header…
GibboK
  • 71,848
  • 143
  • 435
  • 658
1
vote
2 answers

How to run a CMD.exe command from an ASP.NET application?

Here's my code: string ex = "java -jar \"" + Settings.ClosureCompilerJarLocation + "\" --js \"" + C2runtimePath + "\" --js_output_file \"" + C2runtimeCompiledPath + "\" --language_in ECMASCRIPT5_STRICT --compilation_level ADVANCED_OPTIMIZATIONS…
Tom Gullen
  • 61,249
  • 84
  • 283
  • 456
1
vote
0 answers

Windows 7 - IIS 7.5 showing blank

I have installed IIS 7.5 and restarted the machine but when I open the IIS, its showing blank and can not create websites under it.. tried Googling for a solution but couldn't find any help.. Please advice how to solve this..
Ansar Muhammad
  • 1,238
  • 5
  • 25
  • 45
1
vote
0 answers

IIS 7.5 Compression is not working when loading the page on a local computer

If I try to access our website inside our servers using the remote desktop connection. YSlow and PageSpeed is reporting that our website are compressed. But If I try to access our website in my local computer, both the YSlow and PageSpeed reports…
1
vote
1 answer

IIS 7.5 access over LAN - SSI (Server Side Includes) problems

I'm a front end developer, working on IIS/.NET websites. My local development setup is Windows 7 with IIS 7.5. I'm currently working on a mobile site, and want to be able to check it locally on various mobile devices on the LAN. After a lot of trial…
1
vote
1 answer

Improve WCF service performance

My company owns a server with 24 cores and a lot a RAM inside. The OS is Windows 2008 R2 SP1. I deployed on this server a WCF application, hosted in IIS. On the same server I installed a multithreaded client which calls one of the WCF service, as…
schglurps
  • 1,387
  • 1
  • 14
  • 26
1
vote
2 answers

Temporary folder for uploads

I want to create a temporary folder to store uploads in my application. I've added the folder to my application and it works fine during development. However when I publish to my test server, the folder doesn't get published unless it has a file in…
dnatoli
  • 6,972
  • 9
  • 57
  • 96
1
vote
1 answer

ISAPI_Rewrite 3.0 ... Noob ... how to get started? just installed

just installed v3 lite to try it out before getting full version. i got the follwing in .htaccess file in the root folder of the .net web app RewriteEngine On RewriteCond %{HTTPS} (on)? RewriteCond %{HTTP_HOST}…
robert
  • 1,523
  • 5
  • 19
  • 27
1
vote
1 answer

Resources not always downloading in MVC3 application hosted in IIS 7.5

I have an MVC3 web application hosted in IIS 7.5 on Windows Server 2008 R2. The site is behind Windows Authentication; a logon prompt is shown when visiting the site. There is then a second level login using Forms Authentication. (The point is to…
Josh M.
  • 26,437
  • 24
  • 119
  • 200
1
vote
1 answer

Windows Server 2008 r2 security against uploaded scripts

I have developed an asp.net application and windows desktop application system. My clients can upload images to asp.net application(only one folder). So if someone uploads a shell script and executes, one can take the other clients' database files.…
1 2 3
99
100