Search found 2 matches
- Thu Nov 04, 2010 7:46 am
- Forum: 7.0 Store UI: Layout, Design, Look and Feel
- Topic: Using Web Deployment Projects with AC
- Replies: 4
- Views: 8018
Re: Using Web Deployment Projects with AC
This is out of the box. The errors (sample at the bottom) start out in CreateOrder4.aspx, but eventually any and all references to the ASP namespace will need to be changed (\Admin\Payment\Methods.aspx.cs, \Admin\People\Groups\Default.aspx.cs, \Admin\Products\GiftWrap\EditWrapGroup.aspx.cs, \Admin\S...
- Tue Nov 02, 2010 12:25 pm
- Forum: 7.0 Store UI: Layout, Design, Look and Feel
- Topic: Using Web Deployment Projects with AC
- Replies: 4
- Views: 8018
Using Web Deployment Projects with AC
We use Web Deployment Projects in order to easily deploy to our different environments (Dev/Staging/Production) using web.config replacement to manage our connection strings. When I tried to set up a wdproj project, I got errors on any line that tried to reference ASP.insert_usercontrol_here_ascx, s...