Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Should I install Visual Web Developer Express (VWDE) or SQL Express on my dedicated server?

0
Posted

Should I install Visual Web Developer Express (VWDE) or SQL Express on my dedicated server?

0

Visual web developer express is a tool used to create code of a web application like the user interface. This is something you usually develop on your own machine and then deploy on your server. You don’t install it on your server. SQL express is a database system for storing information that your database application would use. This is the one you can put on your server and use to power your web applications. So develop the application with web developer on your personal computer, install SQL express on your dedicated server, and when you are done then you can deploy your web application project on your web server to interact with SQL express. You will have to consult your Dotnetnuke documentation to make sure it will work with IIS 6 and SQL express editions (I don’t see an immediate problem but you never know). Hope this works for you.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123