syncing design and code after deployment in ASP 2.0

D

Dunc

I'm pre-compiling and deploying my ASP.NET 2.0 project to a development
server (I've checked "Allow pre-compiled site to be updateable") where
a designer is modifying the aspx pages. Occasionally, his design
requires a code change, and I need to download the ASPX files to update
my project.

While this worked peachy in ASP.NET 1.1, in 2.0 when it precompiles it
appears to remove the <%@ Page CodeFile=... directive and changes the
inherits clause to read inherits="classname, asp_web_<randomstring>",
where <randomstring> points to the current dll name that change every
compile.

Short of going through and editing every single ASPX file before I
bring it down, is there any way to go back to the 1.1 deploment system
so designer and developer can remotely work in harmony?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top