473,405 Members | 2,279 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Try to deploy VB .NET Application but Cannot select Primary Output.

Hello all,
I'm new for .NET. I try to deploy new application. When I do step by
step to deploy web. The Step Add project Output Group,It don't have
'PRIMARY output' to select but only has Content Files.

Does anyone has any idea to solve this problem. Or I did something
wrong,Pls suggest.

Thanks in advance.

Jun 2 '06 #1
2 1597
I have not done installers in .NET 2.0 web apps, but I think this has to do
with the fact that ASP.NET 2.0 apps compile pages "on the fly". This is done
to allow any content to be updated individually and is the default setting.
I will have to check if someone else does not have a nugget of wisdom on
this one.

There is a precompile option, but, AFAIK, you would end up building your own
installer to use this option with an MSI. It precompiles EVERTYTHING into
the DLL and leaves pages only as pointer files. It is a matter of
precompile, xcopy files to server. It could be automated, of course.

--
Gregory A. Beamer

*************************************************
Think Outside the Box!
*************************************************
"Zeroman" <mr********@gmail.com> wrote in message
news:11**********************@i40g2000cwc.googlegr oups.com...
Hello all,
I'm new for .NET. I try to deploy new application. When I do step by
step to deploy web. The Step Add project Output Group,It don't have
'PRIMARY output' to select but only has Content Files.

Does anyone has any idea to solve this problem. Or I did something
wrong,Pls suggest.

Thanks in advance.

Jun 2 '06 #2
Hello Gregory,
Thanks for your answer. I tried to uninstall .NET Framework 2.0 and
re-install but it don't have any option to select. that is your point
or I did wrong.
Please explain more if you available. I'm very new for development
site.

Thanks very much.
ZM

Cowboy (Gregory A. Beamer) wrote:
I have not done installers in .NET 2.0 web apps, but I think this has to do
with the fact that ASP.NET 2.0 apps compile pages "on the fly". This is done
to allow any content to be updated individually and is the default setting.
I will have to check if someone else does not have a nugget of wisdom on
this one.

There is a precompile option, but, AFAIK, you would end up building your own
installer to use this option with an MSI. It precompiles EVERTYTHING into
the DLL and leaves pages only as pointer files. It is a matter of
precompile, xcopy files to server. It could be automated, of course.

--
Gregory A. Beamer

*************************************************
Think Outside the Box!
*************************************************
"Zeroman" <mr********@gmail.com> wrote in message
news:11**********************@i40g2000cwc.googlegr oups.com...
Hello all,
I'm new for .NET. I try to deploy new application. When I do step by
step to deploy web. The Step Add project Output Group,It don't have
'PRIMARY output' to select but only has Content Files.

Does anyone has any idea to solve this problem. Or I did something
wrong,Pls suggest.

Thanks in advance.


Jun 5 '06 #3

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

Similar topics

4
by: Itai | last post by:
I need to develop an internal messaging sub-system that is similar to a web mail application but without SMTP support (e.g message routes are confined to the webapp domain). The requirements are...
0
by: Danny J. Lesandrini | last post by:
First, this is _not_ a question about how to get Crystal Reports to run on a client machine. I've got all the merge modules added to the project and it's working fine. The question is about...
4
by: elvin | last post by:
Hi! How to deploy VS C++ 7 Console application that i write (no compile error), i copy the entire release folder to client pc, but when i click the exe application, it prompt missing vc70*.dll...
4
by: bob lambert | last post by:
Help I am trying to deploy to another pc a vb.net std 2002 windows form application. I am confused. I created a project - windows form I built form, compiled and debugged. I created a...
2
by: Paul Smith | last post by:
I am trying to deploy a web app in VB.Net. Following the MSDN 'Walkthrough: Deploying a Web Solution': -- To add the output of the WebApp1 project to the deployment project In the File System...
2
by: hulinning | last post by:
Hi, I create my Webservice in 2003 VS and test in Windows 2000 and Windows XP Pro without any problem. When I deploy it over Windows 2003 server, It fails to connect to the WS. I got Anonymous...
5
by: JebBushell | last post by:
I need to deploy a 1.1 web app without the .cs files. I am so far unable to find out how to do this. Can anyone shed some light? I have already tried upgrading to ASP.NET 2.0. Cost me a day. ...
5
by: Mircea Pleteriu | last post by:
Hi, I have developed a a web application with ASP.NET 2.0 and VS 2005. My client wants to be delivered a .msi file that installs the app. My big problem is that the .msi also deploys the source...
4
by: meo | last post by:
Does .NET provide the way to deploy library to internal developer? I am trying to find the way to deploy a library file to developer for having integration to their application BUT the customer...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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
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...

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.