Questions tagged [windows-2003-webserver]

52 questions
0
votes
2 answers

How to host a console application on Windows Server 2003?

I have to host a console program which hosts an application used by Asp.Net 4.0 and should always be running. What is the best way to host it on the server? I can run the console application from commandline but it can be closed accidently. Windows…
Amitabh
  • 59,111
  • 42
  • 110
  • 159
0
votes
1 answer

Upgrading the SQL Server upgrade, any dependencies?

I want to upgrade the SQL Server 2000 on Windows Server 2003 (sp1) to newer version (2005 or something better) Can it be done?, also what should i know more on that?
netx
  • 1
0
votes
0 answers

Why do I get a 401.1 response for a website with Anonymous access enabled?

I have a Windows 2003 web server that is serving up 3 public-facing websites via IIS6. The all run under the Default App Pool. I have added a new, very simple, one page website to serve as a "Maintenance" website. It is setup with anonymous access…
Eric Belair
  • 10,574
  • 13
  • 75
  • 116
0
votes
2 answers

Error while publishing Lightswitch application remotely from Windows 7 PC to Windows 2003 Server having IIS 6.0

I am trying to publish a Light Switch 2012 application as Web Application from Windows 7 PC to Windows 2003 IIS server, .Net Framework 4.0 The publish Summary as follows Application Name - User Test Application Version - 1.0.6.0 Application Type :…
0
votes
1 answer

Jenkins on Windows no web GUI - can't setup

Ive installed Jenkins on a Win2003 Server but when the install completes and attempts to load up the GUI in the browser it fails with a "Internet explorer cannot display this webpage message". I've uninstalled and re-installed it several times,…
Phill Healey
  • 3,084
  • 2
  • 33
  • 67
0
votes
1 answer

Installing TFS 2012 on win 2003 server

Our company just bought this TFS2012 . Our server is windows 2003 R2 Enterprise edition. When i tried to install it on the server I am getting following error: One or more system check failed: Error : TF400154 : Installation on this version of…
user1882705
  • 1,081
  • 4
  • 15
  • 43
0
votes
1 answer

Wix Webapplication: How do I add an extension without replacing all existing mappings?

I'm trying to add a .plan extension to our IIS 6.0 website through WiX. I'm using
0
votes
3 answers

IE 11 Browser Issues with __doPostBack

I'm having the same issue with the new IE 11 on Windows 7 that's described in this article: Basically, the problem is that there is a bug in the browser definition files in ASP.NET 4.0 so that the __doPostBack function isn't rendered properly by…
Realto619
  • 301
  • 3
  • 13
0
votes
1 answer

IIS hosted WCF throws exception when running under domain account

A little bit too verbose explanation of my problem, but here it goes I have number of WCF services, most of which are self hosted in windows services on custom ports. For those self hosted I switched identity under which services are running and…
vittore
  • 17,449
  • 6
  • 44
  • 82
0
votes
1 answer

Changing Web.Config in ISAPI folder

I need to give access to another account on our production server's which is being used by clients at the momemnt. Would it cause any trouble if I add another user to web.config or do I need downtime ? Also does changing Web.Config in ISAPI (web…
Mathematics
  • 7,314
  • 25
  • 77
  • 152
0
votes
0 answers

GridView.DataBind() Out Of Memory Exception on Exporting Large Data Set to Excel

I have the "Export to Excel" button added to my jqGrid. It works fine until I linked the jqGrid to a large GridView with 20,000 records each having 200 fields (columns) I am getting the {"Exception of type 'System.OutOfMemoryException' was thrown."}…
0
votes
2 answers

IIS6 Classic ASP cannot server one sub folder

I just setup a new server for a client to move their code from a hosted solution to a server in their office. New hardware running Windows 2003 Server with IIS 6. All the Service packs up to date. There are two separate websites running in IIS. The…
0
votes
1 answer

Apache 403 Forbidden problems with certain folder only on DocumentRoot

I am receiving 403 Apache Forbidden errors when I set my documentroot in: C:\Google%20Drive\public_html But it works ok when I put C:\public_html I think the problem is due Windows folder permissions, but I tried to copy as the good one and it…
0
votes
2 answers

CakePHP Shell "could not start" from Scheduled task and Windows 2003 Server

I am trying to run a CakePHP Shell script through the Scheduled Task of Windows 2003 server and I'm finding that the task Could not start. When I run it manually from the Command Prompt it works well: C:\Inetpub\wwwroot\CakePHP\lib\Cake\Console\cake…
Alvaro
  • 40,778
  • 30
  • 164
  • 336
0
votes
1 answer

Giving writing permissions for IIS user at Windows 2003 Server

I am running a website over Windows 2003 Server and IIS6 and I am having problems to write or delete files in some temporary folder obtaining this kind of warmings: Warning:…
Alvaro
  • 40,778
  • 30
  • 164
  • 336