asp.net-1.1

Port Delphi.NET (ASP.NET 1.1) Project to ASP.NET 3.5 using C# in Visual Studio

Hi, i have an ASP.NET project written in Delphi.NET with Borland Studio 2006. Well it seems that the .NET Version is 1.1 and i need to port it to 3.5. My problem is that the project is a .bdsgroup and .groupproj. To make my work comfortable, i'd like to get a solution file .sln. What's the best way to this? (im not really sure i'm doing...

Disable ASP.NET 1.1 Validator using JavaScript - Not Working in Firefox

The following attempt works in IE8 but not in Firefox (cannot use JQuery for this): case 'Template:templateControl:residenceRBL2': if (selected.value == 'Within USA') { /* Enable zip textbox and validator */ document.getElementById("Template_templateControl_zipTxt1").disabled=false; ValidatorEnable(document.getElemen...

Custom thread started in Application_Start

I have to deal with legacy ASP.NET application written in .NET Framework 1.1. When checking the application code I found interesting part. The application starts custom thread in Application_Start event handler (Global.asax). This thread must run whole life of the application. Long time ago I read that this should be never used but I do...

IIS 6 not serving up asp.net 1.1 pages?

Ok, this is strange. Some background Windows 2003 R2 SP2 32-bit IIS 6.0 I've got a very simple dot.net 1.1 example app that just echoes something to the screen via a response.write. Works fine on my workstation. Once I deploy it to this server, when i go to the page, it wouldn't render but instead serves up the source code of my as...