I donot find the ASPNET user account in windows vista. I use ASP.NET 2.0, IIS 7, on vista 64 bit.
ASP.NET is properly installed.
Anyone knows how to create the ASPNET account?
I find another user account:: NT AUTHORITY/NetworkService in SQL Server. Is this account equivalent to ASPNET user account in Vista ultimate 64 bit system?
I face problems in configuring SDKv2.0 Quick start samples.... Please find the logs below.... Anyone please help.
PM 10:46:24 21 November 2007: [Begin Samples Configuration]
PM 10:46:24 21 November 2007: [Info] ConfigSamplesDll_DoTasks: Starting
PM 10:46:24 21 November 2007: [Info] Config_NETSDK_Detect: .NET Framework SDK installation (detecting): SOFTWARE\Microsoft\.NETFramework
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
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
PM 10:46:26 21 November 2007: [Info] ConfigSamplesDll_DoTasksWithGUI: Starting
PM 10:46:34 21 November 2007: [Info] Config_SSE_DNLD_Detect: SQL Express service instance (detecting): MSSQL$SQLEXPRESS
PM 10:46:39 21 November 2007: [Info] Config_SSE_DNLD_Detect: SQL Express service instance (found): MSSQL$SQLEXPRESS
PM 10:46:40 21 November 2007: [Info] Config_SSE_INST_Detect: SQL Express service instance (detecting): MSSQL$SQLEXPRESS
PM 10:46:40 21 November 2007: [Info] Config_SSE_INST_Detect: SQL Express service instance (found): MSSQL$SQLEXPRESS
PM 10:46:40 21 November 2007: [Info] Config_QUICKSTARTDB_Detect: Quickstart Database and User Registration (detecting)
PM 10:46:43 21 November 2007: [Info] Config_QUICKSTARTDB_Detect: Quickstart Database and User Registration (found)
PM 10:46:45 21 November 2007: [Info] Config_QUICKSTARTDB_Install: Quickstart Database and User Registration (installing) 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.
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.
PM 10:46:46 21 November 2007: [Begin Samples Rollback]
I donot find the ASPNET user account in windows vista. I use ASP.NET 2.0, IIS 7, on vista 64 bit.
You wouldn't. The ASPNET account is on XP. On Vista it's the NETWORK SERVICE account that is the default ASP.NET process account. Unless you chnage it to something else.
The Error log of sql install wizard looks for the ASPNET account. Please see the log... 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.
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.
1. Why? Any changes to be done prior to install?
When I tried manually the sql command, sqlcmd -E -S (local)\SQLExpress -Q "sp_grantlogin RAMESH-PC\NETWORKSERVICE", it says invalid Windows NT domain id... I tried with sqlcmd -E -S (local)\SQLExpress -Q "sp_grantlogin NT AUTHORITY\NETWORKSERVICE",
it gives error..
2. Its not taking the PC name as domain id...What is the valid domain id of NetworkService?
Any other solutions...
RameshSKanna...
Member
4 Points
5 Posts
ASPNET User Account in Vista(64 bit)...
Nov 21, 2007 04:24 PM|LINK
Hi,
I donot find the ASPNET user account in windows vista. I use ASP.NET 2.0, IIS 7, on vista 64 bit.
ASP.NET is properly installed.
Anyone knows how to create the ASPNET account?
I find another user account:: NT AUTHORITY/NetworkService in SQL Server. Is this account equivalent to ASPNET user account in Vista ultimate 64 bit system?
I face problems in configuring SDKv2.0 Quick start samples.... Please find the logs below.... Anyone please help.
PM 10:46:24 21 November 2007: [Begin Samples Configuration]
PM 10:46:24 21 November 2007: [Info] ConfigSamplesDll_DoTasks: Starting
PM 10:46:24 21 November 2007: [Info] Config_NETSDK_Detect: .NET Framework SDK installation (detecting): SOFTWARE\Microsoft\.NETFramework
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
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
PM 10:46:26 21 November 2007: [Info] ConfigSamplesDll_DoTasksWithGUI: Starting
PM 10:46:34 21 November 2007: [Info] Config_SSE_DNLD_Detect: SQL Express service instance (detecting): MSSQL$SQLEXPRESS
PM 10:46:39 21 November 2007: [Info] Config_SSE_DNLD_Detect: SQL Express service instance (found): MSSQL$SQLEXPRESS
PM 10:46:40 21 November 2007: [Info] Config_SSE_INST_Detect: SQL Express service instance (detecting): MSSQL$SQLEXPRESS
PM 10:46:40 21 November 2007: [Info] Config_SSE_INST_Detect: SQL Express service instance (found): MSSQL$SQLEXPRESS
PM 10:46:40 21 November 2007: [Info] Config_QUICKSTARTDB_Detect: Quickstart Database and User Registration (detecting)
PM 10:46:43 21 November 2007: [Info] Config_QUICKSTARTDB_Detect: Quickstart Database and User Registration (found)
PM 10:46:45 21 November 2007: [Info] Config_QUICKSTARTDB_Install: Quickstart Database and User Registration (installing)
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.
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.
PM 10:46:46 21 November 2007: [Begin Samples Rollback]
Thanks,
Ramesh S Kannan
jeff@zina.co...
All-Star
87677 Points
11637 Posts
Moderator
Re: ASPNET User Account in Vista(64 bit)...
Nov 21, 2007 05:26 PM|LINK
You wouldn't. The ASPNET account is on XP. On Vista it's the NETWORK SERVICE account that is the default ASP.NET process account. Unless you chnage it to something else.
Jeff
RameshSKanna...
Member
4 Points
5 Posts
Re: ASPNET User Account in Vista(64 bit)...
Nov 21, 2007 07:46 PM|LINK
Hi jeff,
The Error log of sql install wizard looks for the ASPNET account. Please see the log...
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.
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.
1. Why? Any changes to be done prior to install?
When I tried manually the sql command, sqlcmd -E -S (local)\SQLExpress -Q "sp_grantlogin RAMESH-PC\NETWORKSERVICE", it says invalid Windows NT domain id...
I tried with sqlcmd -E -S (local)\SQLExpress -Q "sp_grantlogin NT AUTHORITY\NETWORKSERVICE", it gives error..
2. Its not taking the PC name as domain id...What is the valid domain id of NetworkService?
Any other solutions...
Thanks,
Ramesh Kannan