0
votes
0answers
121 views

Does changing an IIS Application Pool owner permanently modify attributes?

I have a C# .NET application I've built that creates Remote PowerShell sessions to Microsoft's Live@Edu servers to provision user account mailboxes. In order to run PowerShell I need to impersonate an ...
3
votes
1answer
394 views

Getting error when deploying webservice to iis 7.5

I've been ask by the programming department to test deploying one of their app. For all I know about the app, is that it's a webservice wcf code c# for a wpf app. They did tell me that they did try to ...
1
vote
2answers
210 views

IIS get full error message for failed requests

I have IIS set-up and serving my webservice. Unfortunately if the webservice throws an exception, all I get is a blue box with the title failed request. What options do I have to actually see what ...
2
votes
2answers
457 views

iis 7.5 website not reachable in lan

I'm running a Windows Server 2008 R2 with IIS 7.5 and want to deploy an old silverlight business application with membership provider and wcf data services (not ria) on it, so everyone in the LAN ...
2
votes
1answer
390 views

2 Received from header at IIS SMTP email send via C# application

I am using windows server 2008 r2 and IIS 7.5 normally. I am using IIS 6 smpt server to send emails. Right now when i send email via my C# application i am seeing 2 received from headers. What might ...
0
votes
1answer
629 views

Application will not open in Win7, IIS 7.5, ASP.NET4 environment when called via C# code

I think I have a security issue here but can't seem to get around it. I am running IIS 7.5 with an application pool named "MyAppPool." I am then calling a program from C# code, PDFCreator.exe, which ...
0
votes
3answers
631 views

SMTP server for Windows Server 2008?

We had smarter mail installed, but it kept wiping/corrupting all our email. This was problematic to say the least. Anyway, finally we decided to move and are now using Gmail. We have all our DNS ...
0
votes
2answers
318 views

Try to delete files used by IIS

I got a service coded in c# whoes deleted somes web site files hosted on iis, before an update. But sometime when i delete the files, they stay there. If I try to delete them manually, via explorer, ...
0
votes
1answer
615 views

configure culture configuration in MVC3 application

I deployed a MVC3 Application that works well in development environment, that's because the date format in the develop machine it's dd/mm/yyyy. But When The application was deploy in the server ...
0
votes
2answers
208 views

In IIS7 how can I set the number of requests IIS can handle

I have a Windows 2008 / IIS 7.5 server that I want to act as a proxy for another service call. The problem I am having is that the service I am calling often takes a while to respond, so I need the ...
1
vote
1answer
618 views

IIS Application Pool Memory Size Problem

I increased my application pool memory size from default to 500 mb. and i have IIS 7.5. My server sometimes falling down (service unavailable) and i don't know the reason. I did couple of changes at ...