Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 how to add multiple a directory tree of aspx files

Author  Topic 

rtutus
Aged Yak Warrior

522 Posts

Posted - 2006-11-10 : 17:44:02
My problem, I have the aspx, .cs and ascx files but I don t have a project or solution that came with the files (since that was done by front page). So I need to add all those files in a solution or a project so that I can maintain the site that was created by front page using Visula Studio.

Do you know how i Can put all those files in a new project or new solution.

2/Also, when we modify the the pages, how can i put them beck in the site, will I have to compile the files again, or not. thank you.

Thank you

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2006-11-11 : 12:40:57
create a new project in visual studio.
copy your files to that directory.
right click on the project in visual studio and choose add existing item and add all 3 files.




Go with the flow & have fun! Else fight the flow
blog thingie: http://weblogs.sqlteam.com/mladenp
Go to Top of Page
   

- Advertisement -