Precompiling a project ready for deployment

G

Guest

Hi,

I am trying to pre-compile a project prior to putting it onto a live server.
The reason for doing this is that other people have access to the server,
and I thereofre want to keep the code secure.

If I use the 'Build/Publish Web Site' option, it asks me to tell it the
'Target location' which in this case is 'C:\Temp\PrecompiledWeb\Project1'

However despite the feedback it give me following the precompile, as at the
bottom of this post, when I look in the directory it has created, there is
nothing!

I assumed that it should create at least an executable file and place it in
there.

Am I missing something here?


Thanks, Mike.



Pre-compilation Complete
------ Publish started: Project: http://localhost/project1/, Configuration:
Debug .NET ------
========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========
========== Publish: 1 succeeded, 0 failed, 0 skipped ==========
 
P

Peter Huang [MSFT]

Hi

Pre-Compile ASPX pages in .NET 1.1
http://www.codeproject.com/aspnet/PreCompileAspx.asp

Yet another pre-compile tool for ASP.NET web sites
http://www.codeproject.com/aspnet/ASPdotNETprecompiler.asp

3) Visual Studio .NET /ASP.NET compilation model.
http://www.theserverside.net/articles/showarticle.tss?id=WhatsNewASPNET

If you still have any concern, I think you may try to post in the ASP.NET
newsgroup, there will be more expert on asp.net.
microsoft.public.dotnet.framework.aspnet


Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 
G

Guest

Thanks Peter. Yes, perhaps I did post it in the wrong area.

I'll try the one you suggested.


Thanks, Mike.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top