NGen Use in NTD?

  • Thread starter Thread starter localhost
  • Start date Start date
It's a no-touch deployment form. A user hits an IIS ASP.NET web page,
and a winform gets passed down to the client. Sort of like a Java
applet on steriods.
 
* localhost said:
It's a no-touch deployment form. A user hits an IIS ASP.NET web page,
and a winform gets passed down to the client. Sort of like a Java
applet on steriods.

Thank you. I didn't think of "NTD" = "No Touch Deployment"...

:-)
 
Hi,

ngen requires access the downloaded assembly directly, however the
downloaded assembly was cached in the downloaded assembly cache, you could
only operate the download assembly cache using gacutils.
So based on my research it's probably not possible to do ngen on a
downloaded assembly.

Best regards,

Ying-Shen Yu [MSFT]
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security

This posting is provided "AS IS" with no warranties and confers no rights.
This mail should not be replied directly, "online" should be removed before
sending.
 
Thanks. I will stay away from NGen for NTD items. Please consider
this case closed.
 

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

Back
Top