473,773 Members | 2,345 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Subject: ASP.NET AJAX Deployment Requirements

I see that the RTM version of ASP.NET AJAX requires installation of the
ASP.NET AJAX assemblies in the GAC. I've been through all the docs, and
deployment, per se, is never directly addressed.

1. Is installing System.Web.Exte nsions to the production server's GAC the
only (additional) step required to support ASP.NET AJAX? Or is the
distributed installer (.msi) doing other stuff that would be required in a
production installation? I've read elsewhere that
System.Web.Exte nsions.Designer must be in the GAC as well, though I suspect
that only applies to developers.

Modifying our installer to add the one assembly to the GAC is no problem; is
there any reason to run an additional .msi for production? (Of course, the
ASP.NET AJAX .msi does other useful things when it runs on a developer's box.)
2. Were Microsoft to update the assembly via Microsoft/Windows Update, would
it simply replace the RTM version? Would the assembly's reference in
web.config have to be updated, or would the app continue to work if the
reference still indicated the RTM version?

<whine>On a related note, exactly how does Microsoft expect developers to
get hold of the assembly file itself (System.Web.Ext ensions.dll)? Granted,
it's not terribly difficult to copy from the GAC -- it took me a couple of
tedious minutes of command-line work -- but surely there's a simpler
way.</whine>

--
Rich Armstrong

Feb 9 '07 #1
2 4490
Hi Rich,

I saw you also posted your questions here:
http://forums.asp.net/thread/1546480.aspx, your first question is just
replied by our product team. Please let me know if you need further
information on it.

Regarding your second question, although it's not officially documented
yet, in my opinion, a fix installed by Windows Update will normally replace
the version that is already there. In other word, the app should be able to
work without changes.

For your last question, I'm not very sure about it. If you use the .msi to
install AJAX, it will install into two places: one is at C:\Program
Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0 .61025\, one is at
GAC.

Sincerely,
Walter Wang (wa****@online. microsoft.com, remove 'online.')
Microsoft Online Community Support

=============== =============== =============== =====
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications. If you are using Outlook Express, please make sure you clear the
check box "Tools/Options/Read: Get 300 headers at a time" to see your reply
promptly.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
=============== =============== =============== =====

This posting is provided "AS IS" with no warranties, and confers no rights.

Feb 12 '07 #2
Sorry about the double post. MSDN lost my no-spam posting alias due to a
"service outage" so I reposted my question after creating a new one.

The crux of my question is what's necessary for a _production_ deployment of
a working ASP.NET application that uses ASP.NET AJAX, and it appears that
adding System.Web.Exte nsions to the GAC is, indeed, all that's necessary (per
the response on the original post).

Thanks for confirming my suspicions about how WU would (probably) work.
--
Rich Armstrong
"Walter Wang [MSFT]" wrote:
Hi Rich,

I saw you also posted your questions here:
http://forums.asp.net/thread/1546480.aspx, your first question is just
replied by our product team. Please let me know if you need further
information on it.

Regarding your second question, although it's not officially documented
yet, in my opinion, a fix installed by Windows Update will normally replace
the version that is already there. In other word, the app should be able to
work without changes.

For your last question, I'm not very sure about it. If you use the .msi to
install AJAX, it will install into two places: one is at C:\Program
Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0 .61025\, one is at
GAC.

Sincerely,
Walter Wang (wa****@online. microsoft.com, remove 'online.')
Microsoft Online Community Support

=============== =============== =============== =====
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications. If you are using Outlook Express, please make sure you clear the
check box "Tools/Options/Read: Get 300 headers at a time" to see your reply
promptly.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
=============== =============== =============== =====

This posting is provided "AS IS" with no warranties, and confers no rights.

Feb 12 '07 #3

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

Similar topics

5
4928
by: Arun Bhalla | last post by:
I'm working with VS.NET 2003 and .NET 1.1 (not SP1) on Windows XP SP1. My application is using the Windows Installer Bootstrap. (I may have also installed a module which detects requirements (.NET 1.1 -> MsiNetAssembly Support.) I have a few issues and questions regarding the MSI and its properties. * This may be my biggest annoyance at the moment. When the installer creates the target directory, it's setting them as read-only. When the...
3
3050
by: Bratislav Jevtic | last post by:
Hi, I've just installed Ajax November CTP, changed app according to instructions and I am (was) satisfied. Next step - deployment to server. I'm receiving error: -------------------------------------------------- Message......: Request for ConfigurationPermission failed while attempting to access configuration section 'system.web/deployment'. To allow all callers to access the data for this section, set section attribute
2
1060
by: JezB | last post by:
I want to get into ASP.NET with the AJAX toolkit, but am worried about finding an appropriate provider to host my site. What are the minimum requirements for the web server ?
0
1026
by: =?Utf-8?B?UmljaCBBcm1zdHJvbmc=?= | last post by:
I see that the RTM version of ASP.NET AJAX requires installation of the ASP.NET AJAX assemblies in the GAC. I've been through all the docs, and deployment, per se, is never directly addressed. 1. Is installing System.Web.Extensions to the production server's GAC the only (additional) step required to support ASP.NET AJAX? Or is the distributed installer (.msi) doing other stuff that would be required in a production installation? I've...
7
3620
ak1dnar
by: ak1dnar | last post by:
Hi, I got this scripts from this URL There is Error when i submit the form. Line: 54 Error: 'document.getElementbyID(....)' is null or not an object What is this error. Complete Files
6
4069
by: andrewbb | last post by:
I want to deploy a service with a windows app and the setup program must conform to the Vista certification requirements. Can that be done with the standard .net setup project? Assuming cost is an issue, what else is available?
17
1417
by: Scott M. | last post by:
I'd like to start working with Ajax in VS 2008 Pro., but it's important that I not use anything that is not standard with VS 2008 Pro. (with all installation options selected). Does anyone have suggestions of good resources I can check out that keep the extras separate from the standard VS product? -Scott
5
235
by: KDawg44 | last post by:
Hello, I am beginning to work on a project for my degree. The concept is "The Utilization of AJAX calls to separate the Presentation Layer and Application Layer in Web Applications." Now, I am developing in PHP as my server side scripting but am try to decide how to approach this problem. To adequately support this concept, should I have no server side scripting at all on the accessed pages? (no php except in the calls by AJAX).
9
1903
by: Caper | last post by:
Hello everyone, I can’t decide which Ajax framework(s) I should take in my project since I am a newbie in the Ajax world. The main task of this project relates to online examining in all middle schools of a province. The structure of each testing paper is rather simple. It contains only 20 to 30 single choice or multiple-choice questions. Once a student finishes a test paper, he or she can press the Submit button to transmit all the...
0
10106
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...
1
10039
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9914
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
8937
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
7463
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
5355
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
4012
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
2
3610
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2852
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.