473,467 Members | 1,547 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

asp.net 1.1 on VS 2005?

I have been using VS 2005 since its introduction. Prior to that I used VS
2003...For Windows Applications Programming.

Recently, I had need to develop a simple web form application which I did in
VS 2005. Then I tried to deploy it on a server that was running ASP.NET1.1
and not ASP.NET 2.0.

It would not run. I was informed that it could not be made to run. I tried
several hacks and work-arounds and failed.

I understand the question has come up before but I am (in my searches)
unable to find a coherent and unambiguous answer.

Can I, using VS 2005, develop web applications for servers running ASP.NET
1.1 only? If so, how?

--
mark b
Aug 2 '07 #1
5 1354
Here are some links i found via google:
http://www.google.com/search?hl=en&q=vs2005+asp.net+1.1
The first 2 look promising.
"mark" <ma**@discussions.microsoft.comwrote in message
news:6C**********************************@microsof t.com...
>I have been using VS 2005 since its introduction. Prior to that I used VS
2003...For Windows Applications Programming.

Recently, I had need to develop a simple web form application which I did
in
VS 2005. Then I tried to deploy it on a server that was running ASP.NET1.1
and not ASP.NET 2.0.

It would not run. I was informed that it could not be made to run. I tried
several hacks and work-arounds and failed.

I understand the question has come up before but I am (in my searches)
unable to find a coherent and unambiguous answer.

Can I, using VS 2005, develop web applications for servers running ASP.NET
1.1 only? If so, how?

--
mark b

Aug 2 '07 #2
Two important things:

1) the jomo fisher hot fix hack is great for c# windows applications but
there is no obvious parallel patch for developing web forms (with any VS
language)

2) the side by side work-around (al least the one I looked into) requires
access to the server's iis and this is not possible when the server is a
private third party web hosting company.

"Showjumper" wrote:
Here are some links i found via google:
http://www.google.com/search?hl=en&q=vs2005+asp.net+1.1
The first 2 look promising.
"mark" <ma**@discussions.microsoft.comwrote in message
news:6C**********************************@microsof t.com...
I have been using VS 2005 since its introduction. Prior to that I used VS
2003...For Windows Applications Programming.

Recently, I had need to develop a simple web form application which I did
in
VS 2005. Then I tried to deploy it on a server that was running ASP.NET1.1
and not ASP.NET 2.0.

It would not run. I was informed that it could not be made to run. I tried
several hacks and work-arounds and failed.

I understand the question has come up before but I am (in my searches)
unable to find a coherent and unambiguous answer.

Can I, using VS 2005, develop web applications for servers running ASP.NET
1.1 only? If so, how?

--
mark b


Aug 3 '07 #3
Do you still have VS 2003 installed ? If yes your best is IMO to install
side by side and use VS 2003 for 1.1 applications and VS 2005 for 2.0
applications.

For now each VS release is bind with a particular framework version though
hacks might be possible. VS 2008 shoudl allow to choose the targeted
framework (not sure which they'll suport thought).

--
Patrice

"mark" <ma**@discussions.microsoft.coma écrit dans le message de news:
6C**********************************@microsoft.com...
>I have been using VS 2005 since its introduction. Prior to that I used VS
2003...For Windows Applications Programming.

Recently, I had need to develop a simple web form application which I did
in
VS 2005. Then I tried to deploy it on a server that was running ASP.NET1.1
and not ASP.NET 2.0.

It would not run. I was informed that it could not be made to run. I tried
several hacks and work-arounds and failed.

I understand the question has come up before but I am (in my searches)
unable to find a coherent and unambiguous answer.

Can I, using VS 2005, develop web applications for servers running ASP.NET
1.1 only? If so, how?

--
mark b

Aug 3 '07 #4
On Aug 3, 7:20 am, "Patrice" <http://www.chez.com/scribe/wrote:
Do you still have VS 2003 installed ? If yes your best is IMO to install
side by side and use VS 2003 for 1.1 applications and VS 2005 for 2.0
applications.

For now each VS release is bind with a particular framework version though
hacks might be possible. VS 2008 shoudl allow to choose the targeted
framework (not sure which they'll suport thought).

--
Patrice

"mark" <m...@discussions.microsoft.coma écrit dans le message de news:
6CF3BED0-0ECB-479E-A060-564A89C4D...@microsoft.com...
I have been using VS 2005 since its introduction. Prior to that I used VS
2003...For Windows Applications Programming.
Recently, I had need to develop a simple web form application which I did
in
VS 2005. Then I tried to deploy it on a server that was running ASP.NET1.1
and not ASP.NET 2.0.
It would not run. I was informed that it could not be made to run. I tried
several hacks and work-arounds and failed.
I understand the question has come up before but I am (in my searches)
unable to find a coherent and unambiguous answer.
Can I, using VS 2005, develop web applications for servers running ASP.NET
1.1 only? If so, how?
--
mark b- Hide quoted text -

- Show quoted text -
VS 2008 will support targeted Framerwork development for .NET 2.0,
3.0, and 3.5. You will still need previous versions of VS.NET for .NET
1.x development

Aug 3 '07 #5
When I tried to run VS2003 for web apps in parallel with VS 2005 I had to
install iis for the debugger. I was given the option to use asp.net 1.1 but
the file location for asp 1.1 was fixed at the framework 2.0 directory
(greyed out). When I ran the debugger on a program I got an error message:

Access to the path "d:\windows\microsoft.net\framework\v1.1.4322\Temp orary
ASP.NET Files\firstweb\9c9d46f0\ceeb61c0" is denied.
But, and this is weird, I couldn't change the permissions for the
d:\windows\microsoft.net\framework\v1.1.4322\Tempo rary ASP.NET Files.
(Interestingly, there were no items subordinate to this directory.) It would
appear to be changed but I continued to get the same error.

"Evan M." wrote:
On Aug 3, 7:20 am, "Patrice" <http://www.chez.com/scribe/wrote:
Do you still have VS 2003 installed ? If yes your best is IMO to install
side by side and use VS 2003 for 1.1 applications and VS 2005 for 2.0
applications.

For now each VS release is bind with a particular framework version though
hacks might be possible. VS 2008 shoudl allow to choose the targeted
framework (not sure which they'll suport thought).

--
Patrice

"mark" <m...@discussions.microsoft.coma icrit dans le message de news:
6CF3BED0-0ECB-479E-A060-564A89C4D...@microsoft.com...
>I have been using VS 2005 since its introduction. Prior to that I used VS
2003...For Windows Applications Programming.
Recently, I had need to develop a simple web form application which I did
in
VS 2005. Then I tried to deploy it on a server that was running ASP.NET1.1
and not ASP.NET 2.0.
It would not run. I was informed that it could not be made to run. I tried
several hacks and work-arounds and failed.
I understand the question has come up before but I am (in my searches)
unable to find a coherent and unambiguous answer.
Can I, using VS 2005, develop web applications for servers running ASP.NET
1.1 only? If so, how?
--
mark b- Hide quoted text -
- Show quoted text -

VS 2008 will support targeted Framerwork development for .NET 2.0,
3.0, and 3.5. You will still need previous versions of VS.NET for .NET
1.x development

Aug 3 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.