May 29th, 2008, 04:35 PM
#1
Thread Starter
Fanatic Member
[2005] Deployement of an WebSite Asp.Net 2.0
hello ,
i have made a deployement a WebSetup.exe and .msi for a Website Asp.net 1.1
but the way i have done it in it doesnt exist in Asp.net 2.0
how can i do it in 2005 ?
May 29th, 2008, 04:58 PM
#2
Re: [2005] Deployement of an WebSite Asp.Net 2.0
Visual Studio 2005 Web Deployment Projects
http://msdn.microsoft.com/en-us/asp.net/aa336619.aspx
Or you can just copy your files over.
May 29th, 2008, 05:36 PM
#3
Thread Starter
Fanatic Member
Re: [2005] Deployement of an WebSite Asp.Net 2.0
Yes i have installed & Created the .dll
but i want a WebSetup.exe Like with Asp.Net 1.1
Thanks !
May 30th, 2008, 12:15 PM
#4
Re: [2005] Deployement of an WebSite Asp.Net 2.0
Did you actually read that page? It leads you to a page containing instructions on how to create an EXE/MSI for your web project.
http://msdn.microsoft.com/en-us/library/aa479568.aspx
May 30th, 2008, 03:04 PM
#5
Thread Starter
Fanatic Member
Re: [2005] Deployement of an WebSite Asp.Net 2.0
Originally Posted by
mendhak
Hi mendhak ,
Yes i read it but i they doesnt show how to for an .exe, you can see it
only for dll , i have done those steps
what i need is just to get .exe like in Asp.net 1.1
Thanks
May 30th, 2008, 03:11 PM
#6
Re: [2005] Deployement of an WebSite Asp.Net 2.0
In 1.1 did you use a web setup project? Didn't that create MSIs and not EXEs?
May 30th, 2008, 03:38 PM
#7
Thread Starter
Fanatic Member
Re: [2005] Deployement of an WebSite Asp.Net 2.0
Originally Posted by
mendhak
In 1.1 did you use a web setup project? Didn't that create MSIs and not EXEs?
in 1.1 i didnt use web setup project
it was simple create a project of deployment n add an existant projet & you call the project.vbproj and you go add a exit projet + content file , you add page and then release + build solution & you got 3 file .msi , .exe and .ini
but the problem in 2005 is that adding an existant project doesnt exist
i found this site showing exactly how here
but i am stucking at step6 , i dont know how they did to get Web Setup in the solution explorer
Thanks !
May 30th, 2008, 03:55 PM
#8
Re: [2005] Deployement of an WebSite Asp.Net 2.0
Right click your solution and add a 'web setup project'. Do you get the web setup project in the dialog box when you add a new project?
May 30th, 2008, 04:23 PM
#9
Thread Starter
Fanatic Member
Re: [2005] Deployement of an WebSite Asp.Net 2.0
Originally Posted by
mendhak
Right click your solution and add a 'web setup project'. Do you get the web setup project in the dialog box when you add a new project?
no doesnt exist !
May 30th, 2008, 04:40 PM
#10
Re: [2005] Deployement of an WebSite Asp.Net 2.0
Are you using Visual Web Developer 2005 (Express)? Or proper Visual Studio? And if so, what version?
May 30th, 2008, 04:45 PM
#11
Thread Starter
Fanatic Member
Re: [2005] Deployement of an WebSite Asp.Net 2.0
Visual Studip Professional Edition 2005
i have add the plugins WebDeploymentSetup.rar
& i can have add a Web Developpement Project
but WebSetup not
May 30th, 2008, 04:53 PM
#12
Re: [2005] Deployement of an WebSite Asp.Net 2.0
Did you look under the "Other Project Types" node?
This screenshot is from VS 2008 but it's pretty much the same as VS 2005, standard, out of the box.
Attached Images
May 31st, 2008, 09:02 AM
#13
Thread Starter
Fanatic Member
Re: [2005] Deployement of an WebSite Asp.Net 2.0
hi mendhak ,
i think i missunderstood the situation
i have the picture the websetup like you & the same in 1.1
but when you go oK to create webSetup1
what the steps do you do to create setup of website ?
you said in the solution explorer if you find add a web setup not when you create a new project .
let's go with your step after i choose what in the picture what next ?
in 1.1 i go to the webSetup & right click add an existant project & i call the website that i want to made it
here in 2.0 i dont have this option maybe in other way that i dont know it
Thanks !
May 31st, 2008, 11:49 AM
#14
Re: [2005] Deployement of an WebSite Asp.Net 2.0
Originally Posted by
killer7k
you said in the solution explorer if you find add a web setup not when you create a new project .
It's exactly the same thing. Right click on the solution, add new project, click on other projects, and there's the web setup project. It then gets added to your solution.
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Click Here to Expand Forum to Full Width