I need to do this but one step leads me to uncheck the “Allow this precompiled site to be updatable” option, but I don’t see that in the publish website dialog on Visual Studio 2010.
Does anyone know how can I do that on Visual Studio 2010?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This option is available for ASP.Net Web Site projects not ASP.Net Web Applications. Right click on the solution explorer and select Add New Web Site…against that you will get that checkbox
Check out this Web Application Projects versus Web Site Projects, Under Summary of Differences, you will see:
Compilation:
Web application projects
Web site projects
The source code is typically compiled dynamically (automatically) by ASP.NET on the server the first time a request is received after the site has been installed or updated.
You can precompile the site (compile in advance on a development computer or on the server).
By default, compilation produces multiple assemblies.