1. 새로운 프로젝트를 만든다.

2. 새로운 프로젝트를 만들면  

C:\Users\Administrator\Documents\Visual Studio 2008\Projects 

폴더에 프로젝트명 폴더가 생성된다. 

3. 폴더 안에 보면 "프로젝트명.sln", "프로젝트명.suo" 파일이 있는데 이것을 새로만든 프로젝트 폴더로 복사한다. 

4. 메모장으로  "프로젝트명.sln" 파일을 연다.



 
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "SOA", "D:\wwwroot\SOA\", "{F5C7CB3A-C7FB-4828-B4E2-9CB3382E557E}"
ProjectSection(WebsiteProperties) = preProject
TargetFramework = "2.0"
Debug.AspNetCompiler.VirtualPath = "/SOA"
Debug.AspNetCompiler.PhysicalPath = "D:\wwwroot\SOA\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\SOA\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/SOA"
Release.AspNetCompiler.PhysicalPath = "D:\wwwroot\SOA\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\SOA\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "16940"
DefaultWebSiteLanguage = "Visual C#"
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F5C7CB3A-C7FB-4828-B4E2-9CB3382E557E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5C7CB3A-C7FB-4828-B4E2-9CB3382E557E}.Debug|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal



 

5. 대충 위와 같은 코드가 나오는데,  위를 예시로 들자면 

"D:\wwwroot\SOA\" -> 부분을 "..\SOA\" 로 수정 한 후 저장한다. 

6. 프로젝트를 실행시킨 후 잘 뜨는지 확인한다.

 
Posted by motolies
,