Top "Asp.net-1.1" questions

For issues relating to development with ASP.

change the name of output dll

I am working on .net 1.1 legacy system and need to change the name of outputted dll. When I go to …

visual-studio asp.net-1.1
Windows Server 2012 with ASP.net 1.1?

Is it possible to install ASP.net 1.1 on Windows Server 2012? Have some legacy applications that would be too time consuming/…

asp.net windows-server-2012 asp.net-1.1
Compatibility problems with Internet Explorer 10/11 and an old .net framework 1.1 website

The Scenario I have a very old website developed in .net (framework 1.1). The site has several problems with Internet Explorer 10/11 …

asp.net internet-explorer internet-explorer-10 internet-explorer-11 asp.net-1.1
Writing DataReader Rows to Excel File

I've got data in SQL Server 2000 and have a HyperLink that goes to a pass-through form whose code-behind will output …

asp.net ado.net asp.net-1.1
Creating a back button in ASP.NET

I have an old application which has numerous webforms. On every aspx page there is a designated back button, which …

c# asp.net .net asp.net-1.1
.NET Framework 1.1 on IIS 7

I have inherited a .NET Framework 1.1 web site that I must host with IIS 7 on Windows Server 2008. I'm having some …

iis-7 .net-1.1 asp.net-1.1
How do you assign null value to optional parameters in VB.NET 1.1

I tried DbNull.Value but no luck. How do I assign a default value as null to a string parameter …

vb.net asp.net-1.1
Multiple controls with the same ID

Multiple controls with the same ID 'xxxx' were found. FindControl requires that controls have unique IDs. I want to bypass …

c# asp.net .net asp.net-1.1
using dot net 1.1 on IIS 7.5 (windows 7 - 32 bit)

Getting a lot of problems when I am trying to run a .NET 1.1 solution on IIS7.5 (on windows 7, 32 bit system). …

iis-7.5 iis-5 asp.net-1.1
Convert XMLDocument to DataSet ASP.Net 1.1

I need to convert XMLDocument to DataSet in ASP.Net. I do not want To Save the XMLData to any …

xml dataset asp.net-1.1