Tagged Questions

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

learn more… | top users | synonyms

4
votes
1answer
200 views

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 ...
4
votes
2answers
338 views

Creating .NET 3.0 sub-applications within .NET 1.1 applications in IIS/ASP.Net

I am basically trying to do the same thing as this question, create a new application within a folder so it could be accessed as follows. * http://www.domain.com/ < Main App * ...
3
votes
2answers
37 views

Mono ASP.NET 1.1 Support

I haven't found anything about it on the web, does mono support ASP.NET 1.1 Thanks!
3
votes
2answers
105 views

Explicitly define control prefix in ASP.NET 1.1?

I've got some (badly written) legacy code that I have to modify but I'm having an odd problem with the prefixing of the controls. The main page has several include files, including cpct_cost.aspx. ...
3
votes
3answers
2k views

.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 trouble. 1. Installation I installed .NET Framework 1.1 following these ...
3
votes
1answer
209 views

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 ...
3
votes
4answers
1k views

How do I logout of multiple asp.net applications?

I have a main asp.net app, which is written in asp.net 1.1. Runnning underneath the application are several 2.0 apps. To completely logout a user can I just logout of the 1.1 app with ...
2
votes
1answer
114 views

My asp.net 1.1 site will not refresh

I have an ASP.NET 1.1 site and I'm uploading a small change, but the page will not refresh. The page was changed 2.5 hours ago. I have tried loading the page in 3 different browsers, so I know the ...
2
votes
2answers
336 views

Cannot open an old ASP.NET 1.1 application (solution) in VS 2003

I have a Problem with an very old ASP.NET 1.1 application. I cannot open (load) it in Visual Studio 2003 (on a Win 2003 server) any more. I get an error message,that the component for the ...
2
votes
1answer
153 views

explanation of ASP.NET Apps v1.1.4322 Anonymous Requests object in permon

Can someone please tell me more about performance monitor object ASP.NET Apps v1.1.4322 Anonymous Requests - defined as The number of requests that use anonymous authentication. Running Windows ...
2
votes
1answer
41 views

ASP.NET 1.1 - “<%=” and “%>” tags being rendered in address bar

I inherited an ASP.NET 1.1 application that was written about 8 years ago, the app is obviously someone's first immersion in .NET as the code is a mixture of code-behind as well as server-side ...
2
votes
2answers
285 views

How to Upgrade Existing ASP.NET 1.1 Custom CMS to ASP.NET 4.0?

Here's what I have: Custom-made C# CMS where the content is stored in a database in XML, and XSLT is applied to format the page content. Here's my task: Design new front-end site and upgrade to ...
2
votes
1answer
3k views

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 physical location.
2
votes
3answers
864 views

Using SSRS in ASP.NET 1.1

Is it possible to use SSRS for reports in an ASP.NET 1.1 application? Is there a report viewer control for ASP.NET 1.1? If not is there any workaround for this?
2
votes
8answers
509 views

Why would upgrading from SQL Server 2000 to 2005 result in slower queries?

Are there any common reasons why upgrading a database from SQL Server 2000 to SQL Server 2005 would result in slower queries? This is coming from an ASP.NET 1.1 application with hundred of tables, ...
2
votes
3answers
3k views

window.showModalDialog Page Load not being executed

I am actually loading a page as a modal dialog box as window.showModalDialog("url.aspx"). The first time the modal dialog is poped up the page load event gets called. When i close it and call the same ...
2
votes
2answers
186 views

How to transform a WebService call that is using behaviours?

We have some really old code that calls WebServices using behaviours (webservice.htc), and we are having some strange problems... since they've been deprecated a long time ago, I want to change the ...
1
vote
1answer
25 views

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 ...
1
vote
0answers
61 views

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 ...
1
vote
1answer
108 views

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 change the "output file" under project property it's greyed out and won't let me change it. How do ...
1
vote
3answers
358 views

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 that is null in VB.NET? Its litte strange to see that VB does not have anything like plain null as most ...
1
vote
1answer
183 views

Date format issue

Iam facing problem while conversion of date if i used -- Date.parse("28/01/2011") it gives me error as "String was not recognized as a valid DateTime." so then i modify above code as -- ...
1
vote
2answers
482 views

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
1
vote
4answers
1k views

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 ...
1
vote
1answer
680 views

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({ ...
1
vote
1answer
68 views

Access compilation element in web.config

I want to be able to determine if the web.config element <compilation defaultLanguage="vb" debug="false" /> if the property is debug is set to true or false. Public Shared Function ...
1
vote
1answer
287 views

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 ...
1
vote
1answer
212 views

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 ...
1
vote
1answer
455 views

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 ...
1
vote
2answers
470 views

How to create an Input Button in ASP.NET 1.1

I'm trying to create a generic <input type="button"> button in ASP.Net using an ASP.Net control and I'm unfortunately stuck using ASP.Net 1.1 right now. I know you can use the ...
1
vote
1answer
759 views

Dropdownlist with <optgroup>s for version 1.1 of asp.net?

Is it possible to create a select box containing optgroups with asp:DropDownList in version 1.1 of asp.net? Similar question has been asked here and elsewhere for newer versions of asp.net with ...
1
vote
1answer
556 views

How to change the Page Title in ASP.Net 1.1?

With ASP.Net 2.0 you can use the Title property to change the page title : Page.Title = "New Title"; But since in ASP.Net 1.1 there isn't a Title property in the Page class, how can I change the ...
1
vote
2answers
1k views

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 ...
1
vote
3answers
1k views

Writing a cookie from an ASP.Net HTTPHandler - Page.Response object?

I am creating an HTTP handler that listens for calls to a specific file type, and handles it accordingly. My HTTP Handler listens for .bcn files, then writes a cookie to the user's computer and sends ...
1
vote
5answers
263 views

What is the best way to print screens from an ASP.NET page .NET1.1/.NET2.0

I have seen examples of printing from a windows application but I have not been able to find a good example of any way of doing this.
0
votes
3answers
24 views

How do I add an onclick event to the OK button of the Javascript confirm box?

I am working with a .Net 1.1 web application. There is a Save button that, when clicked, will pop up the Javascript confirm box. Once the user clicks OK a long running process is kicked off. We ...
0
votes
0answers
30 views

Website becomes non-responsive

We recently shifted our web app to new server and after moving into the new server we are facing a weird issue where the web app hangs and we have to recycle the application pool after few hours to ...
0
votes
1answer
37 views

doc file from asp.net / vb with header

I would like to create a doc file (MS Word 2003) from a page asp.net / vb (dotnet 1.1) that contains a header and footer. I have managed to create the doc but how to set a header and a footer? Is ...
0
votes
1answer
44 views

Link button click event to get popup

Need a advise. I have a page, main.aspx page. I need to add a link to the main.aspx page. So that when employees clicks on the link, I have to show the employee profile (profile.aspx) page as a pop ...
0
votes
1answer
36 views

ASPX input type - getting value

I want to populate my textbox with value from an element. Perhaps my code will explain better: This is in header.ascx <form method="get" action="/_apps/results.aspx" ...
0
votes
0answers
62 views

dll code not changing

I have a source code and I know which dll represent that code. Issue is that when I change the source code, and rebuild the project, the change in code is not reflecting in dll. I remove the old dll ...
0
votes
1answer
17 views

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 ...
0
votes
0answers
42 views

Multiple users cannot be allowed to download the same file and throws Exception in .Net 1.1

I am working on website which is based on .net framework 1.1 and C#. I want to download a file by multiple users and I am using this code: Response.ContentType = MIME; ...
0
votes
1answer
32 views

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 ...
0
votes
0answers
128 views

Forms authentication (asp.net 1.1) not working on internet explorer on shared hosting server

I have a web application which was working fine on the local machine but when I uploaded the application on to a shared hosting server after forms authentication the page is redirected to the login ...
0
votes
0answers
43 views

how to pass multiple values in a single parameter from asp.net 1.1 to SSRS report(report viewer)

I need to pass all the selected values of a single parameter like 100 values for single parameter groups , vis a web page in asp.net 1.1
0
votes
1answer
1k views

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 ...
0
votes
0answers
153 views

Convert asp.net 1.1 web app to asp.net 2.0 web app without IIS installed?

I have inherited a moderate sized asp.net 1.1 web app. It was developed with IIS locally installed (there was no dev web server in visual studio 2003 afaik). Due to company policy, I am unable to ...
0
votes
2answers
196 views

.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 example: ...
0
votes
1answer
186 views

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 ...

1 2