Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms (1)

22
votes
1answer
6k 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 ...
12
votes
2answers
7k views

PowerShell “execution of scripts is disabled on this system.”

I am trying to run the a .cmd file that calls a Powershell script from the command prompt and I am getting the below error: Management_Install.ps1 cannot be loaded because the execution of scripts ...
10
votes
3answers
1k views

How to write in a registry key own by TrustedInstaller

In order to install a new property page into the Active Directory SnapIn, I need to write into the following registry key of W2K8 R2 (as documented by Microsoft) ...
8
votes
2answers
191 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 ...
8
votes
3answers
600 views

Log4net works in Debug but fails in Release build

I've been using log4net for a while so I'm not quite new to it. But this was my first larger .NET 4.0 solution deployed on a Windows Server 2008 R2 64-bit machine. Of course I searched first and ...
7
votes
2answers
145 views

ASP.Net cannot create/shadow copy in PRODUCTION

We've recently updated a fairly large ASP.NET website (~1500th alexa traffic ranking) to use VS2010 and .NET 4.0 running on Windows Server 2008 R2 Since then, when we deploy new versions of the site ...
6
votes
6answers
453 views

Why is my style sheet redirecting me to login?

I am sure this has something to do with IIS but I can't figure it out. I have a website using forms authentication. When my website tries to access any file resources (javascript files, css, etc), I ...
5
votes
4answers
102 views

On-demand virus scanning Windows

I'm wanting to scan files a user uploads to our websites on the server-side. I'd prefer it to be something we can run on-demand that doesn't have to be running all the time on the server. What ...
4
votes
1answer
577 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
903 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 ...
4
votes
2answers
207 views

Delphi 2009 Crashes on CreateServiceW (only in windows 2008 R2)

I have the following code which runs fine on all operating systems (32 & 64 bit) except for Windows 2008 R2 (SP0 & SP1) fSvcMgr := OpenSCManagerW(PwideChar(FOptions.ComputerName), nil, ...
4
votes
1answer
4k views

VS 2010 Publish using Web Deploy

I'm trying to deploy my ASP.NET MVC 3 web application using VS2010 Publish feature. I'm using Web Deploy as Publish method, but I'm getting this error: Error 1 Web deployment task ...
4
votes
4answers
9k views

register dll in on windows 2008 r2

I'm trying to register a com dll on windows 2008 r2: Here are the steps Run command as administrator c:\windows\system32\regsvr32.exe c:\tempdl\temp12.dll When I execute that command I get this ...
4
votes
7answers
2k views

Windows Server 2008 R2 or Windows 7

Which OS would you recommend for a development machine: Windows Server 2008 R2 or Windows 7 As of now, most "web developers" probably use Windows Server 2008 because of IIS and Vista ...
3
votes
1answer
43 views

500 Server Error on Classic ASP - Cannot get more details

Windows 2008 R2 Standard x64, with IIS 7.5 When trying to load any ASP page (in IE right on the server), I instantly receive a "HTTP/1.1 500 Server Error". I have un-ticked "show friendly error ...
3
votes
1answer
69 views

jetty cannot start “unable to create the virtual machine” when I add the --exec parameter

I'm getting this strangest of errors with Jetty. When I try starting it I get "Unable to start virtual Machine" and next line say "Unrecognized Option: -". I start it using a batch file containing ...
3
votes
1answer
64 views

“Runas” in ANT script

I have an application which needs to run with different user name. I am trying to call "runas.exe" to call the batch file which calls my application. When i tried this in command prompt it worked ...
3
votes
2answers
184 views

Random error 500 “The ConnectionString property has not been initialized”

I've been using the same ConnectionString since our site got online on July 2010, and never had any problem to connect and interact with our database. However, since July 2011, I keep getting random ...
3
votes
3answers
137 views

Creating a Server for phone or sms

This is my newest project which consists of making a Server for phone and sms. I would like to do something like google talk where one would be able to make calls and receive calls or even text ...
3
votes
1answer
211 views

Moved from Windows server 2000 to 2008 now classic ASP catalog queries not working correctly

This one is driving me crazy. Replaced our old Windows 2000 web server with a Windows 2008 one which means moving to IIS7. Now the move went smoothly except for the search catalogs we had set up on ...
3
votes
1answer
238 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 ...
3
votes
0answers
286 views

Windows printer spooler setjob function not working for Windows-7?

I am updating our "Printer Monitoring" application. Previously this application runs successfully on Windows 2000 server. Now we shifted to Windows 7 server. On windows 7 our "Print monitor" ...
3
votes
2answers
2k views

System.Data.Sqlite not being recognized by Visual Studio 2010 on Win 2K8 Server machine

I have a Windows Server 2008 (64-bit) box that I am doing development on. I've installed Visual Studio 2010 and System.Data.SQLite (from sqlite.phxsoftware.com). My problem is that the former is not ...
3
votes
2answers
68 views

Finding source of web performance issue

We are tring to track down a performance issue on a asp.net solution on windows 2008. The error page that has no database access and very little logic takes 10 sec. Other pages over 70 seconds. ...
3
votes
2answers
417 views

Powershell - Error creating ServerManger object after windows updates

HI, I have a powershell deployment script that downloads files from svn into a directory and then updates the IIS settings to point the site at the new folder. It has been running fine, until some ...
3
votes
3answers
497 views

JQuery to asmx fails on Windows 2008 R2 SP1

Since the installation of SP1 we are facing problems in calling asmx pages from JQuery client code. IIS is pointing the JQuery post call to his default 404 page. We did a roleback of our ...
3
votes
2answers
2k views

Python - get output from a command line program which exits with nonzero exit codes

Using Python 2.7.1 on a Windows Server 2008 R2 x64 box, I'm trying to get the output of a command line tool which gives nonzero exit statuses quite often after outputting information I need. ...
3
votes
2answers
539 views

How do I write a script to modify the password expiration values for users on a Windows Server?

I need to create several users on Windows 2008 servers and modify the password expiration value to "Never". These will be local (not AD) users. I can create them using "net user", it's modifying the ...
3
votes
1answer
2k views

Differences between Windows 7 and Windows Server 2008 R2

There are features and APIs that are included in Windows 7 or Windows Server 2008 R2, but not the another. Where can I find a specific list of the differences? Is there anything to especially avoid if ...
3
votes
2answers
558 views

Reset password on Windows Server 2008 R2

We have an Employee Self Service application running on standalone server. One of the feature of the application is "forgotten password", so employees can reset their own passwords. It works fine an ...
3
votes
2answers
440 views

What are possible causes for App_Offline.htm not bringing the site down?

Normally, I use App_Offline.htm for taking the site offline. But occasionally, when I do that, the site just hangs (like in: browsers wait forever, server gives no response at all). This seems to ...
3
votes
1answer
796 views

Stdin to powershell script

I have a service running that can invoke an external process to modify a text stream before it is returned to the service. The text stream is handed from the service to the external process on stdout ...
3
votes
3answers
3k views

How can I prevent the “… has stopped working” window on my Server 2008 R2 dev box?

I'm using a Windows Server 2008 x64 R2 machine as a development box. Amongst many other things I've got Visual Studio 2008 SP1 installed on it. When I'm working on a project, I sometimes need to use ...
3
votes
2answers
638 views

Will upgrading to Server 2008 R2 increase performance?

We are deploying two server-based applications, one WCF, and one a Winform that processes a lot of network traffic (like a custom-made WCF). Generally speaking, would upgrading from Server 2008 to ...
2
votes
2answers
178 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
57 views

Incorrect behavior while using GetVersionEx on Windows 2008 R2 SP1

I want to check if Windows operating system's version is Windows 2008 or Above. I am using following piece of code, it works just fine in my environment but someone(customer) has reported that it's ...
2
votes
1answer
47 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
5answers
161 views

Why does the Java garbage collector kick in when there is plenty of available RAM?

C# dev here, forced to deal with Java... I am interfacing to a Java Web Service, which is quite memory and CPU heavy. It . Facts: Runs under Tomcat and it's Java 1.6.x It's all on Windows ...
2
votes
3answers
102 views

DirectoryServices filter and methods

I'm trying to get a list of all users in an OU/DC from AD. This is what I came up with: $erroractionpreference = "SilentlyContinue" function Get-GroupMembers { $filter = ...
2
votes
2answers
166 views

TeamCity Agent Missing DotNetFramework4.0_x86, but not?

I've been trying to move our TeamCity install from an old server onto a new Windows Server 2008 R2 server, I've finally got everything configured. However the build agent is saying that ...
2
votes
1answer
109 views

Is 32-bit PowerShell always present on 64-bit Windows 2008 R2?

I want to use a 32-bit in-proc COM server from a 64-bit process on Windows 2008 R2. Hosting in a surrogate process is rather slow because I make lots of small calls and have huge marshalling overhead. ...
2
votes
2answers
469 views

ADODB COM object not found

I am using ADODB COM object in my c# application which is developed on Windows 2008 R2 Standard 64bit. Now I have moved application on prod server with Windows 2008 Standard 64bit(not R2) and now I ...
2
votes
1answer
459 views

Removing all ACL on folder with powershell

I'm pretty new to powershell scripting (nearly 1 month since I started learning powershell.) I'm currently working on a script with powershell 2.0 to clean folder NTFS ACL. I want to delete every acl ...
2
votes
2answers
414 views

How to create a SQL Server login for a service account on a non-English Windows?

Given a Windows Server 2008 R2 system, where the service accounts use a non-English display language, with SQL Server 2008, the following Transact-SQL statement fails: CREATE LOGIN [NT ...
2
votes
2answers
113 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
605 views

Remotely change computer name for a Windows Server 2008 machine using C#?

Might someone be able to point me towards a conclusive resource to learn how to remotely change a computer name on a Windows Server 2008 machine using C# I've looked at lots of sites for help and ...
2
votes
1answer
733 views

Exception using MSDTC Transactions on SQL 2008 / Server 2008 R2 x64 HRESULT: 0x8004D025

G'day I'm currently upgrading an app to SQL 2008 / Server 2008 R2 x64 and I'm seeing some strange behaviour that I have not seen on SQL 2005 / Server 2003. Randomly I get an exception from MSDTC: ...
2
votes
2answers
482 views

Proper use of Message Queue on 2008R2

I am not a programmer but I am trying to help them out by giving them some guidance. We no longer have any in house expertise on msmq. We are trying to use this to integrate some functions with a ...
2
votes
2answers
759 views

Access to the path is denied

I'm trying to use a ASP.NET(C#) application on a IIS-Server. Everything is working great, i have only one problem. I'm trying to create a CSV-File in the 'C:\inetpub\wwwroot\bin' directory, but i get ...
2
votes
5answers
153 views

Moving files between Windows computers without creating network shares

What's needed: To move several directories between two Windows 2008 servers on a regular basis. Due to security requirements, neither server is supposed to have network shares set up or extraneous ...

1 2 3 4 5 7