How do i dump the project on IIS?
I have all project files except the Solution file, then how do i dump the project on my machine?
is it possible or not?
project is of asp type?
and same condition for asp.net project also?
Status:
Open Jun 04, 2007 - 03:16 AM
asp
5answers
Answers
Jun 04, 2007 - 10:50 AM
Best thing you can do in either circumstance is copy all the files to your local machine. Once they are copied there, you'll create a new project and add these items to the new project. Once you do a compile (for the ASP.NET project, anyway) you'll create a new .sln file automagically. With the classic ASP project, once you save the project the .sln file will be created.
Jun 05, 2007 - 12:29 PM
Do you want to "dump" a project on your machine or publish the Web application to IIS? If you want to publish to IIS then what rcastagna described is the first step. The second would be either to deploy it from Visual Studio, create a web set up project or just XCOPY the files to your IIS web server.
Cheers
Peter
Jun 06, 2007 - 07:28 AM
Thank you, It works
Oct 11, 2007 - 05:53 AM
Have you had a chance to evaluate these answers? If so, please respond so that we may continue to advise you, or, if this is resolved, please mark the question as answered and award the points as appropriate,
Thanks,
Ric
Nov 27, 2007 - 11:58 AM
Could you please close this question and award the points as appropriate. Thanks!
Answer this question
Share Your Own Experience & Expertise
We look to ensure that every question is answered by the best people with relevant expertise and experience, the best answers include multiple perspectives. Do you have relevant expertise or experience to contribute your answer to any of these commonly asked questions?
Add New Comment