Personal Website Starter Kit ProblemsSubjects > Computers > Microsoft > Visual Studio 2005 Beta > Personal Website Starter Kit
The Personal Website Starter Kit was released with the Visual Studio 2005 Beta.
Solutions for problems you may encounter with the beta version of Personal Website Starter Kit:
[SqlException?Create (0x80131904): Unable to open the physical file "C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\WebSites?Create\PersonalWebSiteStarterKit1?Create\App_Data\aspnetdb.mdf". Operating system error 5: "5(Access is denied.)". Unable to open the physical file "C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\WebSites?Create\PersonalWebSiteStarterKit1?Create\App_Data\aspnetdb_log.ldf". Operating system error 5: "5(Access is denied.)". Cannot open user default database. Login failed. Login failed for user 'WHITESPIDER2003\Administrator'. File activation failure. The physical file name "C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\WebSites?Create\PersonalWebSiteStarterKit1?Create\App_Data\aspnetdb_log.ldf" may be incorrect.] System.Data.SqlClient?Create.SqlInternalConnection?Create.OnError?Create(SqlException?Create exception, Boolean breakConnection) +116 System.Data.SqlClient?Create.TdsParser?Create.ThrowExceptionAndWarning?Create(TdsParserStateObject?Create stateObj) +345 System.Data.SqlClient?Create.TdsParser?Create.Run(RunBehavior?Create runBehavior, SqlCommand?Create cmdHandler, SqlDataReader?Create dataStream, BulkCopySimpleResultSet?Create bulkCopyHandler?Create, TdsParserStateObject?Create stateObj) +3152 System.Data.SqlClient?Create.SqlInternalConnectionTds?Create.CompleteLogin?Create(Boolean enlistOK) +56 System.Data.SqlClient?Create.SqlInternalConnectionTds?Create.OpenLoginEnlist?Create(SqlConnection?Create owningObject, SqlConnectionString?Create connectionOptions, String newPassword, Boolean redirectedUserInstance?Create) +979 System.Data.SqlClient?Create.SqlInternalConnectionTds?Create..ctor(SqlConnectionString?Create connectionOptions, Object providerInfo, String newPassword, SqlConnection?Create owningObject, Boolean redirectedUserInstance?Create) +258 System.Data.SqlClient?Create.SqlConnectionFactory?Create.CreateConnection?Create(DbConnectionOptions?Create options, Object poolGroupProviderInfo?Create, DbConnectionPool?Create pool, DbConnection?Create owningConnection) +627 System.Data.ProviderBase?Create.DbConnectionFactory?Create.CreatePooledConnection?Create(DbConnection?Create owningConnection, DbConnectionPool?Create pool, DbConnectionOptions?Create options) +82 System.Data.ProviderBase?Create.DbConnectionPool?Create.CreateObject?Create(DbConnection?Create owningObject) +568 System.Data.ProviderBase?Create.DbConnectionPool?Create.UserCreateRequest?Create(DbConnection?Create owningObject) +126 System.Data.ProviderBase?Create.DbConnectionPool?Create.GetConnection?Create(DbConnection?Create owningObject) +502 System.Data.ProviderBase?Create.DbConnectionFactory?Create.GetConnection?Create(DbConnection?Create owningConnection) +159 System.Data.ProviderBase?Create.DbConnectionClosed?Create.OpenConnection?Create(DbConnection?Create outerConnection, DbConnectionFactory?Create connectionFactory) +122 System.Data.SqlClient?Create.SqlConnection?Create.Open() +231 System.Web.DataAccess?Create.SqlConnectionHolder?Create.Open(HttpContext?Create context, Boolean revertImpersonate) +173 System.Web.DataAccess?Create.SqlConnectionHelper?Create.GetConnection?Create(String connectionString, Boolean revertImpersonation) +225 System.Web.Security.SqlMembershipProvider?Create.GetPasswordWithFormat?Create(String username, Int32& status, String& password, Int32& passwordFormat, String& passwordSalt, Int32& failedPasswordAttemptCount?Create, Int32& failedPasswordAnswerAttemptCount?Create, Boolean& isApproved) +780 System.Web.Security.SqlMembershipProvider?Create.CheckPassword?Create(String username, String password, Boolean updateLastLoginActivityDate?Create, Boolean failIfNotApproved?Create, String& salt, Int32& passwordFormat) +152 System.Web.Security.SqlMembershipProvider?Create.CheckPassword?Create(String username, String password, Boolean updateLastLoginActivityDate?Create, Boolean failIfNotApproved?Create) +68 System.Web.Security.SqlMembershipProvider?Create.ValidateUser?Create(String username, String password) +100 System.Web.UI.WebControls?Create.Login.AuthenticateUsingMembershipProvider?Create(AuthenticateEventArgs?Create e) +100 System.Web.UI.WebControls?Create.Login.OnAuthenticate?Create(AuthenticateEventArgs?Create e) +113 System.Web.UI.WebControls?Create.Login.AttemptLogin?Create() +165 System.Web.UI.WebControls?Create.Login.OnBubbleEvent?Create(Object source, EventArgs?Create e) +133 System.Web.UI.Control.RaiseBubbleEvent?Create(Object source, EventArgs?Create args) +56 System.Web.UI.WebControls?Create.ImageButton?Create.OnCommand?Create(CommandEventArgs?Create e) +107 System.Web.UI.WebControls?Create.ImageButton?Create.RaisePostBackEvent?Create(String eventArgument) +173 System.Web.UI.WebControls?Create.ImageButton?Create.System.Web.UI.IPostBackEventHandler?Create.RaisePostBackEvent?Create(String eventArgument) +31 System.Web.UI.Page.RaisePostBackEvent?Create(IPostBackEventHandler?Create sourceControl, String eventArgument) +32 System.Web.UI.Page.RaisePostBackEvent?Create(NameValueCollection?Create postData) +72 System.Web.UI.Page.ProcessRequestMain?Create(Boolean includeStagesBeforeAsyncPoint?Create, Boolean includeStagesAfterAsyncPoint?Create) +3871
1. Add a "Debug=true" directive at the top of the file that generated the error. Example:
<%@ Page Language="C#" Debug="true" %>
or:
2) Add the following section to the configuration file of your application:
<configuration>
<system.web>
<compilation debug="true"/>
</system.web>
</configuration>
Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.
Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.
Stack Trace:
[SqlException?Create (0x80131904): Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.]
System.Data.SqlClient?Create.SqlInternalConnection?Create.OnError?Create(SqlException?Create exception, Boolean breakConnection) +684979 System.Data.SqlClient?Create.TdsParser?Create.ThrowExceptionAndWarning?Create(TdsParserStateObject?Create stateObj) +207 System.Data.SqlClient?Create.TdsParserStateObject?Create.ReadSniError?Create(TdsParserStateObject?Create stateObj, UInt32 error, Boolean freePacket) +417 System.Data.SqlClient?Create.TdsParserStateObject?Create.ReadSni?Create(DbAsyncResult?Create asyncResult, TdsParserStateObject?Create stateObj) +160 System.Data.SqlClient?Create.TdsParserStateObject?Create.ReadPacket?Create(Int32 bytesExpected) +34 System.Data.SqlClient?Create.TdsParserStateObject?Create.ReadBuffer?Create() +30 System.Data.SqlClient?Create.TdsParserStateObject?Create.ReadByte?Create() +17 System.Data.SqlClient?Create.TdsParser?Create.Run(RunBehavior?Create runBehavior, SqlCommand?Create cmdHandler, SqlDataReader?Create dataStream, BulkCopySimpleResultSet?Create bulkCopyHandler?Create, TdsParserStateObject?Create stateObj) +59 System.Data.SqlClient?Create.SqlInternalConnectionTds?Create.CompleteLogin?Create(Boolean enlistOK) +32 System.Data.SqlClient?Create.SqlInternalConnectionTds?Create.OpenLoginEnlist?Create(SqlConnection?Create owningObject, SqlConnectionString?Create connectionOptions, String newPassword, Boolean redirectedUserInstance?Create) +601 System.Data.SqlClient?Create.SqlInternalConnectionTds?Create..ctor(SqlConnectionString?Create connectionOptions, Object providerInfo, String newPassword, SqlConnection?Create owningObject, Boolean redirectedUserInstance?Create) +159 System.Data.SqlClient?Create.SqlConnectionFactory?Create.CreateConnection?Create(DbConnectionOptions?Create options, Object poolGroupProviderInfo?Create, DbConnectionPool?Create pool, DbConnection?Create owningConnection) +108 System.Data.ProviderBase?Create.DbConnectionFactory?Create.CreatePooledConnection?Create(DbConnection?Create owningConnection, DbConnectionPool?Create pool, DbConnectionOptions?Create options) +28 System.Data.ProviderBase?Create.DbConnectionPool?Create.CreateObject?Create(DbConnection?Create owningObject) +445 System.Data.ProviderBase?Create.DbConnectionPool?Create.UserCreateRequest?Create(DbConnection?Create owningObject) +66 System.Data.ProviderBase?Create.DbConnectionPool?Create.GetConnection?Create(DbConnection?Create owningObject) +304 System.Data.ProviderBase?Create.DbConnectionFactory?Create.GetConnection?Create(DbConnection?Create owningConnection) +85 System.Data.ProviderBase?Create.DbConnectionClosed?Create.OpenConnection?Create(DbConnection?Create outerConnection, DbConnectionFactory?Create connectionFactory) +105 System.Data.SqlClient?Create.SqlConnection?Create.Open() +111 System.Web.DataAccess?Create.SqlConnectionHolder?Create.Open(HttpContext?Create context, Boolean revertImpersonate) +126 System.Web.DataAccess?Create.SqlConnectionHelper?Create.GetConnection?Create(String connectionString, Boolean revertImpersonation) +226 System.Web.Security.SqlRoleProvider?Create.RoleExists?Create(String roleName) +467 System.Web.Security.Roles.RoleExists?Create(String roleName) +196 ASP.Global_asax.Application_Start(Object sender, EventArgs?Create e) +62
Server Error in '/' Application.
Failed to update database "C:\INETPUB\WWW.PWSK\APP_DATA\ASPNETDB.MDF" because the database is read-only. Description: 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.
Exception Details: System.Data.SqlClient?Create.SqlException?Create: Failed to update database "C:\INETPUB\WWW.PWSK\APP_DATA\ASPNETDB.MDF" because the database is read-only.
Source Error:
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.
Stack Trace:
[SqlException?Create (0x80131904): Failed to update database "C:\INETPUB\WWW.PWSK\APP_DATA\ASPNETDB.MDF" because the database is read-only.]
System.Data.SqlClient?Create.SqlConnection?Create.OnError?Create(SqlException?Create exception, Boolean breakConnection) +786354 System.Data.SqlClient?Create.SqlInternalConnection?Create.OnError?Create(SqlException?Create exception, Boolean breakConnection) +684966 System.Data.SqlClient?Create.TdsParser?Create.ThrowExceptionAndWarning?Create(TdsParserStateObject?Create stateObj) +207 System.Data.SqlClient?Create.TdsParser?Create.Run(RunBehavior?Create runBehavior, SqlCommand?Create cmdHandler, SqlDataReader?Create dataStream, BulkCopySimpleResultSet?Create bulkCopyHandler?Create, TdsParserStateObject?Create stateObj) +1751 System.Data.SqlClient?Create.SqlCommand?Create.FinishExecuteReader?Create(SqlDataReader?Create ds, RunBehavior?Create runBehavior, String resetOptionsString?Create) +107 System.Data.SqlClient?Create.SqlCommand?Create.RunExecuteReaderTds?Create(CommandBehavior?Create cmdBehavior, RunBehavior?Create runBehavior, Boolean returnStream, Boolean async) +570 System.Data.SqlClient?Create.SqlCommand?Create.RunExecuteReader?Create(CommandBehavior?Create cmdBehavior, RunBehavior?Create runBehavior, Boolean returnStream, String method, DbAsyncResult?Create result) +134 System.Data.SqlClient?Create.SqlCommand?Create.InternalExecuteNonQuery?Create(DbAsyncResult?Create result, String methodName, Boolean sendToPipe?Create) +415 System.Data.SqlClient?Create.SqlCommand?Create.ExecuteNonQuery?Create() +135 System.Web.Security.SqlMembershipProvider?Create.CheckPassword?Create(String username, String password, Boolean updateLastLoginActivityDate?Create, Boolean failIfNotApproved?Create, String& salt, Int32& passwordFormat) +1861 System.Web.Security.SqlMembershipProvider?Create.CheckPassword?Create(String username, String password, Boolean updateLastLoginActivityDate?Create, Boolean failIfNotApproved?Create) +42 System.Web.Security.SqlMembershipProvider?Create.ValidateUser?Create(String username, String password) +78 System.Web.UI.WebControls?Create.Login.OnAuthenticate?Create(AuthenticateEventArgs?Create e) +161 System.Web.UI.WebControls?Create.Login.AttemptLogin?Create() +94 System.Web.UI.WebControls?Create.Login.OnBubbleEvent?Create(Object source, EventArgs?Create e) +101 System.Web.UI.Control.RaiseBubbleEvent?Create(Object source, EventArgs?Create args) +35 System.Web.UI.WebControls?Create.ImageButton?Create.OnCommand?Create(CommandEventArgs?Create e) +115 System.Web.UI.WebControls?Create.ImageButton?Create.RaisePostBackEvent?Create(String eventArgument) +146 System.Web.UI.WebControls?Create.ImageButton?Create.System.Web.UI.IPostBackEventHandler?Create.RaisePostBackEvent?Create(String eventArgument) +7 System.Web.UI.Page.RaisePostBackEvent?Create(IPostBackEventHandler?Create sourceControl, String eventArgument) +11 System.Web.UI.Page.RaisePostBackEvent?Create(NameValueCollection?Create postData) +33 System.Web.UI.Page.ProcessRequestMain?Create(Boolean includeStagesBeforeAsyncPoint?Create, Boolean includeStagesAfterAsyncPoint?Create) +5670
Version Information: Microsoft .NET Framework Version:2.0.50215.44; ASP.NET Version:2.0.50215.44
This is a known bug in the SSE, Sql Server Express, and it seems to have been solved. Here are the steps to solve the problem until new version is released:
We are working on a fix in SSE that will eliminate the manual reconfiguration for RTM.
Thank you for submitting this issue, -The Web Platform and Tools Team
|
Interested in Garnet's Review Of The Asus EEE PC With XP Home?