1. No problem, just make sure to install IISAdmin from Jetstat. Make sure umbraco is installed at the root of your website.
2. Go ahead, just create a new connectionstring entry in your website and use that one when saving/retrieving info from your sql server. If you need to fetch umbraco data, you should reference at least cms, businesslogic and umbraco assemblies
some important questions
hi all,
i want to ask some of questions:
1- i want to install umbraco v4.0.1.2 on windows xp, is it enable or not?
2- i want to use sql server in umbraco to save or retrieve data such as
i do form in .net and i want to use it in umbraco as a macro
how i can connect sql server for doing that and what's the reference i can add?
3- if i want to write code c#, i do that in .net and use it as macro in umbraco but
what's reference should be added?
please replay to me quicly
thanks all
Ahmed,
1. No problem, just make sure to install IISAdmin from Jetstat. Make sure umbraco is installed at the root of your website.
2. Go ahead, just create a new connectionstring entry in your website and use that one when saving/retrieving info from your sql server. If you need to fetch umbraco data, you should reference at least cms, businesslogic and umbraco assemblies
3. See number 2
Hope this helps.
Regards,
/Dirk
thanks so much dirk but
1- i have IIS5, is that ok?
2- using umbraco.cms;
using umbraco.businesslogic;
using umbraco;
that's enough? or adding more reference?
Yes, IIS5 on XP is okay. You can find manual installation instructions at http://umbraco.org/documentation/books/install-umbraco-30-on-windows-xp. These are for umbraco v3 but v4 is very similar to install.
Those are enough references to get you into the umbraco apis.
cheers,
doug.
is working on a reply...