Personal Site Starter Kithttp://forums.asp.net/1003.aspx/1?Personal+Site+Starter+KitDiscussions about the Personal Site Starter Kit for ASP.NET 2.0.Wed, 20 Feb 2013 07:28:53 -0500urn:uuid:00000000-0000-0000-0000-000000001003urn:uuid:00000000-0000-0000-0000-000001937093http://forums.asp.net/p/1165397/1937093.aspx/1?Submenus+Submenus? <p>Is there a simple way of creating sub menus with the way the menus are currently setup? I've looked everywhere and tried a couple different things, but no luck... <br> </p> <p>My site is at: </p> <p><a href="http://www.traceyhigginbotham.com/">TraceyHigginbotham.com</a></p> <p>&nbsp;Thanks,<br> Tracey<br> <br> &nbsp;</p> 2007-10-02T16:57:20-04:002007-10-02T16:57:20.81-04:00urn:uuid:00000000-0000-0000-0000-000005326663http://forums.asp.net/p/1888451/5326663.aspx/1?invalid+key+for+attachdbfileinvalid key for attachdbfile <p>I keep getting this error</p> <h1>Server Error in '/' Application.</h1> <hr color="silver" size="1" width="100%"> <h2><i>Invalid value for key 'attachdbfilename'.</i></h2> <p><span face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif " style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"><span face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif " style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"><b>Description: </b>An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. <br> <br> <b>Exception Details: </b>System.ArgumentException: Invalid value for key 'attachdbfilename'.<br> <br> <b>Source Error:</b> <br> <br> </span></span></p> <table width="100%" bgcolor="#ffffcc"> <tbody> <tr> <td><pre class="prettyprint">An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.</pre></td> </tr> </tbody> </table> <p><span face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif " style="font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;"><span face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif " style="font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;"><br /><b>Stack Trace:</b> <br /><br /></span></span></p> <table width="100%" bgcolor="#ffffcc"> <tbody> <tr> <td> <pre>[ArgumentException: Invalid value for key 'attachdbfilename'.] System.Data.SqlClient.SqlConnectionString..ctor(String connectionString) +5115187 System.Data.SqlClient.SqlConnectionFactory.CreateConnectionOptions(String connectionString, DbConnectionOptions previous) +24 System.Data.ProviderBase.DbConnectionFactory.GetConnectionPoolGroup(String connectionString, DbConnectionPoolGroupOptions poolOptions, DbConnectionOptions&amp; userConnectionOptions) +150 System.Data.SqlClient.SqlConnection.ConnectionString_Set(String value) +59 System.Data.SqlClient.SqlConnection.set_ConnectionString(String value) +4 System.Data.SqlClient.SqlConnection..ctor(String connectionString) +26 System.Web.DataAccess.SqlConnectionHolder..ctor(String connectionString) +54 [ArgumentException: An error occurred while attempting to initialize a System.Data.SqlClient.SqlConnection object. The value that was provided for the connection string may be wrong, or it may contain an invalid syntax. Parameter name: connectionString] System.Web.DataAccess.SqlConnectionHolder..ctor(String connectionString) +136 System.Web.DataAccess.SqlConnectionHelper.GetConnection(String connectionString, Boolean revertImpersonation) +119 System.Web.Security.SqlMembershipProvider.CreateUser(String username, String password, String email, String passwordQuestion, String passwordAnswer, Boolean isApproved, Object providerUserKey, MembershipCreateStatus&amp; status) +2587 System.Web.UI.WebControls.CreateUserWizard.AttemptCreateUser() +302 System.Web.UI.WebControls.CreateUserWizard.OnNextButtonClick(WizardNavigationEventArgs e) +111 System.Web.UI.WebControls.Wizard.OnBubbleEvent(Object source, EventArgs e) +413 System.Web.UI.WebControls.CreateUserWizard.OnBubbleEvent(Object source, EventArgs e) +121 System.Web.UI.WebControls.WizardChildTable.OnBubbleEvent(Object source, EventArgs args) +19 System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +37 System.Web.UI.WebControls.Button.OnCommand(CommandEventArgs e) +125 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +167 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5563 </pre> </td> </tr> </tbody> </table> <p><span face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif " style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"><span face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif " style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"><br> </span></span></p> <hr color="silver" size="1" width="100%"> <p><span face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif " style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"><b>Version Information:</b> Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272&nbsp;</span></p> <p><span face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif " style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"></span></p> <p></p> <p>My connection string is this.</p> <p>&lt;connectionStrings&gt;<br> &lt;remove name=&quot;LocalSqlServer&quot;/&gt;<br> &lt;add name=&quot;LocalSqlServer&quot; connectionString=&quot;data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|App_Data|register.mdf;User Instance=true&quot; providerName=&quot;System.Data.SqlClient&quot;/&gt;<br> &lt;/connectionStrings&gt;</p> <p></p> <p>Any help would be nice</p> 2013-03-09T16:46:21-05:002013-03-09T16:46:21.07-05:00urn:uuid:00000000-0000-0000-0000-000005157099http://forums.asp.net/p/1846036/5157099.aspx/1?Domain+nameDomain name <p>I am creatint professional website like linkedin.com using .net. I am trying to come up&nbsp; with short and unique name for the website, iam struggling to come up with domain name..</p> <p></p> 2012-09-24T23:06:43-04:002012-09-24T23:06:43.543-04:00urn:uuid:00000000-0000-0000-0000-000004706573http://forums.asp.net/p/1744570/4706573.aspx/1?HR+And+payroll+systemHR And payroll system <p>Hi All ,</p> <p>could you provide me with Open source ASP.NET HR &amp; Payroll system ??</p> <p>&nbsp;</p> <p>thanks in advance</p> 2011-11-29T13:14:57-05:002011-11-29T13:14:57.657-05:00urn:uuid:00000000-0000-0000-0000-000005257227http://forums.asp.net/p/1871173/5257227.aspx/1?Database+creation+in+WingTip+Toys+sampleDatabase creation in WingTip Toys sample <p>Hi , I am doing the wingtiptoys sample in the forum . In my project the database is created but there is no data inside the database. The intializer doesn't get run also. I did all the steps according to the instructions. Pls Help???????</p> 2013-01-02T13:14:51-05:002013-01-02T13:14:51.153-05:00urn:uuid:00000000-0000-0000-0000-000005232560http://forums.asp.net/p/1864308/5232560.aspx/1?Ecommerce+Website+Development+at+home+for+personal+use+Ecommerce - Website Development at home for personal use <p>Hello All,</p> <p>I build web sites and pages for office use where I am working now. I have all the softwares installed in my machine and database accesses and server to deploy when its completed.</p> <p>I wonder how can I do the same if I want to do it from home for some friends who wants a web site for small businesses which they do it online. They need a public facing site where users can register and place their orders etc. Can any one explain me what and all is required to do this development from scratch if I don't have any set up at home and how much it might cost me.&nbsp;&nbsp;</p> <p>Also want to know what technologies best works for my requirement if not .net. I am currently using c#, vb.net and asp.net with sql server&nbsp;as back end&nbsp;for all my developments in office.</p> <p>Thanks in advance.</p> 2012-12-07T10:16:57-05:002012-12-07T10:16:57.86-05:00urn:uuid:00000000-0000-0000-0000-000005244493http://forums.asp.net/p/1867162/5244493.aspx/1?Is+There+Any+Web+Based+Reward+Point+Management+Application+Open+Source+Is There Any Web Based Reward Point Management Application [Open Source] <p>Hello, I want to know whether there is any open source web based&nbsp;Reward Point Management Application ? Any Technology :) Just Name them it will be helpful.</p> <p>Thanks,</p> <p>Ricky</p> <p></p> 2012-12-19T12:08:51-05:002012-12-19T12:08:51-05:00urn:uuid:00000000-0000-0000-0000-000001256524http://forums.asp.net/p/981698/1256524.aspx/1?Media+Library+Starter+KitMedia Library Starter Kit <p class="MsoNormal" style="margin:0cm 0cm 0pt">Hello,</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">&nbsp;</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">I’ve downloaded the <a name="DNN"> Media Library Starter Kit</a> and try to install it. But during the install I get the following error; “The installer was interrupted before Media Share <span style="">&nbsp;</span>Library cloud be installed. You need to restart the installer to try again.</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">The strange thing is that I get this error on two totally different machines. </p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">I also turned off the Virus scanner and MS AntiSpyWare.</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Does some one have a idea?</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">&nbsp;</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Blow you can see a log file made during the install.</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">&nbsp;</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">=== Logging started: 13-4-2006<span style="">&nbsp; </span>9:33:17 ===</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Action 9:33:17: INSTALL. </p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Action start 9:33:17: INSTALL.</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Action 9:33:17: AppSearch. Searching for installed applications</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Action start 9:33:17: AppSearch.</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Action ended 9:33:17: AppSearch. Return value 1.</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Action 9:33:17: FindRelatedProducts. Searching for related applications</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Action start 9:33:17: FindRelatedProducts.</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Action ended 9:33:17: FindRelatedProducts. Return value 1.</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Action 9:33:17: LaunchConditions. Evaluating launch conditions</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Action start 9:33:17: LaunchConditions.</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Action ended 9:33:17: LaunchConditions. Return value 1.</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Action 9:33:17: CCPSearch. Searching for qualifying products</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Action start 9:33:17: CCPSearch.</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Action ended 9:33:17: CCPSearch. Return value 1.</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Action 9:33:17: RMCCPSearch. Searching for qualifying products</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Action start 9:33:17: RMCCPSearch.</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Action ended 9:33:17: RMCCPSearch. Return value 0.</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Action 9:33:17: ValidateProductID. </p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Action start 9:33:17: ValidateProductID.</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Action ended 9:33:17: ValidateProductID. Return value 1.</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Action 9:33:17: WEBCA_TARGETVDIR. </p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Action start 9:33:17: WEBCA_TARGETVDIR.</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Action ended 9:33:17: WEBCA_TARGETVDIR. Return value 1.</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Action 9:33:17: WEBCA_SetTARGETSITE. </p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Action start 9:33:17: WEBCA_SetTARGETSITE.</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Action ended 9:33:17: WEBCA_SetTARGETSITE. Return value 3.</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Action 9:33:17: FatalErrorForm. </p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Action start 9:33:17: FatalErrorForm.</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">DEBUG: Error 2826:<span style="">&nbsp; </span>Control BannerBmp on dialog FatalErrorForm extends beyond the boundaries of the dialog to the right by 3 pixels</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2826. The arguments are: FatalErrorForm, BannerBmp, to the right</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Info 2898. VsdDefaultUIFont.524F4245_5254_5341_4C45_534153783400, MS Sans Serif, 0</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Info 2898. VSI_MS_Sans_Serif13.0_0_0, MS Sans Serif, 0</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Info 2898. VSI_MS_Sans_Serif16.0_1_0, MS Sans Serif, 0</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">DEBUG: Error 2826:<span style="">&nbsp; </span>Control Line2 on dialog FatalErrorForm extends beyond the boundaries of the dialog to the right by 3 pixels</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2826. The arguments are: FatalErrorForm, Line2, to the right</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">DEBUG: Error 2826:<span style="">&nbsp; </span>Control Line1 on dialog FatalErrorForm extends beyond the boundaries of the dialog to the right by 3 pixels</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2826. The arguments are: FatalErrorForm, Line1, to the right</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Action 9:33:17: FatalErrorForm. Dialog created</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Action ended 9:33:19: FatalErrorForm. Return value 1.</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Action ended 9:33:19: INSTALL. Return value 3.</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): UpgradeCode = {01F9A276-2F0D-4E22-BA32-ACAAD7312C50}</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): SourceDir = C:\Documents and Settings\ruud\Desktop\</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): TARGETVDIR = MediaShareLibrary</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): ProductName = Media Share Library</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): ProductCode = {E39F7A70-45AC-49D1-BDB1-CA462FD18860}</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): ProductVersion = 1.0.0</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): Manufacturer = Bill Evjen</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): ARPCONTACT = Bill Evjen</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): ARPCOMMENTS = Media Share Library</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): ARPURLINFOABOUT = http://www.geekswithblogs.net/evjen</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): ProductLanguage = 1033</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): ALLUSERS = 1</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): SecureCustomProperties = NEWERPRODUCTFOUND</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): RedirectedDllSupport = 2</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): VersionNT = 501</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): VSDNETURLMSG = This setup requires the .NET Framework version [1].<span style="">&nbsp; </span>Please install the .NET Framework and run this setup again.<span style="">&nbsp; </span>The .NET Framework can be obtained from the web.<span style="">&nbsp; </span>Would you like to do this now?</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): VSDIISMSG = This setup requires Internet Information Server 4.0 or higher and Windows NT 4.0, Windows 2000 or higher.<span style="">&nbsp; </span>This setup cannot be installed on Windows 95, Windows 98, or Windows Me.<span style="">&nbsp; </span>Please install Internet Information Server and run this setup again.</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): VSDUIANDADVERTISED = This advertised application will not be installed because it might be unsafe. Contact your administrator to change the installation user interface option of the package to basic.</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): VSDNETMSG = This setup requires the .NET Framework version [1].<span style="">&nbsp; </span>Please install the .NET Framework and run this setup again.</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): VSDINVALIDURLMSG = The specified path '[2]' is unavailable. The Internet Information Server might not be running or the path exists and is redirected to another machine. Please check the status of this virtual directory in the Internet Services Manager.</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): VSDVERSIONMSG = Unable to install because a newer version of this product is already installed.</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): VsdSiteCombo = TARGETSITE</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): AdminEulaForm_Property = No</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): DefaultUIFont = VsdDefaultUIFont.524F4245_5254_5341_4C45_534153783400</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): EulaForm_Property = No</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): ErrorDialog = ErrorDialog</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): SFF_UpFldrBtn = UpFldrBtn</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): SFF_NewFldrBtn = NewFldrBtn</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): AdminMaintenanceForm_Action = Repair</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): MaintenanceForm_Action = Repair</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): AdminWelcomeForm_NextArgs = AdminEulaForm</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): AdminEulaForm_PrevArgs = AdminWelcomeForm</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): AdminEulaForm_NextArgs = AdminWebFolderForm</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): AdminWebFolderForm_PrevArgs = AdminEulaForm</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): AdminWebFolderForm_NextArgs = AdminConfirmInstallForm</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): AdminConfirmInstallForm_PrevArgs = AdminWebFolderForm</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): WelcomeForm_NextArgs = EulaForm</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): EulaForm_PrevArgs = WelcomeForm</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): EulaForm_NextArgs = WebFolderForm</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): WebFolderForm_PrevArgs = EulaForm</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): WebFolderForm_NextArgs = ConfirmInstallForm</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): ConfirmInstallForm_PrevArgs = WebFolderForm</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): PackageCode = {696EE0E1-524C-4BE1-B704-F73A5E9E981C}</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): ProductState = -1</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): PackagecodeChanging = 1</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): CURRENTDIRECTORY = C:\Documents and Settings\ruud</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): CLIENTUILEVEL = 0</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): CLIENTPROCESSID = 1868</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): VersionDatabase = 200</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): VersionMsi = 3.01</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): WindowsBuild = 2600</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): ServicePackLevel = 2</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): ServicePackLevelMinor = 0</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): MsiNTProductType = 1</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): WindowsFolder = C:\WINDOWS\</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): WindowsVolume = C:\</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): SystemFolder = C:\WINDOWS\system32\</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): System16Folder = C:\WINDOWS\system\</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): RemoteAdminTS = 1</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): TempFolder = C:\DOCUME~1\ruud\LOCALS~1\Temp\</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): ProgramFilesFolder = C:\Program Files\</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): CommonFilesFolder = C:\Program Files\Common Files\</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): AppDataFolder = C:\Documents and Settings\ruud\Application Data\</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): FavoritesFolder = C:\Documents and Settings\ruud\Favorites\</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): NetHoodFolder = C:\Documents and Settings\ruud\NetHood\</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): PersonalFolder = C:\Documents and Settings\ruud\My Documents\</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): PrintHoodFolder = C:\Documents and Settings\ruud\PrintHood\</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): RecentFolder = C:\Documents and Settings\ruud\Recent\</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): SendToFolder = C:\Documents and Settings\ruud\SendTo\</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): TemplateFolder = C:\Documents and Settings\All Users\Templates\</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): CommonAppDataFolder = C:\Documents and Settings\All Users\Application Data\</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): LocalAppDataFolder = C:\Documents and Settings\ruud\Local Settings\Application Data\</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): MyPicturesFolder = C:\Documents and Settings\ruud\My Documents\My Pictures\</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): AdminToolsFolder = C:\Documents and Settings\All Users\Start Menu\Programs\Administrative Tools\</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): StartupFolder = C:\Documents and Settings\All Users\Start Menu\Programs\Startup\</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): ProgramMenuFolder = C:\Documents and Settings\All Users\Start Menu\Programs\</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): StartMenuFolder = C:\Documents and Settings\All Users\Start Menu\</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): DesktopFolder = C:\Documents and Settings\All Users\Desktop\</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): FontsFolder = C:\WINDOWS\Fonts\</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): GPTSupport = 1</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): OLEAdvtSupport = 1</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): ShellAdvtSupport = 1</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): Intel = 6</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): PhysicalMemory = 511</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): VirtualMemory = 708</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span lang="NL" style="">Property(C): AdminUser = 1</span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): LogonUser = Ruud</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): UserSID = S-1-5-21-319589151-338824542-2881871446-1120</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): UserLanguageID = 1043</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): ComputerName = PM-1700</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): SystemLanguageID = 1033</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): ScreenX = 1400</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): ScreenY = 1050</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): CaptionHeight = 26</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): BorderTop = 1</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): BorderSide = 1</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): TextHeight = 16</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): ColorBits = 32</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): TTCSupport = 1</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): Time = 9:33:20</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): Date = 13-4-2006</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): MsiNetAssemblySupport = 2.0.50727.42</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): MsiWin32AssemblySupport = 5.1.2600.2180</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): Privileged = 1</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): USERNAME = R. Oostindien</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): COMPANYNAME = Prive</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): DATABASE = C:\DOCUME~1\ruud\LOCALS~1\Temp\465222.msi</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): OriginalDatabase = C:\Documents and Settings\ruud\Desktop\MediaShareLibraryIntro.msi</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): SOURCEDIR = C:\Documents and Settings\ruud\Desktop\</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): VersionHandler = 3.01</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): UILevel = 5</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): ACTION = INSTALL</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">Property(C): EXECUTEACTION = INSTALL</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">=== Logging stopped: 13-4-2006<span style="">&nbsp; </span>9:33:20 ===</p> <p class="MsoNormal" style="margin:0cm 0cm 0pt">MSI (c) (4C:A0) [09:33:20:051]: Product: Media Share Library -- Installation failed.</p> 2006-04-13T07:47:48-04:002006-04-13T07:47:48.913-04:00urn:uuid:00000000-0000-0000-0000-000005163641http://forums.asp.net/p/1847504/5163641.aspx/1?Invalid+value+for+key+attachdbfilename+Invalid value for key 'attachdbfilename' <p>[Split off from: <a href="http://forums.asp.net/t/966680.aspx/1?Invalid&#43;value&#43;for&#43;key&#43;attachdbfilename"> http://forums.asp.net/t/966680.aspx/1?Invalid&#43;value&#43;for&#43;key&#43;attachdbfilename</a>]</p> <p>Sir i have same problem and i deploy my website and when i try to run it in web this is the error. im using visual studio 11</p> <p>hope we can fix it before our thesis ^^.</p> <p></p> <p></p> <h1>Server Error in '/' Application.</h1> <hr color="silver" size="1" width="100%"> <h2><i>Invalid value for key 'attachdbfilename'.</i></h2> <p><span></span><span face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif " style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"><b>Description:&nbsp;</b>An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.&nbsp;<br> <br> <b>Exception Details:&nbsp;</b>System.ArgumentException: Invalid value for key 'attachdbfilename'.<br> <br> <b>Source Error:</b>&nbsp;<br> </span></p> <pre>Line 4: Partial Class CNews Line 5: Inherits System.Web.UI.Page <span color="red" style="color:red">Line 6: Dim Mycon As New SqlConnection(&quot;Data Source=(LocalDB)\v11.0;AttachDbFilename=|DataDirectory|\MNHS.mdf;Integrated Security=True&quot;) </span>Line 7: Protected Sub BtnCreate_Click(sender As Object, e As EventArgs) Handles BtnCreate.Click Line 8: </pre> 2012-09-30T08:19:10-04:002012-09-30T08:19:10.873-04:00urn:uuid:00000000-0000-0000-0000-000005133352http://forums.asp.net/p/1840376/5133352.aspx/1?what+is+robots+txt+what is robots.txt? <p>hi,what is &quot;robots.txt&quot; in&nbsp;MWPSK Directory?</p> 2012-09-04T18:16:58-04:002012-09-04T18:16:58.08-04:00urn:uuid:00000000-0000-0000-0000-000005131734http://forums.asp.net/p/1839937/5131734.aspx/1?impliment+escrow+system+in+my+asp+net+applicationimpliment escrow system in my asp.net application <p>Hello everyone,</p> <p>I want to implement&nbsp;an escrow system in my asp.net web application So please guide me with the necessary requirements.</p> <p>I am trying to make a website like freelancer.com I know asp.net c# very well but I&nbsp;don't have any experience of e-commerce&nbsp;site so please let me give any idea of how to implement&nbsp;that on my website.</p> <p>Thanks,</p> <p><span class="GRcorrect" id="GRmark_3c5b5d766b80115f9ecfbe14760a570bb91773ba_Parth:0">Parth</span></p> 2012-09-03T12:29:36-04:002012-09-03T12:29:36.3-04:00urn:uuid:00000000-0000-0000-0000-000004720750http://forums.asp.net/p/1747455/4720750.aspx/1?Photos+formPhotos form <p>I don't have any photos in the photos form. How/where do you get photos in there?</p> 2011-12-07T22:37:56-05:002011-12-07T22:37:56.717-05:00urn:uuid:00000000-0000-0000-0000-000004735347http://forums.asp.net/p/1750415/4735347.aspx/1?Lost+Admin+passwordLost Admin password <p>What do you do when you lose your Admin password to your site? I thought I had correct password but the website will not log me in under the one I'm using.</p> 2011-12-16T14:58:05-05:002011-12-16T14:58:05.583-05:00urn:uuid:00000000-0000-0000-0000-000004720748http://forums.asp.net/p/1747454/4720748.aspx/1?Can+you+still+download+this+project+Can you still download this project? <p>I couldn't find the download for this project. Is it still here?</p> 2011-12-07T22:37:08-05:002011-12-07T22:37:08.387-05:00urn:uuid:00000000-0000-0000-0000-000004520302http://forums.asp.net/p/1702763/4520302.aspx/1?starting+a+sitestarting a site <p>I have a community of 20-25 groups. I would like these groups to be able to communicate in like a fourm and share photos and even tell their stories in a blog type thing.</p> <p>Any Ideas for a website kit?&nbsp;</p> <p>Thank you.</p> 2011-07-22T14:26:25-04:002011-07-22T14:26:25.95-04:00urn:uuid:00000000-0000-0000-0000-000004946870http://forums.asp.net/p/1796013/4946870.aspx/1?ASP+NET+Forum+downloadASP.NET Forum download <p>Hello! :)</p> <p>I red that the forum software developed here and used on forums.asp.net is open source. Is this true? I can't seem to find a download for it.</p> 2012-04-23T16:20:09-04:002012-04-23T16:20:09.517-04:00urn:uuid:00000000-0000-0000-0000-000004875424http://forums.asp.net/p/1779343/4875424.aspx/1?Wordpress+Alternative+for+ASP+Net+DevelopersWordpress Alternative for ASP.Net Developers <p>Hello,</p> <p>i am using wordpress since 3 years.which is best wordpress alternative for .Net Developers?</p> 2012-03-12T12:27:01-04:002012-03-12T12:27:01.49-04:00urn:uuid:00000000-0000-0000-0000-000001324451http://forums.asp.net/p/1002764/1324451.aspx/1?EXECUTE+permission+denied+on+object+aspnet_CheckSchemaVersion+database+695746_default+schema+dbo+EXECUTE permission denied on object 'aspnet_CheckSchemaVersion', database '695746_default', schema 'dbo' <font color="#000000" face="Arial">Hi,<br> I have followed <a href="http://www.edream.org/BlogArticle.aspx?RecordID=115">Sue's</a> tutorial on how to upload and configure my website. I am still having an issue when I try to configure permissions/roles using the ASP. Net configuration tool. <br> I am able to start it but when I click Security I get the error below. Also below is my web.conf file. I am hosting with gate.com, incase someone is with them as well and has had a similar experience. <br> If someone has maybe they can explain to me what some of those xml values mean. I can follow a tutorial but I am poor at troubleshooting because I don't know what all those valuse mean; provider, rolemanager etc.. Thank you.<br> <span style="font-weight:bold">ERROR:</span><br> ***************************************************************************<br> There is a problem with your selected data store. This can be caused by an invalid server name or credentials, or by insufficient permission. It can also be caused by the role manager feature not being enabled. Click the button below to be redirected to a page where you can choose a new data store. <br> <br> <span id="ctl00_ctl00_content_content_exceptionMessageLabel0">The following message may help in diagnosing the problem: </span></font><span id="ctl00_ctl00_content_content_exceptionMessageLabel1"><font color="#000000" face="Arial">EXECUTE permission denied on object 'aspnet_CheckSchemaVersion', database '695746_default', schem</font></span><span id="ctl00_ctl00_content_content_exceptionMessageLabel1"><font color="#000000" face="Arial">a 'dbo'.<br> *****************************************************************************</font></span><span id="ctl00_ctl00_content_content_exceptionMessageLabel1" style="font-weight:bold"><font color="#000000" face="Arial"><br> WEB.CONFIG<br> *****************************************************************************<br> <br> </font></span>&nbsp;<pre class="prettyprint">&lt;configuration xmlns=&quot;http://schemas.microsoft.com/.NetConfiguration/v2.0&quot;&gt; &lt;connectionStrings&gt; &lt;add name=&quot;Personal&quot; connectionString=&quot;Data Source=sql002.whp.server-hosting.com;Initial Catalog=695746_default;Persist Security Info=True;UID=****;PWD=****&quot; providerName=&quot;System.Data.SqlClient&quot; /&gt; &lt;/connectionStrings&gt; &lt;system.web&gt; &lt;pages styleSheetTheme=&quot;Black&quot;/&gt; &lt;customErrors mode=&quot;RemoteOnly&quot;/&gt; &lt;compilation debug=&quot;true&quot;/&gt; &lt;authentication mode=&quot;Forms&quot;&gt; &lt;forms loginUrl=&quot;Default.aspx&quot; protection=&quot;Validation&quot; timeout=&quot;300&quot;/&gt; &lt;/authentication&gt; &lt;authorization&gt; &lt;allow users=&quot;*&quot;/&gt; &lt;/authorization&gt; &lt;globalization requestEncoding=&quot;utf-8&quot; responseEncoding=&quot;utf-8&quot;/&gt; &lt;!--&lt;roleManager enabled=&quot;true&quot;/&gt;--&gt; &lt;membership&gt; &lt;providers&gt; &lt;remove name=&quot;AspNetSqlMembershipProvider&quot; /&gt; &lt;add name=&quot;AspNetSqlMembershipProvider&quot; type=&quot;System.Web.Security.SqlMembershipProvider,System.Web, Version=2.0.0.0, Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a&quot; connectionStringName=&quot;Personal&quot; enablePasswordRetrieval=&quot;false&quot; enablePasswordReset=&quot;true&quot; requiresQuestionAndAnswer=&quot;true&quot; applicationName=&quot;/&quot; requiresUniqueEmail=&quot;false&quot; passwordFormat=&quot;Hashed&quot; maxInvalidPasswordAttempts=&quot;5&quot; minRequiredPasswordLength=&quot;7&quot; minRequiredNonalphanumericCharacters=&quot;1&quot; passwordAttemptWindow=&quot;10&quot; passwordStrengthRegularExpression=&quot;&quot; /&gt; &lt;/providers&gt; &lt;/membership&gt; &lt;profile&gt; &lt;providers&gt; &lt;remove name=&quot;AspNetSqlProfileProvider&quot; /&gt; &lt;add name=&quot;AspNetSqlProfileProvider&quot; connectionStringName=&quot;Personal&quot; applicationName=&quot;/&quot; type=&quot;System.Web.Profile.SqlProfileProvider,System.Web, Version=2.0.0.0, Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a&quot; /&gt; &lt;/providers&gt; &lt;/profile&gt; &lt;!--&lt;roleManager enabled=&quot;true&quot;&gt; &lt;providers&gt; &lt;remove name=&quot;AspNetSqlRoleProvider&quot; /&gt; &lt;add name=&quot;AspNetSqlRoleProvider&quot; connectionStringName=&quot;Personal&quot; applicationName=&quot;/&quot; type=&quot;System.Web.Security.SqlRoleProvider,System.Web, Version=2.0.0.0, Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a&quot; /&gt; &lt;/providers&gt; &lt;/roleManager&gt;--&gt; &lt;siteMap defaultProvider=&quot;XmlSiteMapProvider&quot; enabled=&quot;true&quot;&gt; &lt;providers&gt; &lt;add name=&quot;XmlSiteMapProvider&quot; description=&quot;SiteMap provider which reads in .sitemap XML files.&quot; type=&quot;System.Web.XmlSiteMapProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&quot; siteMapFile=&quot;web.sitemap&quot; securityTrimmingEnabled=&quot;true&quot;/&gt; &lt;/providers&gt; &lt;/siteMap&gt; &lt;/system.web&gt; &lt;location path=&quot;Admin&quot;&gt; &lt;system.web&gt; &lt;authorization&gt; &lt;allow roles=&quot;Administrators&quot;/&gt; &lt;deny users=&quot;*&quot;/&gt; &lt;/authorization&gt; &lt;/system.web&gt; &lt;/location&gt; &lt;/configuration&gt;</pre>&nbsp; 2006-06-26T01:36:33-04:002006-06-26T01:36:33.893-04:00urn:uuid:00000000-0000-0000-0000-000004760562http://forums.asp.net/p/1755085/4760562.aspx/1?Adding+photos+remotelyAdding photos remotely <p>Hi I can not add photos to my album folder after already adding three pictures. I do not understand why I was able to and now I can not add pictures to the album.&nbsp;I want to add this is a new site and the first album created.</p> <p>&nbsp;</p> <p>DKB</p> 2012-01-02T19:16:40-05:002012-01-02T19:16:40.047-05:00urn:uuid:00000000-0000-0000-0000-000004753645http://forums.asp.net/p/1753803/4753645.aspx/1?where+Bugs+and+fixeswhere Bugs and fixes <p>Hi I am looking for the thread that has many fixes for the Personal web site starter kit it has fixes that people have&nbsp;discussed and fixed.I can locate it in the sub portion of the personal starter kit forum my excuse is that I am not yet use to the new make over of the asp.net site.</p> <p>&nbsp;</p> <p>DKB</p> 2011-12-28T16:27:07-05:002011-12-28T16:27:07.733-05:00