473,385 Members | 1,341 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,385 software developers and data experts.

web setup project in vs.net 2005

Hello

How can I make a web setup project in vs.net 2005 which does not deploy
the source files too?

thank you,
Christina
Dec 5 '06 #1
5 4405
Download and install the Web Application Projects and the Web Deployment Projects.

http://msdn2.microsoft.com/en-us/asp.net/aa336618.aspx

http://msdn2.microsoft.com/en-us/asp.net/aa336619.aspx

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Christina Androne" <ch***************@gmail.comwrote in message
news:O%***************@TK2MSFTNGP02.phx.gbl...
Hello

How can I make a web setup project in vs.net 2005 which does not deploy the source files too?

thank you,
Christina

Dec 5 '06 #2
Thank you, William

I had no time to update into why the sources are delivered in the
install kit and the deployment model was changed from 2003 ... is there
any reason for this?

thanks,
Christina

William Sullivan wrote:
There is no easy answer, as setup projects are complicated beasts.

You need to view the file system editor in the setup project (a tiny icon on
the solution explorer window that appears when you select the setup project),
find the primary output for your application, and edit its properties. You
can view the files it outputs, and add a filter that will exclude certain
files. Adding an exclude filter like *.cs will prevent the source files from
being copied.
"Christina Androne" wrote:
>Hello

How can I make a web setup project in vs.net 2005 which does not deploy
the source files too?

thank you,
Christina
Dec 5 '06 #3
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:Ow**************@TK2MSFTNGP06.phx.gbl...
Download and install the Web Application Projects and the Web Deployment
Projects.

http://msdn2.microsoft.com/en-us/asp.net/aa336618.aspx

http://msdn2.microsoft.com/en-us/asp.net/aa336619.aspx
Ah yes, but which do you recommend for the OP...?

Sorry, mate, couldn't resist... ;-)
Dec 5 '06 #4
Guys, either I'm too drunk (on coffee!), or I solved it without the
add-in. I recreated the solution in a different (upper) folder than the
website. Same for the project dependencies - different location and same
for the web setup project - upper locations than the website.

(upper location means in the folders hierarchy it;s closer to root (root
is d: in my case)

Somehow with this configuration adding a non altered 'web setup project'
worked. I now have a 300kb install with only the right things in it
(except for a subfolder that is not created anymore, and it should be in
the virtual dir). I'll go celebrate by getting drunk properly.
VS.NET was always very weird for me anyway (I worked with borland tools
for a few years).

Thanks to all of you who replied - the links info and filters are good
to know things.

Christina Androne wrote:
Hello

How can I make a web setup project in vs.net 2005 which does not deploy
the source files too?

thank you,
Christina
Dec 5 '06 #5
re:
Ah yes, but which do you recommend for the OP...?
Sorry, mate, couldn't resist... ;-)
heh, heh...

Actually, I think there's some overlap between them.

Most developers could do just with WAP. Some will also need WDP.
The size/complexity of the projects will determine who really needs WDP.

WDP, although quite efficient, is not a must for small/medium web projects.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Mark Rae" <ma**@markNOSPAMrae.comwrote in message news:uB**************@TK2MSFTNGP02.phx.gbl...
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:Ow**************@TK2MSFTNGP06.phx.gbl...
>Download and install the Web Application Projects and the Web Deployment Projects.

http://msdn2.microsoft.com/en-us/asp.net/aa336618.aspx

http://msdn2.microsoft.com/en-us/asp.net/aa336619.aspx

Ah yes, but which do you recommend for the OP...?

Sorry, mate, couldn't resist... ;-)

Dec 5 '06 #6

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

Similar topics

13
by: johnb41 | last post by:
I'm testing out the Visual Basic 2005 Express Edition, and I like it thus far... but i'm puzzled. I want to add a "Setup Project" to my solution. When i go to Add Project, I don't see the...
0
by: dotnetprogrammer via DotNetMonster.com | last post by:
I am using Visual Studio 2005. I wrote a Setup Project to install my application. After setup is complete, I need to get the destination folder that the user chose to install to (not the default...
1
by: Bry | last post by:
Is there any way of modifying the ProductName in my setup project dialogs that doesn't involve me having to rename my setup project? I have an application named 'Foo', and the main project within...
2
by: Rabbit | last post by:
I like the feature of "Publish Web Site", because it can deploy a compiled version of my web solution. But currently I need to deploy Crystal report onto IIS with only .Net 2.0, so I'm trying to...
1
by: WT | last post by:
Hello, I can't find were to set this value, by default it take the project name which is not easy. Thanks for help. CS
0
by: JM | last post by:
I have created simple windows service which just write message to event log when it starts and stops. I am able to install it succesfully using: installutil <service_file.exe>, where...
1
by: rohan_from_mars | last post by:
I have a windows service and am also using Enterprise Library June 2005 version. Now i have created Setup and Deployment Project which installs the service. but how do i add EL dlls-...
0
by: unknown; | last post by:
hi i've got a problem about howto register a COM in a Visual Studio 2005 setup-project. this is the situation: i've got a project (unmanaged C++ ATL that will generate a COM dll as result)....
6
by: andrewbb | last post by:
I want to deploy a service with a windows app and the setup program must conform to the Vista certification requirements. Can that be done with the standard .net setup project? Assuming cost is...
2
by: Norman Diamond | last post by:
My C# code is I18N'ed by appropriately naming and editing .resx files. At execution time, it works. My C++ code is somewhat I18N'ed. When I put UI code in C++ I use .rc files. When I link to a...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.