ASPX, CS, SLN and Proj file should be in seperate folder - Please help
Hi All,
This is what I want to do: let's say you have a web projectweb1.csproj within a solution fileweb.sln. If this project has an ASPX pagepage1.aspx with code behindpage1.aspx.cs. We want to haveweb.sln,web1.csproj andpage1.aspx.cs within one folder andpage1.aspx within a seperate folder. That way when we deploy to production, we can just copy all the aspx files without copy code behind files, etc.Your deliverable should be a sample solution with the solution, project and code behind files in a 'Code' folder and the ASPX pages in a 'Web' folder. You should be able to work with the solution file in Visual Studio .NET, and when you compile, the DLLs should be placed in a bin folder within the 'Web' folder.
Could you please help me how to resolve this issue?
Regards,
Thankaraj