Tagged Questions

25
votes
1answer
7k views

IIS AppPoolIdentity and file system write access permissions

Here's an issue with IIS 7.5 and ASP.NET that I've been researching and getting nowhere with. Any help would be greatly appreciated. My question is: using ASP.NET in IIS 7.5, how does IIS and/or the ...
8
votes
2answers
214 views

What's so bad about running an IIS web application from an UNC share, as suggested in DotNetNuke docs?

I've been taught in the past that it is unwise to run a web application from an UNC share. Reasons I remember are security, rights and authorization trouble and performance. However, in the DotNetNuke ...
4
votes
1answer
636 views

AppFabric for WCF services on Windows Server 2008 R2

we are currently on windows server 2008 R2, IIS 7.5 and we are going to open some of our data via WCF services. To do that, we are planing to host our services on IIS but I heard that it is not a ...
4
votes
1answer
1k views

Hosting WCF in IIS 7.5 vs Windows Service for Performance Considerations

I have a simple and direct question: is there any performance benefits (or any other type of benefit) I am unaware of when comparing hosting of a WCF service in IIS 7.5 vs. a Windows Service? I am ...
3
votes
1answer
252 views

“Access is Denied” when consuming a web service over SOAP

I have created an .NET 3.5 web service application project that will be hosted under IIS 7.5 on a Windows Server 2008 R2 server. I am able to consume the service from an ASP.NET application hosted on ...
2
votes
2answers
240 views

ASP .NET MVC-3 route add/map to a virtual directory for an alias

I have followed Maarten Balliauw's post on domain routing. I had been able route to controller's for different sub-domains. But I don't know how to route to a virtual directory. As you see this is a ...
2
votes
1answer
55 views

Problems trying to setup Team Foundation Server 2010 with AD accounts

I was asked to setup a TFS 2010 environment so the team wouldn't have to send the project updates to each other by email. I set it up on a Windows 2008 R2 DC holding all of the AD accounts normally ...
2
votes
2answers
137 views

What is required for an IIS site to send error details to the browser?

I am receiving a Server Error on an ASP Classic site running on IIS 7.5. I have "Send Errors To Browser" set to True, however I still receive the following error screen:
2
votes
1answer
9k views

How to install PHP in IIS 7.5, Windows Server 2008 R2 (64bits)

In http://windows.php.net/downloads I couldn't find any x64 built for download. Further I have to choose among "Thread Safe" and "Non Thread Safe" with no explanation whether one is safer than the ...
2
votes
3answers
3k views

problems running x86 Asp.net application on 64-bit windows with IIS7.5

I'm currently in the process of preparing a new server to run our ASP.Net platform on. For the first time I'm doing the installation on a 64-bit Windows (2008 R2), and with IIS7.5 (before that always ...
1
vote
1answer
95 views

Enabling Windows Server 2008 Crash Dump for IIS ASP.Net

I have an ASP.Net application that is occasionally crashing and causing the Worker Process to reload. The system is running on IIS 7.5 on Windows Server 2008 R2 64 bit SP1. I get an Application Error ...
1
vote
1answer
1k views

Classic ASP, Sending E-mail on windows server 2008 - error '8004020f'

I am trying to send e-mail with classic ASP (I am stuck with an old app so I have to use classic ASP here) on Windows Server 2008 R2, IIS 7.5. I guess lots of thing change from win server 2003 to ...
1
vote
0answers
352 views

Specified method is not supported, iis 7.5 win 2008 r2

I ahve a code that was working just fine on iis7 windows 2008 32 bit but on iis7.5 i get below error every now and than. It looks like it is due to client disconnect but never had this error on old ...
1
vote
1answer
189 views

DotNetNuke 05.06.00 (459) failing with “The AppDomain shut down because of a change to the application level configuration” message

I've developed a DNN5 site for customer locally on my laptop and I am having problem moving it to a production server. Server is running Windows 2008 R2 (IIS 7.5). I've copied all the files, copied ...
1
vote
1answer
249 views

I can't watch videos I upload to drupal

I can upload a video to my drupal instance, but when I try to view the video I don't have rights to do so. I discovered that the IIS_IUSR doesn't have Read & Execute rights on the video even ...
1
vote
1answer
414 views

Why does a worker thread my ASP.NET spawn experience a ThreadAbortException during a Sleep?

I spawn a worker thread in an ASP.NET application running on Windows Server 2008, IIS 7.5 The first thing this worker thread does is sleep for N seconds, and then it does its real work. During the ...
0
votes
1answer
14 views

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 - ...
0
votes
0answers
17 views

Adding a Location When Allowing a user access to an FTP site in IIS

I've created an FTP site in IIS. I want to give a user access to this FTP site. So I went to IIS Manager Permissions and clicked on Allow User. Then I selected Windows from the prompt that asks you ...
0
votes
0answers
303 views

HTTP Error 503 - Service is unavailable (how fix?) [closed]

i have a web site for download mobile files and there many users in my web site. sometimes i have the error below : HTTP Error 503 - Service is unavailable 1-so why this error happens and what is ...
0
votes
1answer
75 views

Why isn't my machine.config HttpModule running in my web app?

I wrote a HttpModule in .NET 3.5, 32 bit Win 2003, IIS 6 that worked great. Its assemblies were in the GAC and the config was in the machine.config. Everything has been great for years. I just ...
0
votes
1answer
195 views

Crystal Reports 2010 in IIS 7.5 asking for authentication

We're in the process of moving from 2003 IIS 6 Web servers to 2008 R2 with IIS 7.5. We also have a Windows 2008 server running IIS 7 and everything works fine on this server. On the new servers when ...
0
votes
0answers
25 views

Flushing a cached copy of share config file in IIS?

Have you encountered this issue? Two web servers are using a shared config file. The server with the original file was restarted. The second server which reads the shared file over a network path ...
0
votes
0answers
70 views

IIS 7.5 'ManagedEngine64' module missing error

Specifications: IIS 7.5 Windows Server 2008 R2 SmarterStats 6.x Free edition ASP.Net 4.0 I am setting up websites on a server that I did not setup myself and am encountering problems. I have setup a ...
0
votes
2answers
346 views

log4net RollingFileAppender and IIS 7.5

I'm trying to use log4net with a RollingFileAppender on IIS 7.5 / Server 2008 R2. However, the configuration from my old IIS 6 / Server 2003 box doesn't appear to work anymore, I simply don't see any ...
0
votes
0answers
388 views

Allow WCF services writing to custom Event Log (under Windows 2008 R2 Server)

Our web application (with small initial ASP.NET page and a number of WCF services) uses custom Windows event log to record its events. On Windows7 Professional and under Visual Studio service host, ...
0
votes
2answers
70 views

Migrate HTML Site to ASP.NET MVC 3

I have just ported an HTML site over to ASP.NET MVC 3. Google appears to have a lot of the old pages indexed, e.g. http://www.foo.com/bar.html and now this will be http://www.foo.com/bar I'd ...
0
votes
0answers
114 views

IIS 7.5 becomes unresponsive after 60 seconds of inactivity for a logged on user

I have a problem with IIS 7.5 It becomes unresponsive after 60 seconds of inactivity for a logged on user. I have made an ASP.Net MVC 2 application and deployed it to a Windows 2008 Web Server both ...
0
votes
1answer
284 views

Failed to proper setup php + mysql + phpmyadminon iis ? what going on?

Failed to proper setup php + mysql + phpmyadmin on iis ? what going on ? one OK the rest not OK ? I tried most solution but still could not solve these this issues :- 1. Bzip2 compression and ...
0
votes
1answer
529 views

Why does GetWindowThreadProcessId return 0 when called from w3wp.exe

When running the following code, GetWindowThreadProcessId returns 0. I've read about the same problem happening with a service, but this code is being run as an Application Pool in IIS (namely, ...
0
votes
1answer
582 views

MVC.NET Routing works in development server but not on IIS 7.0

I've upgraded our project from being a website to a web app and imported to VS2k10. I've added the following references: System.Web.Abstractions System.Web.MVC System.Web.Routing ... Changed ...
0
votes
1answer
503 views

Issue Hosting Silverlight Application on IIS 7.5

I have an ASP.NET web application (.NET 4.0) that has a few pages, one page with a silverlight application in it. When I debug locally, the silverlight app works fine. When I deploy to my web server ...
-1
votes
1answer
1k views

Setting Up An FTP Server: IIS 7.5

I think I might have incorrectly configured an ftp site (it's my first time setting one of these up) in IIS 7.5 on Windows Server 2008 R2, but I'm not sure where I've gone wrong. The error that I ...