Click here to Skip to main content
15,909,835 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: runtime error after publishing Pin
adatapost23-May-09 21:49
adatapost23-May-09 21:49 
QuestionGetting Error while executing Pin
phani2548522-May-09 20:39
phani2548522-May-09 20:39 
AnswerRe: Getting Error while executing Pin
Ramesh Swaminathan22-May-09 21:25
Ramesh Swaminathan22-May-09 21:25 
AnswerRe: Getting Error while executing Pin
Manas Bhardwaj22-May-09 22:51
professionalManas Bhardwaj22-May-09 22:51 
Questionnet3.5 documentation Pin
Member 387988122-May-09 19:32
Member 387988122-May-09 19:32 
AnswerRe: net3.5 documentation Pin
Ramesh Swaminathan22-May-09 19:50
Ramesh Swaminathan22-May-09 19:50 
AnswerRe: net3.5 documentation Pin
Manas Bhardwaj22-May-09 22:52
professionalManas Bhardwaj22-May-09 22:52 
QuestionError when trying to login once moved to IIS Server Pin
milkyline22-May-09 18:05
milkyline22-May-09 18:05 
I just recently started messing with ASP.NET, and when I wanted to move my website to an IIS server I have It copies fine.
The webpages also seem to functioning properly, but I get an error each time I attempt to log in.
It works exactly the way I want it when I debug but breaks when I copy.


Server Error in '/' Application.

User does not have permission to perform this action.

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.SqlException: User does not have permission to perform this action.

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 (0x80131904): User does not have permission to perform this action.]
   System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +6243961
   System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +245
   System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +2811
   System.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK) +53
   System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject) +248
   System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart) +6259898
   System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance) +6259864
   System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance) +354
   System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection) +300
   System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options) +54
   System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject) +6261128
   System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject) +81
   System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +1657
   System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +88
   System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +6264567
   System.Data.SqlClient.SqlConnection.Open() +258
   System.Web.DataAccess.SqlConnectionHolder.Open(HttpContext context, Boolean revertImpersonate) +82
   System.Web.DataAccess.SqlConnectionHelper.GetConnection(String connectionString, Boolean revertImpersonation) +3983674
   System.Web.Security.SqlMembershipProvider.GetPasswordWithFormat(String username, Boolean updateLastLoginActivityDate, Int32& status, String& password, Int32& passwordFormat, String& passwordSalt, Int32& failedPasswordAttemptCount, Int32& failedPasswordAnswerAttemptCount, Boolean& isApproved, DateTime& lastLoginDate, DateTime& lastActivityDate) +3052628
   System.Web.Security.SqlMembershipProvider.CheckPassword(String username, String password, Boolean updateLastLoginActivityDate, Boolean failIfNotApproved, String& salt, Int32& passwordFormat) +213
   System.Web.Security.SqlMembershipProvider.ValidateUser(String username, String password) +164
   System.Web.UI.WebControls.Login.AuthenticateUsingMembershipProvider(AuthenticateEventArgs e) +75
   System.Web.UI.WebControls.Login.AttemptLogin() +152
   System.Web.UI.WebControls.Login.OnBubbleEvent(Object source, EventArgs e) +124
   System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +70
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +29
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2981

Version Information: Microsoft .NET Framework Version:2.0.50727.4918; ASP.NET Version:2.0.50727.4918

AnswerRe: Error when trying to login once moved to IIS Server Pin
Ramesh Swaminathan22-May-09 18:27
Ramesh Swaminathan22-May-09 18:27 
GeneralRe: Error when trying to login once moved to IIS Server Pin
milkyline23-May-09 8:57
milkyline23-May-09 8:57 
GeneralRe: Error when trying to login once moved to IIS Server Pin
adatapost29-May-09 4:25
adatapost29-May-09 4:25 
QuestionRemote WMI Connection issue Pin
ssircar197122-May-09 8:56
ssircar197122-May-09 8:56 
AnswerRe: Remote WMI Connection issue Pin
Herman<T>.Instance25-May-09 3:18
Herman<T>.Instance25-May-09 3:18 
Questionthis.Profile is not latest after Profile.Save() Pin
NetQuestions22-May-09 7:24
NetQuestions22-May-09 7:24 
AnswerRe: this.Profile is not latest after Profile.Save() Pin
adatapost23-May-09 21:51
adatapost23-May-09 21:51 
GeneralRe: this.Profile is not latest after Profile.Save() Pin
NetQuestions25-May-09 5:56
NetQuestions25-May-09 5:56 
GeneralRe: this.Profile is not latest after Profile.Save() Pin
adatapost25-May-09 15:31
adatapost25-May-09 15:31 
GeneralRe: this.Profile is not latest after Profile.Save() Pin
NetQuestions29-May-09 3:52
NetQuestions29-May-09 3:52 
QuestionInternet Explorer Progress Bar May Show Incorrect Status? Pin
Unknown_DeathDealer22-May-09 6:16
Unknown_DeathDealer22-May-09 6:16 
QuestionHow to call windows exe with parameter from asp.net. Pin
hemrk22-May-09 6:00
hemrk22-May-09 6:00 
AnswerRe: How to call windows exe with parameter from asp.net. Pin
Abhishek Sur22-May-09 6:07
professionalAbhishek Sur22-May-09 6:07 
GeneralRe: How to call windows exe with parameter from asp.net. Pin
hemrk22-May-09 6:59
hemrk22-May-09 6:59 
GeneralRe: How to call windows exe with parameter from asp.net. Pin
Abhishek Sur24-May-09 22:19
professionalAbhishek Sur24-May-09 22:19 
QuestionSelecting a validator based on other form controls Pin
dwolver22-May-09 5:25
dwolver22-May-09 5:25 
AnswerRe: Selecting a validator based on other form controls Pin
Manas Bhardwaj22-May-09 5:44
professionalManas Bhardwaj22-May-09 5:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.