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
0
votes
1 answer

To stop asp.net looking for assemblies in GAC

I have started working on a legacy project (ASP.NET 1.1) which was done in an old machine (which I dont have access to). And I am unaware of the development environment settings used for building this project. Nonetheless, I am able to build the…
Tintin
  • 2,853
  • 6
  • 42
  • 74
0
votes
1 answer

Script Error on aspx page: running .NET 1.1 on 64

I have a namespace like this in one of my aspx pages (.NET 1.1) <%@ Register TagPrefix="jwg" Namespace="Janus.Web.GridEX" Assembly="Janus.Web.GridEX" %> This code used to run alright in .Net 1.1 on a 32 bit system but recently we are porting it to…
Tintin
  • 2,853
  • 6
  • 42
  • 74
0
votes
1 answer

IIS7 Response.WriteBuffer not working

We have an ASP.NET 1.1 application that uses Crystal Reports to spit out an excel spreadsheet. The codes works under IIS6 but when we try to migrate it to IIS7 it is spitting out html with no content instead of the Excel file. The MIME Type exists.…
cjibo
  • 4,487
  • 6
  • 27
  • 34
0
votes
1 answer

Legacy ASP.NET 1.1 with jQuery integration problem

I am working on a legacy web application written in VB.NET for ASP.NET 1.1. One particular page has a form with a number of fields. In response to a drop-down box changing value, I am clearing a number of fields, resetting a number of drop-down…
Rich
  • 36,270
  • 31
  • 115
  • 154
0
votes
2 answers

.Net 1.1 url rewrite on iis 7

We have old aspx application written in .NET 1.1 with url rewrite (wildcard) on IIS 6.0 and I need to upgrade to IIS 7. App is now working on IIS 7.0 but without url rewrite. I tried this…
Michal
  • 1
0
votes
1 answer

Datagrid not printing properly on IE browser but fine on Firefox and Chrome

I did some research on Google and it seems that Datagrid that stretches past a page will have part of it cut off when it is printed on IE browser. One of the suggested solution is to upgrade to .Net 2.0 from .Net 1.1 but at the moment it is not a…
Weng Fai Wong
  • 640
  • 3
  • 16
  • 35
0
votes
1 answer

Performance problem with 8 Nested Stored Procedures

I have a performance problem I need to run a Stored Procedure from .Net 1.1. This stored procedure calls 8 Stored Procedures. Each one of them process information to throw a comparative between old an new informacion and anter afects the physical…
0
votes
2 answers

IE prompts for password when saving an excel file

File is sent to the client using Response.writefile and content diposition as inline. When user chooses to Save As, they are asked to authenticate with IIS again even though Anonymous access in enabled
Vinod
  • 31,933
  • 35
  • 96
  • 119
0
votes
1 answer

ASP.Net 1.1 with Wildcard Mapping gives 404 on default documents

I have an application where it was requested that a friendly url be made for a dynamic page that uses a lot of query string values. After some research on the Internet, I found that I needed to create either an HttpModule or HttpHandler to do the…
JamesEggers
  • 12,885
  • 14
  • 59
  • 86
0
votes
2 answers

Increasing the performance of a single-threaded old .NET 1.1 code without touching the code

We have a very old web service which is called by a scheduler service. The best performance we have managed to get from it has been 300ms so the scheduler can call it 3 times a second max. We are experiencing much higher load now so we need to speed…
Aref Karimi
  • 1,822
  • 4
  • 27
  • 46
0
votes
2 answers

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

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…
darkdog
  • 3,805
  • 7
  • 37
  • 47
0
votes
1 answer

How can I send message to an azure queue from a 1.1 .net framework based application?

We need to integrate a web application based on .net framework 1.1 with an more recent application, we are thinking on using azure queues. Is that possible? There is always the option the option to poll a table, or to write a custom clinet, but we…
0
votes
1 answer

Aspx change causing a reload?

We have a setup here that is less than ideal, We have our webserver configured so that there is a global application and then we have each web applications dll ( hundreds ) in WEBROOT/bin Recently I made a change to a ASPX page in .NET 1.1. and we I…
Brian G
  • 53,704
  • 58
  • 125
  • 140
0
votes
0 answers

Adding Max Http Collection Keys could not resolved my issue

NOTE: I am using ASP.NET 1.1 with visual studio 2003. I have repeater control with 250 records (100 per page). I was getting this error "Operation is not valid due to the current state of the object". After googling i increase the collection keys by…
Siraj Hussain
  • 79
  • 2
  • 11
0
votes
3 answers

Sql Server 2005 only accessible in ASP.NET 1.1 when I specify protocol and port

My company is currently migrating some of their really old db's to sql server 2005. Some legacy apps have problems connecting to the new server. The connection string works in Asp.NET 2.0, probably because it assumes tcp:1433 automatically. I have…
kitsune
  • 11,516
  • 13
  • 57
  • 78