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

IIS 7.5 Handling 500 Errors Differently Than IIS 6.0

Our Classic ASP application contains a web service that can be called over an HTTP. POST or GET. The web service does its duty and then writes out, using Response.Write, an XML message over HTTP. Here is an example. Response.ContentType =…
crackedcornjimmy
  • 1,972
  • 5
  • 26
  • 42
1
vote
0 answers

ASP.NET Health Monitoring in IIS 7.5 Integrated Mode

I can't seem to get health monitoring to log events when I'm running in integrated mode. If I switch the application pool to run in classic mode, it works fine. Am I missing some kind of configuration or IIS setup to get this working? This is my…
Yaron
  • 111
  • 7
1
vote
0 answers

ASP.MVC Windows Authentication HTTP Error 401. The requested resource requires user authentication

I have an ASP.NET MVC application using windows authentication that I published by visual studio on a windows 2008 server. But when I try to reach the application from a browser I have to authenticate I get the default authentication form to do…
user295541
  • 1,015
  • 4
  • 16
  • 26
1
vote
1 answer

android access to sql server through web service IIS or axis?

im new to stackoverflow so plesase forgive me if i commit any mistakes. more to the point, im new to android and to web services. im making and android app thats supposed to communicate with an external db (sql server). and i realized its much wiser…
Pheonix7
  • 2,131
  • 5
  • 21
  • 38
1
vote
2 answers

MVC4 Website/Web Application Recommended IIS Directory Structure

I have an MVC4 web application In setting it up on IIS7.5 I added the application to the "Default Website" and set up a virtual directory under http://localhost/myApplication However, this forced me to change many of my controller calls…
parliament
  • 21,544
  • 38
  • 148
  • 238
1
vote
1 answer

ASP.NET (or IIS?) behavior on concurrent requests

I'm developing a web service using ASP.NET MVC3. One of the methods of the HTTP API receives an image from the body of a POST request and needs to store it on the disk for further processing. The beginning of the method is like this: Stopwatch…
ThomasWeiss
  • 1,292
  • 16
  • 30
1
vote
1 answer

How to avoid XSS attacks with GET requests, and automate offending IP addresses to IP deny list in IIS?

I noticed some XSS attempts on some of our sites due to some old URL's raising the errors. ie. http://www.mysite.com/[some old keyword]/searchterm . These sites are MVC3 sites, and from my understanding of using the anti-forgery token - this is…
ElHaix
  • 12,846
  • 27
  • 115
  • 203
1
vote
1 answer

IIS 7.5 - Access to the Path ... is Denied

I am trying to access a static file on a Novell file server. The drives are mapped on the IIS box. The application is using the the default application pool. The path (not shown in Title above) is :…
1
vote
2 answers

Threads not starting in ASP.Net on server but works fine locally

I have been working on my first use of threading in an ASP.Net application and encountered a problem. The code works fine when I run it locally, yet as soon as I have uploaded to our dev server it doesnt run, but also doesnt error. I did some…
Purplegoldfish
  • 5,268
  • 9
  • 39
  • 59
1
vote
1 answer

Error on installing any module in DotNetNuke 5.6.3

When I upload any module in System->Extensions in DotNetNuke 5.6.3, running on a Windows 2008 R2 server, IIS 7.5, after the correct module information is displayed and I hit next, I receive the error message Message:…
Olaf
  • 10,049
  • 8
  • 38
  • 54
1
vote
1 answer

How does one configure the authentication of an IIS website (hosting a WCF REST service application) using powershell?

I have two IIS websites, namely "accounts.example.com" that was created in Visual Studio 2010 using the ASP.NET MVC 3 Web Application and "api.example.com" created with Visual Studio 2010 using the "WCF REST Service Application". I created a…
bloudraak
  • 5,902
  • 5
  • 37
  • 52
1
vote
1 answer

visual studio 2010 debugging gives network error

I have an ASP.Net MVC3 app developed in VS 2010 running on Windows 7 with IIS 7.5 consuming several WCF services also part of the VS solution file and all on the same localhost. When I debug the services they start in the WCF Test utility nicely. …
Eva Donaldson
  • 385
  • 4
  • 18
1
vote
1 answer

IIS7.5 MS Access Authentication

I have IIS7.5 with two websites, and I have an Access database on a server on our network. The first website has anonymous auth on, using a specific network account (lets say 'jim.smith'). The second website has windows auth on. I've written some…
Stephen Last
  • 5,491
  • 9
  • 44
  • 85
1
vote
2 answers

Reading certificate hash from remote server

I receive an error when trying to get a certificate hash from a remote machine using the following code: private string getCertHash(string Hostname) { string result = ""; using (ServerManager serverManager =…
FullByte
  • 149
  • 1
  • 2
  • 12
1
vote
1 answer

Change AD Username breaks ASP.MVC 3 web site

I have an ASP.NET MVC 3 web site that uses Windows Authentication running under IIS7.5. This web site also checks manually for groups in AD using the GetRolesForUser method of a custom RoleProvider. This isn't anything special, and has been working…
eyesnz
  • 2,698
  • 2
  • 16
  • 27