Tagged Questions
8
votes
2answers
1k views
Why is aspnet_compiler.exe so slow (and can it be made any faster)?
During our build process we run aspnet_compiler.exe against our websites to make sure that all the late-bound stuff in ASP.NET/MVC actually builds (I know nothing about ASP.NET but am assured this is ...
3
votes
3answers
1k views
Global resources can't be resolved after publishing Website in VS2008
I have a web-project running in VS 2008. We have some global resource files (*.resx) in the App_GlobalResources folder for internationalisation. All this works like a charm on my local IIS ...
0
votes
1answer
793 views
Could not load type 'ASP.xxx' when referencing a precompiled master page
I'm attempting to precompile a few master pages (not update-able) to share them across multiple applications. The project I'm precompiling is a Web Site. The project that references precompiled ...
0
votes
2answers
166 views
Is the Publish option in Visual Studio considered pre-compilation for ASP.net Web applications?
I'm having trouble understanding when the site is considered "pre-compiled". As I understand what I've read, if I use the Publish or Build Deployment Package options from within Visual Studio then it ...