Tagged Questions
3
votes
1answer
657 views
Publish website in visual studio: Use 'Fixed naming and single page assemblies'?
When puslishing a website from Visual studio 2008, you get a dialog box with some options.
One of them is 'Use fixed naming and single page assemblies'.
We don't have that enabled, but what are the ...
3
votes
1answer
2k views
Deploying asp.net website using publish & .dll .compiled files
when we publish an asp.net website, there are 2 file types created under 'bin' folder, .dll & .compiled files. When we deploy to production do we need to copy the .compiled files or just copying ...
3
votes
3answers
509 views
Performance benefit to pre-compiling web application project set to be updateable?
Is there any performance benefit to pre-compiling an asp.net web application if it's set to be updateable? By setting the pre-compiler updateable flag it doesn't pre-compile the aspx, ascx, etc. so ...
2
votes
1answer
79 views
How can I trace ASP.Net JIT Compilation? Its very slow
How can I trace the JIT compilation of an application? We have a small asp.net application that is part of a larger website (classic asp for the rest of the code) so it's not accessed very frequently ...
2
votes
2answers
1k views
Precompiling ASP.NET Web application with MSBuild
I have a c# web application project in Visual Studio 2008 that I want to precompile for deployment. After looking at various options, it seems all of them have some issues - perhaps someone could give ...
1
vote
2answers
106 views
WCF and ASP.Net Precompile
Have a WCF service in a "Services" directory in my asp.net web app. In
/Services/MyService.svc
/Services/MyService.svc.cs
Everything works when copying my source code to the virtual directory. We ...
1
vote
2answers
315 views
Precompile asp.net application / webpart for WSS / SharePoint
I have built a few custom applications that run on WSS 3 using the Visual Studio 2010 Web application template. When I compile the application, Visual Studio creates the assembly file in the bin ...
1
vote
1answer
1k views
How to specify a CompilerVersion for aspnet_compiler.exe without a web.config?
When you precompile a directory that doesn't contain a web.config, the aspnet_compiler.exe defaults to CompilerVersion 2.0 and 3.5 code fails to compile. Is the following minimal web.config the only ...
0
votes
1answer
84 views
Compile/Pre-compile global.asax only
Is there a way to compile or precompile just the global.asax file to a dll and use it in the bin folder?
I have a license logic in this file and other files won't be compiled by me.
I could also ...
0
votes
1answer
168 views
asp.net 4 precompile utility and classic asp files
We have a huge site that still has over 800 classic asp pages. While working on the upgrade of the site to 4.0 I cam across an issue where asp.net precompile utility aspnet_compiler throws millions of ...
0
votes
1answer
105 views
Using aspnet_merge yields errors with .svc files
I'm precompiling all my websites and using the aspnet_merge tool to merge all the App_Web* dll files into one. The tool takes care of updating the corresponding .compiled file as well to point to the ...