Skip to main content

Questions tagged [asp.net-1.1]

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

asp.net-1.1
-1 votes
1 answer
103 views

How to add a bootstrap template to a .net 1.1 project

I am trying to add a bootstrap template in a .net 1.1 project along with visual studio 2003 but I am bit confused about how visual studio compiles .js and calls css
yan's user avatar
  • 1
0 votes
2 answers
36 views

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 ...
Aref Karimi's user avatar
  • 1,860
0 votes
1 answer
83 views

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 ...
user1075679's user avatar
1 vote
0 answers
76 views

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's user avatar
  • 53
0 votes
0 answers
1k views

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"....
Siraj Hussain's user avatar
0 votes
1 answer
116 views

What is preventing a VS 2003 aspx web form from opening in the designer?

I'm trying to open an .aspx file in Visual Studio 2003 and I receive the error "The file could not be loaded into the Web Forms designer...The designer could not be shown for this file because none of ...
DeveloperDan's user avatar
  • 4,674
1 vote
1 answer
1k views

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 ...
Abhi's user avatar
  • 141
0 votes
1 answer
327 views

how to open showModalDialog in the middle of the C# code execution in ASP.NET 2.0 without Ajax

I have to open showModalDialog in the middle of the C# code execution and Continue the code depending on the condition The code will be like below protected void Button_Click(object sender, ...
Somashekhar's user avatar
-1 votes
1 answer
304 views

ASP.NET 1.1 - VB.NET HTML Markup not reading variable from Code-Behind

I am trying to dynamically change the values inside my HTML markup depending on certain conditions in the code-behind. In my code-behind in the Page_Load(), I have the following: If Not myCheck = 1 ...
Smiley's user avatar
  • 3,377
0 votes
2 answers
138 views

website over IIS 6 using custom port does not resolve without http prefix

So I have this asp.net 1.1 website running on IIS 6.0 over an intranet. I am using a different port "86" other than the default port 80 to access the website. The problem I am facing is the website ...
John's user avatar
  • 125
3 votes
5 answers
13k views

Sql ORDER BY alphabetically no casesensitive

Today I encountered problem that causes difficulty for me to solve it. In application I want to display records in aphabetical order thus in SQL statement I'am using ORDER BY, But it looks like ...
user3455363's user avatar
1 vote
1 answer
3k views

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 ...
MisterIsaak's user avatar
  • 3,902
0 votes
1 answer
79 views

Random logout in .Net 1.1 Website

In a .Net 1.1 web site I manage, I am getting people saying they are logged out randomly. I did not find any pattern. I have a uptime robot set, to alert me when the app pool is re-started. So that ...
Akon's user avatar
  • 272
0 votes
1 answer
81 views

How to secure pdf content on a server in .net 1.1 IIS5.1

I need to block anonymous access of PDF, PPT, DOC, contents on a server through an application built in .Net 1.1; IIS 5.1. I have tried unchecking anonymous access in IIS, but it is not working.
user2978889's user avatar
0 votes
3 answers
825 views

Invalid character breaking the script

I am using this code to create a string of javascript code, and running them from C# code behind. It is working fine for normal values, but breaking when ' (apostrophe) is there in the values. ...
James's user avatar
  • 2,216

15 30 50 per page
1
2 3 4 5
8