Personal Site Start Kit Installation Process - Summaryhttp://forums.asp.net/t/928982.aspx/1?Personal+Site+Start+Kit+Installation+Process+SummarySat, 29 Oct 2005 17:07:41 -04009289821084547http://forums.asp.net/p/928982/1084547.aspx/1?Personal+Site+Start+Kit+Installation+Process+SummaryPersonal Site Start Kit Installation Process - Summary Hello, I'm seeing so many different solutions for various problems, which is understandable. However, could someone please list the general process to create and publish the Personal Site Starter Kit using Visual Studio Web Developer 2005 Express and SQL 2005 Express? My thoughts: 1) Download and install Visual Studio Web Developer Express and SQL 2005 Express. 2) Create website in C:\Documents and Settings\DevAccount\My Documents\Visual Studio 2005\WebSites\ 3) Test website on local host to verify it is working correctly. 4) Download Photo Album database SQL file from: http://www.microsoft.com/downloads/details.aspx?FamilyId=2EE85ED4-7613-47E2-8375-17222B150E4F&amp;displaylang=en 5) Run: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\aspnet_regsql.exe for ASPNETDB to create the users database. 6) Use SQL Enterprise Manager to turn the ASPNETDB database into a SQL script. 7) Combine ASPNETDB SQL script and Personal-add into one SQL file. 8) Create a database on host web site (I only have access to one MS SQL database). Within the host database, execute the combined SQL files (from aspnetdb and personals-add). This should create all necessary tables, stored procedures, etc. for the Personal Site Starter Kit. 9) Modify web.config file to use the newly created database on the host server. 10) Use Visual Studio Web Developer Express to &quot;Copy Site&quot; to host FTP site. Could someone please comment on this plan? Is there anything I'm forgetting? Any suggestions/hints? Thanks! Cody 2005-10-16T23:03:23-04:001084608http://forums.asp.net/p/928982/1084608.aspx/1?Re+Personal+Site+Start+Kit+Installation+Process+SummaryRe: Personal Site Start Kit Installation Process - Summary Ok. I've made quite a bit of progress I think. Website and database is uploaded; however, the Stored Procedures apparently did not upload to the host database. How should I go about transferring the remote procedures? Thanks! Cody 2005-10-17T01:49:08-04:001084648http://forums.asp.net/p/928982/1084648.aspx/1?Re+Personal+Site+Start+Kit+Installation+Process+SummaryRe: Personal Site Start Kit Installation Process - Summary Ah ha,<br> <br> The website is working now-- <a href="http://www.codydecker.com">http://www.codydecker.com</a>&nbsp;and the Photo Album stored procedures are copied over; however, the stored procedures for the administration (aspnetdb I assume) are not there.&nbsp; The tables for aspnetdb are present, however.<br> <br> Any suggestions?<br> <br> Thanks!<br> Cody 2005-10-17T02:56:53-04:001085023http://forums.asp.net/p/928982/1085023.aspx/1?Re+Personal+Site+Start+Kit+Installation+Process+SummaryRe: Personal Site Start Kit Installation Process - Summary <p>Hi cody,<br> <br> Would it be possible for you to share the SQLscript file you generated so I too can create the SQL tables on my hosted server.<br> <br> I don't have all the components installed so basically I am working totally from a remote perspective. <br> <br> </p> 2005-10-17T13:29:50-04:001088196http://forums.asp.net/p/928982/1088196.aspx/1?Re+Personal+Site+Start+Kit+Installation+Process+SummaryRe: Personal Site Start Kit Installation Process - Summary Hi cody,<br> <br> Yes, i agree, can you share the SQL script file you generated so I can create the SQL tables as well??<br> <br> Thanks<br> Undie<br> <br> 2005-10-19T20:07:47-04:001089901http://forums.asp.net/p/928982/1089901.aspx/1?Re+Personal+Site+Start+Kit+Installation+Process+SummaryRe: Personal Site Start Kit Installation Process - Summary <br> &nbsp;Hi Cody.<br> <br> &nbsp;Did you have to make any changes to your web.config beyond the database connection settings?<br> &nbsp;<br> Also were you able to set it on your root web folder or did you have to set it on a subdirectory.<br> <br> I have modified the site on my local machine to use the remote hosted database and it works fine, I can manage the roles,users and <br> perform the management functions localy and they are applied to my hosted database.<br> <br> I publish the site using the copy site function in VS2005 to my root folder and try to view the site, I get an error.<br> <br> <span>&nbsp;&lt;code&gt; <h1><font size="2">Server Error in '/personal' Application. <hr width="100%" color="silver" size="1"> </font></h1> <h2><font size="2"><i>Runtime Error</i> </font></h2> </span><font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "><font size="2"><b>Description: </b>An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. <br> <br> <b>Details:</b> To enable the details of this specific error message to be viewable on remote machines, please create a &lt;customErrors&gt; tag within a &quot;web.config&quot; configuration file located in the root directory of the current web application. This &lt;customErrors&gt; tag should then have its &quot;mode&quot; attribute set to &quot;Off&quot;.<br> <br> &lt;/code&gt;<br> <br> It as though the web.config file is being rejected, I changed the settings for the debug mode to &quot;Off&quot; and set the trace to &quot;true&quot;<br> <br> Just wondering if this is a host issue as opposed to a problem with the site.<br> <br> </font></font> 2005-10-21T13:39:01-04:001090173http://forums.asp.net/p/928982/1090173.aspx/1?Re+Personal+Site+Start+Kit+Installation+Process+SummaryRe: Personal Site Start Kit Installation Process - Summary Hi Cody,<br> <br> Did you have to make any changes to the web.config file beyond the database connection settings?<br> <br> I have it working on a local copy that is pointing to the hosted sql database but when I publish it I keep getting the dreader <br> application error.<br> <br> I tried publishing it to the root dir and also to a subdirectory, I am at a loss as to why it will not work.<br> <br> Is there an issue of compatability here in so far as the web.config file is concerned?<br> <br> 2005-10-21T17:33:40-04:001090882http://forums.asp.net/p/928982/1090882.aspx/1?Re+Personal+Site+Start+Kit+Installation+Process+SummaryRe: Personal Site Start Kit Installation Process - Summary Well I got it up and running,<br> <br> The initial release is viewable at www.angeloabruzzese.com/personal/default.aspx<br> 2005-10-22T16:02:25-04:001097112http://forums.asp.net/p/928982/1097112.aspx/1?Re+Personal+Site+Start+Kit+Installation+Process+SummaryRe: Personal Site Start Kit Installation Process - Summary <font face="Arial">Can any friend help us by giving us the generated SQL scripts for both aspnetdb and personal starter kit.<br> <br> Have you merged both in one and then uploaded. I request a good script so that others can start working too.<br> <br> A full solution for immediate start is welcome, since enough time is spend on discovery, without any solution. This solution will help us in other projects too.<br> <br> Pl. help us with solutions not just suggestions, as suggestions takes more time without a result.<br> <br> thanks</font><br> <br> 2005-10-29T10:07:39-04:001097271http://forums.asp.net/p/928982/1097271.aspx/1?Re+Personal+Site+Start+Kit+Installation+Process+SummaryRe: Personal Site Start Kit Installation Process - Summary <p>Just found these files:<br> <font face="Courier New">&nbsp;Directory of C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727</font></p> <p><font face="Courier New">09/23/2005&nbsp; 07:28 AM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 24,603 InstallCommon.sql<br> 09/23/2005&nbsp; 07:28 AM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 55,833 InstallMembership.sql<br> 09/23/2005&nbsp; 07:28 AM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 52,339 InstallPersistSqlState.sql<br> 09/23/2005&nbsp; 07:28 AM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 34,950 InstallPersonalization.sql<br> 09/23/2005&nbsp; 07:28 AM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 20,891 InstallProfile.SQL<br> 09/23/2005&nbsp; 07:28 AM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 34,264 InstallRoles.sql<br> 09/23/2005&nbsp; 07:28 AM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 52,123 InstallSqlState.sql<br> 09/23/2005&nbsp; 07:28 AM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 53,895 InstallSqlStateTemplate.sql<br> 09/23/2005&nbsp; 07:28 AM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 6,457 InstallWebEventSqlProvider.sql<br> <br> </font><font face="Times New Roman">The first 6 files may well be what you are looking for.</font></p> 2005-10-29T17:07:41-04:00