Hi all, pls hep me if you can! Thanks for your hands! Sorry about my English!!!
I've developed a module on DNN 3.2.1 on my box (Win XP Pro SP2, SQL Server 2000 SP3, IIS 5, .NET Framework v1.x)
My dbname: thuviendetai ; db user: thuvienuser; pass: xxxxxx
Now I want to move my dev. environment to new server (IBM 236, WindowsServer 2003 Std SP1, SQL 2000 SP3, IIS 6, .NET Framework v1.x). There is my steps:
1. Copy DotNetNuke folder from my computer to server (system partition, ex: c:\DotNetNuke\). Set permisions for this folder with ASP.Net user and Network Services user to Full Control permission.
2. In SQL Server 2000 on my computer, using Enterprise Manager tool to backup my DB to "Qlthuvien" file. Copy 2 file "thuviendetai_Data.MDF" , "thuviendetai_Log.LDF" in SQL Server Data folder. Copy 3 file above to my USB.
3. On my server, open Enterprise Manager tool, restore from my "Qlthuvien" file with it's DB name is as "thuviendetai" , my data reference from 2 file "thuviendetai_Data.MDF" , "thuviendetai_Log.LDF.
In Sercurity tab, create a user, named "thuvienuser", set db_owner permision of DB "thuviendetai" for it.
4. On my server, open web.config from DotNetNuke folder. Correctt ConnectionString to suitable with new settings.
5. On my server, open IIS Console, create a virtual directory named "thuviendetai", set Read, Write, Executive permisions and default.aspx is as default document.
Now, I point my IE's URL to http://localhost/thuviendetai
Can you guess something happen? The answer is nothing!
Anyone can help me?
*P/s: in actually, I want to contribute my module to productivity server but my module isn't work on my server. I've follow Washington's tutorial about pakaging a module. But it's not works! So, I must move my dev. environment to my server :(( with hope it'll works. But it's not works! :((
Thanks again!
MrCiF