Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

Re: Error in Compilation

$
0
0
Re: Error in Compilation
ASP.NET
Re: Error in Compilation
Mar. 27, 2013
06:19 am
3QX0DKH7SShow this entire thread in new window
Gratar Image based on email address
From:Rick Strahl
To:Guy
FWIW, I wouldn't recommend using the ASP.NET compiler unless you are running in Web Site projects rather than Web application projects. Application projects precompile all the code behind into a single assembly so there's little benefit to precompile.

Web Sites can get some minor initial load benefit, but due to some of the complexities involved and the inability to change code even then I would advise not to precompile. Much of the neeed to precompile went away with Web application projects.

+++ Rick ---



Hey everyone,

I've tried to compile my ASP.NET site using the "ASP.NET Compiler" and I got the following error message:

Unrecognized attribute 'targetFramework'. Note that attribute names are case-sensitive.
error ASPCONFIG: C:\Users\Guy\Google Drive\Current\Globus\web.config(Line 8)

I own the Microsoft Web Developer 2010 Express Edition and I want to publish it.


Does any know what should I do?


Thank you in Advance,
Guy M



Rick Strahl
West Wind Technologies


from Maui, Hawaii

Making waves on the Web


Viewing all articles
Browse latest Browse all 10393

Trending Articles