Is there any way to extract the views ect in Visual Studio so that can make changes to the files I need to with out having to publish the site and then make the changes there.
App_Plugins/
I dont want to mess with published files (as this is a hack) as any changes I make and republish I have to make sure the changes are in the new version, and I can't test it
Severity Code Description Project File Line Suppression State
Error Conflicting assets with the same target path
It would make it simple to just make the changes I want to the form backend files, it seems stupid that you have access to the files when they are published but not in DEV.
Conflicting assets with the same target path
Hi,
Is there any way to extract the views ect in Visual Studio so that can make changes to the files I need to with out having to publish the site and then make the changes there. App_Plugins/
I dont want to mess with published files (as this is a hack) as any changes I make and republish I have to make sure the changes are in the new version, and I can't test it
Severity Code Description Project File Line Suppression State Error Conflicting assets with the same target path
It would make it simple to just make the changes I want to the form backend files, it seems stupid that you have access to the files when they are published but not in DEV.
is working on a reply...