473,505 Members | 14,686 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Creating an executable version of the entire Web site.

How to create an executable version of the entire Web site without any
source code.
Best Regards,
S.N.Ramkumar.

Dec 17 '06 #1
5 4426
Bart DeSmet has some samples of how to host the ASP.NET Runtime and using the
Cassini webserver with a launcher app.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"sn********@gmail.com" wrote:
How to create an executable version of the entire Web site without any
source code.
Best Regards,
S.N.Ramkumar.

Dec 17 '06 #2
Hello sn********@gmail.com,

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
Dec 17 '06 #3

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.

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

On Dec 17, 6:20 pm, Michael Nemtsev <nemt...@msn.comwrote:
Hello snramku...@gmail.com,

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
Dec 23 '06 #4
Hello sn********@gmail.com,

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.

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

On Dec 17, 6:20 pm, Michael Nemtsev <nemt...@msn.comwrote:
>Hello snramku...@gmail.com,

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
Dec 23 '06 #5
Hi

"The ASP.NET Web Site Precompiler tool " is the right answer.

For more info how to publish a web site at client site
http://msdn2.microsoft.com/en-us/1y1404zt(VS.80).aspx

Thanks
-Srinivas.

sn********@gmail.com wrote:
How to create an executable version of the entire Web site without any
source code.
Best Regards,
S.N.Ramkumar.
Dec 23 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

18
1656
by: David Lozzi | last post by:
Hello all, I am deploying many ASP apps and many of them are onto client internal servers. I was wondering if there was an option to compile my entire ASP project into an installation executable...
133
13130
by: Jane Withnolastname | last post by:
I have a web page that uses an unordered list (<UL>) and the LH (list header) tag. I know LH is a valid tag because it is clearly defined by the W3C here:...
0
2557
by: dtSearch | last post by:
Press Contact: Belinda Banks S&S Public Relations (212) 946-2823 Belinda@sspr.com Announcing New dtSearch® Product Line Version Release Adds Broader Spider Capabilities to dtSearch Desktop,...
17
2162
by: Filipe Martins | last post by:
Hello. I've read somewhere that the executable is smaller if we use a source file for each function! So, I tested this with gcc and it seams to confirm! What seams to happen is that if we call...
1
3907
by: Miki Tebeka | last post by:
Hello All, Is there a way to tell py2exe to create an executable with arbirary name? Currently the executable name is the script name with .exe suffix. Thanks. --...
2
8808
by: Charles Robinson III | last post by:
Is there a way to convert an entire access database file (*.mdb) to an executable file (*.exe)? This database will be on alot of computers, and I really do not want to put Microsoft Access on each...
6
1888
by: Marlene Arauz Martin | last post by:
Hello, How's everybody??? I have an aspx. page that is calling an executable,....like this... System.Diagnostics.ProcessStartInfo psi= new System.Diagnostics.ProcessStartInfo();...
3
1286
by: Robert Brown | last post by:
Hi All.. I have written an application that clients of ours use at their business. The application checks our main FTP server for new reports and then downloads them. The download process also...
3
3932
by: Jeffrey Froman | last post by:
Hello All, I have two python versions installed, one in /usr/bin, and one in /usr/local/bin. However, when invoking python without a full path, I get the wrong executable with the right...
0
7216
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7303
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7471
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5613
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5028
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4699
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3187
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1528
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
754
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.