I have been going through the internet looking for an easy way to setup a new site in VS2010 so I can edit masterpages and codebehind and add new masterpages via VS. I have managed to setup a site in VS using nuGet but when I go into the admin section of the Umbraco site after pressing F5 nothing I add in VS shows up and the same for if I add anything through the admin section it doesnt show up in VS.
Any help on this would be great as I have been looking for a while and I'm sure it cant be too hard, but cant seem to find anything.
Some files such as CSS & JS script files can be created directly in VS. After doing so right click on the Stylesheets or Scripts folder in Umbraco Admin and choose reload nodes to see the files.
I usually create (stub) my document types, templates and macro scripts through umbraco admin. You can then right click in VS and refresh to view and edit the files.
Umbraco in VS2010
Hi,
I have been going through the internet looking for an easy way to setup a new site in VS2010 so I can edit masterpages and codebehind and add new masterpages via VS. I have managed to setup a site in VS using nuGet but when I go into the admin section of the Umbraco site after pressing F5 nothing I add in VS shows up and the same for if I add anything through the admin section it doesnt show up in VS.
Any help on this would be great as I have been looking for a while and I'm sure it cant be too hard, but cant seem to find anything.
Regards
Michael
Hi Michael,
Some files such as CSS & JS script files can be created directly in VS. After doing so right click on the Stylesheets or Scripts folder in Umbraco Admin and choose reload nodes to see the files.
I usually create (stub) my document types, templates and macro scripts through umbraco admin. You can then right click in VS and refresh to view and edit the files.
Cheers
Paul
Thanks for this, I have managed to get it working through VS2012 using the latest project on the our umbraco site.
Cheers
is working on a reply...