Delete

Are you sure you want to delete this?

ChronologyModel


Date
20211013
Target
C_007
Title
temp.tanz.co.kr을 프로젝트화 하다. / how to generate .csproj file for the old project.
Contents
프로젝트나 솔루션이 아니었던 탄쯔 홈페이지를 프로젝트 혹은 솔루션으로 사용할 수 있는 방법이 열렸다. 출처 : https://stackoverflow.com/questions/56130824/how-to-use-c-sharp-6-0-or-7-0-in-an-old-asp-net-website-not-website-project So the problem become: how to generate .csproj file for the old project. Just create a new project, and copy the code from old project inside Visual Studio. And then copy the new .csproj to the old project. And then your old asp.net project refreshed.:) 내 경우 새로 프로젝트로 만들고 그 쪽으로 올드 폴더를 다 옮기는 식으로 하고 IIS에서 세팅을 잡아줌으로써 해결 - 카피한 파일 중에 iiuser read가 필요한 것은 추가하였다.