Subject: ASP.NET AJAX Deployment Requirements

G

Guest

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 read elsewhere that
System.Web.Extensions.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.Extensions.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>
 
W

Walter Wang [MSFT]

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 ([email protected], remove 'online.')
Microsoft Online Community Support

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.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/subscriptions/support/default.aspx.
==================================================

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

Guest

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.Extensions 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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,022
Latest member
MaybelleMa

Latest Threads

Top