Will somebody help on this. Here's what I did on the Installation. I want to install this because i will make modifications on the Login module.My Current PC setup:OS-Windows XPSQL Database- MS SQL 2005 Developer EdIIS - Version 5.1Here's my step on the installation1. I created a Database named DotNetNuke on the SQL Server. 2. I created a folder named DotNetNuke on C:\3. I unzipped the Source Install on C:\DotNetNuke4. I opened DotNetNuke.sln on C:\DotNetNuke ysing Visual Studio 20055. I changed the release.config to web.config and made the necessary corrections. Here's my web.config connection:add name="SiteSqlServer" connectionString="Server=(local);Database=DotNetNuke;uid=dnnuser;pwd=12345678;" providerName="System.Data.SqlClient" 6. I build the website and it succeeded and I run it. 7. I checked my IIS and I found a virtual Directory named DotNetNuke_2The error now was:
What did i missed? why did i got this error message???
Hi,
I changed it and when I check on it on IE, http://localhost/DotNetNuke_2/ i got this error.
The stored procedure 'dbo.GetPortalAliasByPortalID' doesn't exist.