473,795 Members | 2,826 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Setting the Framework version on Deployment

I have created a setup project for my webservice. So far I've been
able to set the name of the virtual directory and a number of other
custom properties but the one thing I can't seem to figure out how to
do is to specify which version of the framework the virtual directory
should run under. My setup works great except for the fact that it
defaults to the 1.1 framework instead of the 2.0 which causes the site
to fail to load. Is there a way I can set the framework version in
the setup project so it doesn't have to be manually changed in IIS
after the setup is complete?

Oct 8 '07 #1
2 1443
right click on the virtual directory properties >
u SHOULD be able to see asp.net TAB page where u can select the
version.
if not, i'd suggest reinstalling asp.net 2.0

On Oct 9, 3:38 am, segda...@gmail. com wrote:
I have created a setup project for my webservice. So far I've been
able to set the name of the virtual directory and a number of other
custom properties but the one thing I can't seem to figure out how to
do is to specify which version of the framework the virtual directory
should run under. My setup works great except for the fact that it
defaults to the 1.1 framework instead of the 2.0 which causes the site
to fail to load. Is there a way I can set the framework version in
the setup project so it doesn't have to be manually changed in IIS
after the setup is complete?

Oct 9 '07 #2
On Oct 9, 2:10 am, Nick Chan <zzzxtr...@yaho o.comwrote:
right click on the virtual directory properties >
u SHOULD be able to see asp.net TAB page where u can select the
version.
if not, i'd suggest reinstalling asp.net 2.0

On Oct 9, 3:38 am, segda...@gmail. com wrote:
I have created a setup project for my webservice. So far I've been
able to set the name of the virtual directory and a number of other
custom properties but the one thing I can't seem to figure out how to
do is to specify which version of the framework the virtual directory
should run under. My setup works great except for the fact that it
defaults to the 1.1 framework instead of the 2.0 which causes the site
to fail to load. Is there a way I can set the framework version in
the setup project so it doesn't have to be manually changed in IIS
after the setup is complete?- Hide quoted text -

- Show quoted text -
No I want to be able to do this via the Setup package so the web admin
doesn't have to take this step seperately after installing the website
using the setup.exe.

Oct 9 '07 #3

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

Similar topics

2
4154
by: Darwin Fisk | last post by:
I have an app that is deployed that uses .config file settings. I have an update of that app that I am installing using a setup and deployment project. The basic setup process works fine. Now I want to get a little fancier. I need to have the setup process check for the existence of the .NET Framework and install it if it is not present. How do I do this? To carry this even a step further, how do I detect the VERSION of .NET...
2
1782
by: Tomas Vera | last post by:
Hello All, I'm running into a problem that I don't know how to solve (properly, at least). Our web servers are running Win2K and have Framework v1.0.3705 running on them. We have a DLL that we use to verify product registration information from our clients.
2
1300
by: Sam | last post by:
I developing an application using ASP.Net 1.1 and please find my inquiries: - Any different between .net framework 1.1 and 2.0? - Any impact if I running .net framework 2 on ASP.Net 1.1 - Which one is much reliable .net framework 1.1or 2.0? Please advise.
3
1953
by: Patrick | last post by:
I am dynamically creating TextArea and drop-down lists in ASP.NET using something like HtmlTextArea eachTextArea = new HtmlTextArea(); I tried to set the "name" of these TextAreas, etc. (e.g. <textarea name="NameOfTextArea" rows="5" cols="60">some text area</textarea>), as I want to then dynamically read back the controls' values Setting the ID attributes doesn't work, nor does the following:...
1
1559
by: David Webb | last post by:
Hi, I've created a setup application for my app and currently it checks for the .NET framework installation. If it doesn't exist, it prompts the user to download from the internet. The file is located on the disk - how can I make setup use that file if it doesn't find it installed? I've googled but all I've come up with is a version 1 framework setup bootstrap file. Any help or links to instructions/files would be greatly appreciated.
4
2516
by: Husam | last post by:
Hi Every Body: How can I add the .Net Framework to my setup project? any help will be appreciated. Regard's Husam
2
1326
by: pmcguire | last post by:
I am reposting in this group after getting no response for a week in the deployment group. I have a setup project that uses custom actions. The project installs and runs fine on machines that have the .NET framework 1.1, but fails on machines that have .NET framework 1.1 SP1. The specific error message is: "Unable to get installer types in the <assembly path> assembly. One or more of the types in the assembly unable to load"
2
1157
by: Nak | last post by:
Hi there, Please consider this string of events, 'A' being a client and 'B' being me, A) Your application doesn't work.... B) Please insure the correct version of the framework is installed, that being 1.0 needs service pack 3 and 1.1 needs service pack 1.
16
1941
by: chaz | last post by:
will the install of .net framework 2.0 on a system with IIS installed automaticaly register asp.net with IIS ? thanks
0
9519
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
10438
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10214
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
10001
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...
1
7540
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
5437
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...
0
5563
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4113
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
2920
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.