I download a code from some site, I got only 4 part of it.
Default.aspx
Default.aspx.cs
Web.Config
App_Data (FOLDER)
Now what should I do to open it as a proeper project in .NET ?
|
Go4Expert Founder
|
![]() |
| 2Jul2009,08:54 | #2 |
|
The best bet would be to ask the person who has uploaded it.
|
|
Banned
|
|
| 2Jul2009,09:10 | #3 |
|
Solution :
Goto File -> Open Website -> Give the full path of th Folder. Solution is the result of my R&D
|
|
Invasive contributor
|
![]() |
| 2Jul2009,17:27 | #4 |
|
haha
If you have the project file in it, then open it as project else open website If you open as website, it creates a project folder for you, in the path: C:\Documents and Settings\<username>\My Documents\Visual Studio <Ver>\Projects there you can find the solution file, which will open the complete project and if any associated project also I use it daily
|
|
Go4Expert Member
|
|
| 15Jul2009,22:41 | #5 |
|
if u dnt have the soln file then open the default.aspx in VisualStudio and see the contents using design view and see that it'll work for u or u have to make ur own.. try it
|
|
Banned
|
|
| 16Jul2009,06:39 | #6 |
|
you will need to add all files
|


