Can we have CodeBehind file in another server or same machine but diffrent location or directory

  • Thread starter Thread starter chiranjiv choudhary via .NET 247
  • Start date Start date
C

chiranjiv choudhary via .NET 247

Can we have CodeBehind file in another server or same machine but diffrent location or directory
 
You could try to alter the value of the codebehind attribute or likely
better try to use the src attribute for the page directive.

That said carefully weight the interest of doing this before (especially I
believe VS.NET won't take this into account).

Patrice
 
Back
Top