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 ?
Printable View
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 ?
Visual Studio 2005 Web Deployment Projects
http://msdn.microsoft.com/en-us/asp.net/aa336619.aspx
Or you can just copy your files over.
Yes i have installed & Created the .dll
but i want a WebSetup.exe Like with Asp.Net 1.1
Thanks !
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
Hi mendhak ,Quote:
Originally Posted by 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
In 1.1 did you use a web setup project? Didn't that create MSIs and not EXEs?
Quote:
Originally Posted by mendhak
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 !
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 !Quote:
Originally Posted by mendhak
Are you using Visual Web Developer 2005 (Express)? Or proper Visual Studio? And if so, what version?
Visual Studip Professional Edition 2005
i have add the plugins WebDeploymentSetup.rar
& i can have add a Web Developpement Project
but WebSetup not
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.
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 !
Quote:
Originally Posted by killer7k
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.