473,799 Members | 3,149 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Create website using .Net 1.1 in VS 2005

Using the Beta of VS 2005, I'd like to create a website that will be deployed
on a server that has .Net 1.1. I understand how to modify the IIS web site
properties to run on .Net 1.1, and I have also edited the web.config to add
the 1.1 system assemblies to the <system.web> <compilation> <assemblies> node
so that it compiles against 1.1. But what I don't understand is how to tell
VS 2005 that I am creating a web site that will run against 1.1.

Right now, if I create an ASP.Net project and add a WebForm from the
templates, it assumes that I am running against 2.0 thus causing compile
errors. Is there a way to get 1.1 templates?
Nov 19 '05 #1
1 1586
Nope (and it's a real sahme). A given version of VS.Net is tied to a given
version of the .net framework. VS.Net 2002 --> 1.0, 2003 --> 1.1 and
2005 --> 2.0

There are supposedly registry hacks and such that can change this, but it
leaves your system in bad/unreliable shape from what I've heard.
Karl
--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"rmunson8" <rm******@discu ssions.microsof t.com> wrote in message
news:F1******** *************** ***********@mic rosoft.com...
Using the Beta of VS 2005, I'd like to create a website that will be
deployed
on a server that has .Net 1.1. I understand how to modify the IIS web
site
properties to run on .Net 1.1, and I have also edited the web.config to
add
the 1.1 system assemblies to the <system.web> <compilation> <assemblies>
node
so that it compiles against 1.1. But what I don't understand is how to
tell
VS 2005 that I am creating a web site that will run against 1.1.

Right now, if I create an ASP.Net project and add a WebForm from the
templates, it assumes that I am running against 2.0 thus causing compile
errors. Is there a way to get 1.1 templates?

Nov 19 '05 #2

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

Similar topics

3
2414
by: DBLWizard | last post by:
Howdy All, Is it possible to have Visual Studio 2005 create a project form an existing hosted website? In other words I want to be able connect via ftp to my website structure and have it pull down all the files and create a local project from it? I know things like DreamWeaver will do this ... and I have been poking around VS 2005 and haven't seen anything that jumps out at me.
1
1343
by: Mr. Arnold | last post by:
I am using VS 2005, Vista Ultimate, IIS 7.0 and SQL Server Express Edition. I get the *Unable to create App_Data folder for Website* message when creating a new FTP Website project. I have seen talk about this issue out on Google which seems to be a Vista issue, but nothing I have seen has a workaround or solution to this problem. Maybe, someone here has encountered this problem and has a solution.
3
1859
by: ningjun.wang | last post by:
I use Visual Studio .NET 2005 to create a website called "website1". When I start this website in Visual Studio, the URL is http://localhost:49299/website1/default.aspx How can I get rid of "/website1" in the path? I want the URL to be http://localhost:49299/default.aspx The reason I want to get rid of /website1 is that I want the URL to be http://www.mycompany.com/default.aspx on production machine.
5
6574
by: =?Utf-8?B?TGVvbg==?= | last post by:
Hi Everybody. I am running VS 2005 with Service Pack on Windows 2003 server. All I was trying to do is to create a new website. I am getting an error message: Unable to create the Web 'http://MySite'. Could not find a Webserver at 'MySite'. Please check to make sure that the web server is valid and your proxy settings are set correctly. If you are sure that everything is correct, the Web server may be temporarily out of service. Does...
0
9541
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10251
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10027
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9072
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7565
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6805
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5463
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4141
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2938
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.