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
4 answers

Error Viewing ASP.NET applications After Installing IIS7.5

I get the following error when I try to access a asp.net application on my local machine. Anyone have any ideas? HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page…
Mark
1
vote
0 answers

Uploadify succeeds in IE/Firefox/Safari but fails in Chrome

I've implemented Uploadify below. The files uploaded will be eventually saved to a database but as of right now I'm just checking that Uploadify can access the service. It succeeds in IE, Firefox, and Safari but fails in Chrome when I or someone…
1
vote
1 answer

Install IIS with all features enaled with pkgmgr

I am trying to install IIS with all features enabled. I found these codes to do some of it start /w pkgmgr…
deception1
  • 1,707
  • 5
  • 23
  • 27
1
vote
1 answer

How can I use PowerShell to find a website's certificate?

I am trying to use PowerShell to query a website and see what SSL certificate (name) it is using for HTTPS bindings. Then I would like to trace back to see what CA issued the cert. I am having trouble querying the website to find out what SSL…
1
vote
1 answer

Completing a regular expression in IIS7.5 that succeed in matching, but fails in the subsequent rewrite

I have a folder with an image in it called: /products/12345/800.jpg where 12345 = a database id and 800.jp is a 800 pixell wide image. I want to create a nice url like this: /products/12345/800/this-is-a-nice-readable-url.jpg In IIS7, I have…
Ralph M. Rivera
  • 769
  • 3
  • 12
  • 25
1
vote
2 answers

ASP.NET custom HttpHandler in IIS 7, 7.5

My web.config is setup as following. My handler lives in an assembly called TestProject.Custom. I am calling this handler via jQuery post, works great in VS 2010 (of course!) but when I push it out to IIS 7.5 or IIS 7, it throws 404 about not being…
codelove
  • 1,396
  • 3
  • 17
  • 35
1
vote
2 answers

Moving WCF service from IIS 6.0 to IIS 7.5

I am in the process of moving a WCF service from IIS 6.0 to IIS 7.5 on a Windows Server 2008 R2 machine. When I browse to service using any of the major browsers, I get the following error: 500 - Internal server error. There is a problem with the …
Michael Kniskern
  • 24,792
  • 68
  • 164
  • 231
1
vote
2 answers

Compatibility issue in IE8 - ASP.NET MVC 3.0 intra application

We have been developing ASP.NET MVC 3.0(Razor & HTML 5) application with IIS 7.5. The site should run on IE8. The site content displays properly when the comaptibility mode is OFF. But, if it runs with compatibility mode on then the few elements…
StartingFromScratch
  • 628
  • 3
  • 10
  • 23
1
vote
2 answers

Javascript .js files not working in IIS 7.5

I have tried running a simple html file which includes a jquery.js file with a jquery click() alert, when I manually open the html file in a browser the jquery/javascript works fine. However if I host this html (or any aspx) file in IIS 7.5…
User101
  • 748
  • 2
  • 10
  • 29
1
vote
2 answers

No error/debugging info in Classic ASP app after SQL Server 2008 R2 install

Yes, I have all the corresponding debugging options enabled in IIS, and error reporting was working fine just before installing SQL Server 2008 R2. Now everytime I run a Classic ASP script, if there's an error, the page will just stop rendering at…
Estrada
  • 157
  • 1
  • 1
  • 10
1
vote
0 answers

IIS 7.5 with an ASP.NET application and trailing slash

I've a IIS 7.5 with one application configured in the "Default Website" called "demo". The physical path of this application locates outside the folder for "Default Website". It's located at "c:\Program files\myWebsite\demo" If I now call the IIS…
Konrad
  • 4,329
  • 10
  • 54
  • 88
1
vote
1 answer

generic handler works in visual studio 2010 but not on iis7.5

I've written a generic handler that intercepts requests for an image and the permits or denies based on the users credentials and the image location. It works great in Visual Studio 2010 Ultimate. When I deploy to W2K2008R2 IIS7.5 in integrated…
mson
  • 7,762
  • 6
  • 40
  • 70
1
vote
2 answers

Connection reset when contacting a WCF service hosted in IIS 7.5

I am attempting to create a dummy security token service using the WCF Security Token Service website template. When creating the website, if I specify a file system URI and host the site in the ASP.NET Development Web Server then everything…
Raymond Saltrelli
  • 4,071
  • 2
  • 33
  • 52
1
vote
1 answer

IIS Url Rewriter to detect feed and redirect to Feedburner

My site generates its rss feed in http://mysite.com/sydnication/rss/articles path. I want to redirect all users to feedburner when they access this url except for when feed burner's own user agent tries to access this url. This is the Url Rewrite…
Roman
  • 10,309
  • 17
  • 66
  • 101
1
vote
1 answer

ASP.net Server Error in '/' Application

I've had users consistently getting this error on our homepage: Server Error in '/' Application. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of…
Tom Gullen
  • 61,249
  • 84
  • 283
  • 456