I found some information / tutorial about how to create a new Umbraco Project in Visual studio.
What is the best method to use Visual Studio 2010 to work with an existing version of Umbraco (4.7)?
If i create a new usercontrol and use some css classes i do not want to copy it everytime to my umbraco instance just to see if the css is working properly.
Is there any way to use the VS Debug method to load umbraco and show for example if the css for the usercontrol is correct or if there are some errors in the Usercontrol code?
Can i copy the web.config from umbraco into my visual studio project?
Using VS 2010 for umbraco
Hello everybody
I found some information / tutorial about how to create a new Umbraco Project in Visual studio.
What is the best method to use Visual Studio 2010 to work with an existing version of Umbraco (4.7)?
If i create a new usercontrol and use some css classes i do not want to copy it everytime to my umbraco instance just to see if the css is working properly.
Is there any way to use the VS Debug method to load umbraco and show for example if the css for the usercontrol is correct or if there are some errors in the Usercontrol code?
Can i copy the web.config from umbraco into my visual studio project?
Thanks
Take a look at uSiteBuilder add-on.
Hi dominik,
Basically, if you want to debug your VS2010 code, you need to attach the debugger to the process in which your umbraco site runs (e.g. wp3.exe).
Here are two links that might help you go further:
http://our.umbraco.org/forum/getting-started/installing-umbraco/14691-Running-a-umbraco-website-through-Visual-Studio
http://our.umbraco.org/projects/developer-tools/visual-studio-2010-project-template-
Hope this helps.
Cheers,
Michael.
is working on a reply...