G
Guest
Hey,
The aspnet_merge utility looks really good for me because I need to deploy
1000's of pages (not just to one prod server, but to dozens). However, it
seems to require that 2 .compiled files for each of my pages (one for the
aspx and one for the cs) get put into the /bin directory.
The reason I do not like this is because I need to manage (my own)
versioning for smaller "tools" within my app (say a hundred pages per tool)
for each prod server, and dealing with these .compiled files becomes awkward.
Is there any way to get around having so many .compiled files, or perhaps
there is a better way to manage them over dumping them all in the bin?
I see there is a "-r" flag on aspnet_merge that relates to .compiled files,
but I'm not sure what it does.
Thanks,
Brian.
The aspnet_merge utility looks really good for me because I need to deploy
1000's of pages (not just to one prod server, but to dozens). However, it
seems to require that 2 .compiled files for each of my pages (one for the
aspx and one for the cs) get put into the /bin directory.
The reason I do not like this is because I need to manage (my own)
versioning for smaller "tools" within my app (say a hundred pages per tool)
for each prod server, and dealing with these .compiled files becomes awkward.
Is there any way to get around having so many .compiled files, or perhaps
there is a better way to manage them over dumping them all in the bin?
I see there is a "-r" flag on aspnet_merge that relates to .compiled files,
but I'm not sure what it does.
Thanks,
Brian.