Questions tagged [asp.net-1.1]

For issues relating to development with ASP.NET, version 1.1.

ASP.NET is a web application framework developed by Microsoft to allow programmers to build dynamic web sites and web applications.

115 questions
1
vote
1 answer

Advice for upgrading of website with ASP.NET 1.1 and CGI-BIN code

I am maintaining an internal website for handling our business. The website is running on a Windows 2003 server that is five+ years old and is using both ASP.NET 1.1 and even older CGI-BIN code written in Visual Basic 6 with some other components…
1
vote
0 answers

ASP.NET 1.1 - XPathNavigator OuterXml equivalent

I'm working with the Google Maps API to do GeoCode lookups in 1.1 and I'm running into a brick wall with the XPathNavigator object. I need to create a "sub-navigator" so that we can perform global xpath searches for nodes (e.g.…
Eric Walter
  • 875
  • 1
  • 8
  • 17
1
vote
1 answer

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). When I add the virtual directory in IIS and provide it with an ASP 1.1 application pool and try to browse the site, it adds events to to…
Tintin
  • 2,853
  • 6
  • 42
  • 74
1
vote
2 answers

Insert Row between two rows

We are using ASP.NET 1.1 for a website development, using DataGrid control for showing data. Can some body suggest how can i insert rows in between two rows in datagrid control. Thanks, -Narendra
Narendra V
  • 595
  • 1
  • 8
  • 21
1
vote
5 answers

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 */ …
IrishChieftain
  • 15,108
  • 7
  • 50
  • 91
1
vote
1 answer

ASP.NET 1.1, FormsAuthentication, and IIS7 (Windows Server 2008 R2 x64)

Moving some old sites off an old server to a newer one running Windows Server 2008 x64. Some of the sites are running ASP.NET 1.1. I've gotten them all to work with minimal hiccups (other than making sure to remap each ASP.NET version via…
Ted
  • 7,122
  • 9
  • 50
  • 76
1
vote
1 answer

FullCalendar's events function

I'm using Fullcalendar in my Asp.Net 1.1 application. For taking data from server side, I use Ajaxpro. So codes to gets events to Fullcalendar are written as below: $calendar.fullCalendar({ editable: true, selectable:…
mavera
  • 3,171
  • 7
  • 45
  • 58
1
vote
0 answers

ASP.Net 1.1 app on IIS 7 waiting threads

I am running a ASP.Net 1.1 web application on windows server 2008 R2 azure web server, I note that the w3wp.exe processes always have waiting threads can any one tell me why?
AD AD
  • 53
  • 1
  • 1
  • 6
1
vote
1 answer

HttpWebRequest Issue to remote server

I'm trying to upload files to a remote server (windows server 2008 R2) from my asp.net 1.1 (C#) Windows application (I know.. It's really old, sadly, that's what we have). When I try to upload, it's giving me an error: "The remote server returned an…
Abhi
  • 141
  • 2
  • 4
  • 17
1
vote
0 answers

Access compilation element in web.config

I want to be able to determine if the web.config element if the property is debug is set to true or false. Public Shared Function isDebug() as Boolean ...... ...... ...... …
ggonsalv
  • 1,264
  • 8
  • 18
1
vote
2 answers

Hidden Input Field causes potentially dangerous Request.Form value error

In my ASP.NET 1.1 application, I am compressing and replacing the hidden Viewstate variable with an alternate compressed value, stored in a hidden field called __VSTATE. This works well but on a few occasions, submitting a page causes the common…
ZLA
  • 11
  • 1
  • 2
1
vote
1 answer

Consume a WF hosted in IIS as a WCF service using ASP.NET 1.1 Client

As the title says, I would like to consume a WF workflow using a ASP.NET 1.1 client. The workflow is hosted on IIS as a .svc service. I have a .NET 3.5 winforms test client that uses wsHttpContextBinding. Because I need to put a WorkflowID in…
Larry
  • 17,605
  • 9
  • 77
  • 106
1
vote
1 answer

Installing .net Framework 1.1 globally configured all my websites for 1.1 How do I undo this/permanently reconfigure them back to asp.net 2.0?

I have a Windows 7 machine on which I am using VS2005. .Net 2.0 and .Net 3.5 are installed on it. An app claimed it needed .NET framework 1.1 before it would run. I therefore installed framework 1.1 and it now runs. Problem: Now whenever I try to…
1
vote
1 answer

Custom Error Page for 'Illegal Characters in path'

The custom error page I set in the web.config does not get displayed when an error of "Illegal Characters in path" is raised. It does work for other server errors, so I'm not sure if there is anything I can do? Example Request that correctly shows…
MisterIsaak
  • 3,882
  • 6
  • 32
  • 55
1
vote
1 answer

How to manually populate the datagrid in asp.net 1.1 using vb.net 2003?

just would like to ask if it is possible to manually populate the datagrid in asp.net 2003 using vb.net we usually populate the datagrid using this code, in this code what it does is it populate the datagrid base on your query , it's automated you…
Sherwin
  • 377
  • 1
  • 6
  • 23