This question has come up before. Not to long ago. Search the forums for it. And I will ask you the same question i asked there. Y does it have to be asp.net? Are you going to be building custom modules for it?
In the other thread there where a lot of different options. Such as DotNetNuke, etc
I know i did ask this before but as the thread was more than a month old i was advised to post another thread. I will look into dotnetduke and keep you updated…
Also, it doesn’t have to be asp.net, but the client is insisting that he wants .net, i have some persuading to do
LOL. Gotta love clients. Usually have no clue, just want what they hear. Well, u can try and persuade them, but at the end of the day, if they want a lesser website coz they refuse the best option, then so be it
As you can see this works fine. however i tried creating a folder called test and put the index.php file inside this. Now in php this would remove the need to type in index.php, i would simply need to write http://kidsunlimi2.eweb102.discountasp.net/test and it will work.
So i tried this with my .Net website but it didnt work, see this link:-
I have uploaded a wordpress blog to my website. Now my whole website programmed in asp.net c#. And i have added a folder called “blog” which is wordpress all programmed in php.
I have managed to set the index.php file to the default documents list, in my control panel of discountasp…
Now normally i use phpMyAdmin to administer the wordpress backend. But i cant use that here, as the service provider only allows me to create SQL Server databases.
Now i tried doing this, and changed the wp-config.php file connection details, but still get an “Error establishing a database connection” message when accessing this page:-
Well, that depends on you word press. I do not have much experience with it, but as far as I know you have to use a mySql database, but I might be wrong.
But just changing the connection string is not going to make it work as wp uses mysql connections all over. So that will all need to change if you want to connect to mssql. Not sure how easy that would be. Best bet would be to try and get a mysql db tho.
You were right, i do need a mysql database. I have been advised to use a remote mysql database, and DiscountaASP will accept connections from their server, they discontinued mysql in 2008
Anyway, how would i go about doing this? I thought MySQL was opensource?
Would i need to purchase a mysql database from a company who host it?
Yes. it is open source. But you need to pay for the hosting of the database and then connect to that database. It is very strange to discontinue MySql, but oh well. Just make sure you get a host that allows remote connections from other servers.