ASPNET User Account in Vista(64 bit)...http://forums.asp.net/t/1185000.aspx/1?ASPNET+User+Account+in+Vista+64+bit+Wed, 21 Nov 2007 19:46:38 -050011850002019164http://forums.asp.net/p/1185000/2019164.aspx/1?ASPNET+User+Account+in+Vista+64+bit+ASPNET User Account in Vista(64 bit)... <p>Hi,</p> <p>I donot find the ASPNET user account in windows vista. I use ASP.NET 2.0, IIS 7, on vista 64 bit.<br> ASP.NET is properly installed.</p> <p>Anyone knows how to create the ASPNET account?&nbsp;<br> I find another&nbsp;user account:: NT AUTHORITY/NetworkService&nbsp; in SQL Server. Is this account equivalent to ASPNET user account in Vista ultimate 64 bit system?</p> <p>I face problems in configuring SDKv2.0 Quick start samples.... Please find the logs below.... Anyone please help. </p> <p>&nbsp;</p> <p>PM 10:46:24 21 November 2007: [Begin Samples Configuration]<br> PM 10:46:24 21 November 2007: [Info] ConfigSamplesDll_DoTasks: Starting<br> PM 10:46:24 21 November 2007: [Info] Config_NETSDK_Detect: .NET Framework SDK installation (detecting): SOFTWARE\Microsoft\.NETFramework<br> PM 10:46:24 21 November 2007: [Info] Config_NETSDK_Detect: .NET Framework SDK installation (not found). .NET Framework SDK installation not detected, see the 'Installing the SDK' section of the Samples\Setup\HTML\ConfigDetails.htm document for more information: [Fail] Could not get the directory: ShortSDKDirectory<br> PM 10:46:24 21 November 2007: [Info] Config_NETSDK_Detect: .NET Framework SDK installation (not found). .NET Framework SDK installation not detected, see the 'Installing the SDK' section of the Samples\Setup\HTML\ConfigDetails.htm document for more information: SOFTWARE\Microsoft\.NETFramework<br> PM 10:46:26 21 November 2007: [Info] ConfigSamplesDll_DoTasksWithGUI: Starting<br> PM 10:46:34 21 November 2007: [Info] Config_SSE_DNLD_Detect: SQL Express service instance (detecting): MSSQL&#36;SQLEXPRESS<br> PM 10:46:39 21 November 2007: [Info] Config_SSE_DNLD_Detect: SQL Express service instance (found): MSSQL&#36;SQLEXPRESS<br> PM 10:46:40 21 November 2007: [Info] Config_SSE_INST_Detect: SQL Express service instance (detecting): MSSQL&#36;SQLEXPRESS<br> PM 10:46:40 21 November 2007: [Info] Config_SSE_INST_Detect: SQL Express service instance (found): MSSQL&#36;SQLEXPRESS<br> PM 10:46:40 21 November 2007: [Info] Config_QUICKSTARTDB_Detect: Quickstart Database and User Registration (detecting)<br> PM 10:46:43 21 November 2007: [Info] Config_QUICKSTARTDB_Detect: Quickstart Database and User Registration (found)<br> PM 10:46:45 21 November 2007: [Info] Config_QUICKSTARTDB_Install: Quickstart Database and User Registration (installing)<br> <strong>PM 10:46:46 21 November 2007: [Fail] Could not add QuickStart user to SQL Server: Windows NT user or group 'RAMESH-PC\ASPNET' not found. Check the name again.<br> PM 10:46:46 21 November 2007: [Fail] Config_QUICKSTARTDB_Install: Quickstart Database and User Registration (failed): Windows NT user or group 'RAMESH-PC\ASPNET' not found. Check the name again.</strong><br> PM 10:46:46 21 November 2007: [Begin Samples Rollback]<br> </p> <p>Thanks,</p> <p>Ramesh S Kannan</p> 2007-11-21T16:24:25-05:002019277http://forums.asp.net/p/1185000/2019277.aspx/1?Re+ASPNET+User+Account+in+Vista+64+bit+Re: ASPNET User Account in Vista(64 bit)... <p></p> <blockquote><span class="icon-blockquote"></span> <h4>RameshSKannan</h4> I donot find the ASPNET user account in windows vista. I use ASP.NET 2.0, IIS 7, on vista 64 bit.</blockquote> <p></p> <p>You wouldn't.&nbsp; The ASPNET account is on XP.&nbsp; On Vista it's the NETWORK SERVICE account that is the default ASP.NET process account.&nbsp; Unless you chnage it to something else.</p> <p>Jeff</p> 2007-11-21T17:26:22-05:002019557http://forums.asp.net/p/1185000/2019557.aspx/1?Re+ASPNET+User+Account+in+Vista+64+bit+Re: ASPNET User Account in Vista(64 bit)... <p>Hi jeff,</p> <p>The Error log of sql install wizard looks for the ASPNET account. Please see the log...<br> <strong>PM 10:46:46 21 November 2007: [Fail] Could not add QuickStart user to SQL Server: Windows NT user or group 'RAMESH-PC\ASPNET' not found. Check the name again.<br> PM 10:46:46 21 November 2007: [Fail] Config_QUICKSTARTDB_Install: Quickstart Database and User Registration (failed): Windows NT user or group 'RAMESH-PC\ASPNET' not found. Check the name again.</strong><br> 1. Why? Any changes to be done prior to install?</p> <p>When I tried manually the sql command, <strong>sqlcmd -E -S (local)\SQLExpress -Q &quot;sp_grantlogin RAMESH-PC\NETWORKSERVICE&quot;,&nbsp;it says invalid Windows NT domain id...&nbsp;<br> </strong>I tried with <strong>sqlcmd -E -S (local)\SQLExpress -Q &quot;sp_grantlogin NT AUTHORITY\NETWORKSERVICE&quot;, </strong>it gives error..</p> <p>2. Its not taking the PC name as domain id...What is the valid domain id of NetworkService? <br> Any other solutions...</p> <p>Thanks,<br> Ramesh Kannan<br> </p> 2007-11-21T19:46:38-05:00