Forums

 
ForumForumMainstream Foru...Mainstream Foru...DevelopersDevelopersShortcut menu does not appearShortcut menu does not appear
Previous Previous
 
Next Next
New Post
 1/6/2010 10:40 AM
 
Fair enough, but even after allowing the pre-compiler to continue I can't find anything that looks like a set of pre-compiled files once its finished.
New Post
 1/6/2010 3:11 PM
 

The ASP.NET engine keeps the pre-compiled files in C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files.

You will know that the site is precompiled because the pages respond in a second or two, as compared to 10 to 20 seconds.

New Post
 1/7/2010 5:40 AM
 
Produces a lot of files but system no longer runs at all under IIS.

Also these files do not look anything at all like the files I would normally expect compiling .NET through the CLI. Lot of .tmp, .out, .err files. The .compiled files contain XML code.

Trying to go to default page just causes a server error - resource cannot be found - which makes sense seeing as there is no longer a default.aspx page!
New Post
 1/7/2010 6:11 AM
 

I think you misunderstand what we mean by pre-compile.  From a SplendidCRM perspective, by hitting the page at least once, we allow the ASP.NET engine to do its magic to ensure that future visits will be fast.  We do not imply that our approach to pre-compile will allow you to package the compile and distribute to any other computer.

What are you trying to accomplish when you say that you want to pre-compile the application?

 

New Post
 1/7/2010 6:27 AM
 
Actually I as just trying to see if I get the same problem (shortcut menu not rendering) using the built-in precompile rather than command line.

As it happens, I am running my test copy on a hosted server but thats only because of in-house server problems we have had recently (not related to SplendidCRM). If we bought into this package it would be to run off in-house server.

The hosted version was compiled using the CLI e.g. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_compiler -fixednames -p C:\"path to web pages" -v / C:\"path to compiled pages". On what I've currently tested, it all works great, apart from the shortcut menu
Previous Previous
 
Next Next
ForumForumMainstream Foru...Mainstream Foru...DevelopersDevelopersShortcut menu does not appearShortcut menu does not appear