Creating an executable version of the entire Web site.

  • Thread starter Thread starter snramkumar
  • Start date Start date
S

snramkumar

How to create an executable version of the entire Web site without any
source code.


Best Regards,
S.N.Ramkumar.
 
Bart DeSmet has some samples of how to host the ASP.NET Runtime and using the
Cassini webserver with a launcher app.
Peter
 
Hello (e-mail address removed),

Executable?! What do u mean?
When u select "Publish" website, VS will publish only markup aspx files and
compiled dll. So you have no source code.
Another way is to use precompiled functionality of ASP.NET 2.0 - see "How
to: Precompile ASP.NET Web Sites for Deployment " article into MSDN
How to create an executable version of the entire Web site without any
source code.

Best Regards,
S.N.Ramkumar.
---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
 
Hello Michael Nemtsev,

My question same was asked while trying for the Microsoft MCP
Certificate. The same question as follows with choices.


/*************************************

You create a Web site for a customer.

You need to create an executable version of the entire Web site without
any source code. This will enable you to use FTP to transfer the Web
site to the customer's server.

Which tool should you use?

1) The ASP.NET Web Site Precompiler tool

2) InstallUtil.exe

3) The ASP.NET worker process

4) The Copy Web tool

Need your answer for the above.

*//////////////////////////////////////////////////

Hello (e-mail address removed),

Executable?! What do u mean?
When u select "Publish" website, VS will publish only markup aspx files and
compiled dll. So you have no source code.
Another way is to use precompiled functionality of ASP.NET 2.0 - see "How
to: Precompile ASP.NET Web Sites for Deployment " article into MSDN
How to create an executable version of the entire Web site without any
source code.
Best Regards,
S.N.Ramkumar.---
WBR,
Michael Nemtsev [C# MVP] :: blog:http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
 
Hello (e-mail address removed),

The answer is "1) The ASP.NET Web Site Precompiler tool"

Theoretically u can do this by 4) The Copy Web tool, but with the Default
ASP.net 2.0 project structure u see no binaries.
If your set the Web Extention which create the VS 2003 ASP.net site stucture
u theoretically will see the binaries and will have a change to deploy only
markup and binary the files (selecting one by one)
Hello Michael Nemtsev,

My question same was asked while trying for the Microsoft MCP
Certificate. The same question as follows with choices.

/*************************************

You create a Web site for a customer.

You need to create an executable version of the entire Web site
without any source code. This will enable you to use FTP to transfer
the Web site to the customer's server.

Which tool should you use?

1) The ASP.NET Web Site Precompiler tool

2) InstallUtil.exe

3) The ASP.NET worker process

4) The Copy Web tool

Need your answer for the above.

*//////////////////////////////////////////////////

Hello (e-mail address removed),

Executable?! What do u mean?
When u select "Publish" website, VS will publish only markup aspx
files and
compiled dll. So you have no source code.
Another way is to use precompiled functionality of ASP.NET 2.0 - see
"How
to: Precompile ASP.NET Web Sites for Deployment " article into MSDN
How to create an executable version of the entire Web site without
any source code.

Best Regards,
S.N.Ramkumar.---
WBR,
Michael Nemtsev [C# MVP] :: blog:http://spaces.live.com/laflour
"The greatest danger for most of us is not that our aim is too high
and we miss it, but that it is too low and we reach it" (c)
Michelangelo
---
WBR,
Michael Nemtseva [C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
 

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

Back
Top