Yes, they r on the same machine.
panyaung
Posts
-
Error running application... [modified] -
Error running application... [modified]Yes, I have that user and password. The database is also installed. Still finding the solution. Thanks for your reply!
-
Error running application... [modified]Hi, I am facing a problem running a website. The error msg is as follow: Server Error in '/xxxxx' Application. -------------------------------------------------------------------------------- Login failed for user 'xxxxx'. 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: Login failed for user 'xxxxx'. 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): Login failed for user 'xxxxx'.] System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +4846887 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +194 System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +2392 System.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK) +35 System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject) +144 System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart) +342 System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance) +221 System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance) +189 System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection) +185 System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options) +31 System.Data.ProviderBase.DbConnectionPool.CreateO
-
Problem with using iFrame in asp.netMy document is not under project folder. It is in another folder. The problem is if I use notepad and save the page in html format, the document is opened but with asp page it didn't work. Any more idea?
-
Problem with using iFrame in asp.netHi, I am trying to display MS Word document in the webpage and I am using iframe to display. When I put document file (which is under the project folder), it shows in the page but if I include the file path, the document doesn't diplay in the frame. So I tested the same code in notepad, save as .htm format and then it works. I don't know what's the problem. Anyone have idea to solve this problem. My code is: <FRAME WIDTH="500px" HEIGHT="500px" NAME="fframe" SRC=""> <EMBED SRC="" width="500px" height="500px"></EMBED>
-
list box and text box in asp.netYeah, I have some examples of javascript for drag and drop. But I want to use javascript if there's no other options coz I am very new to that.
-
list box and text box in asp.netHi, Thanks for your answer. What I really wanna do is to put the list box item to the textbox (which already have text there). I am testing with alternative way now. I try to put list box item to text box when i click on a button. But I still cannot put the item between other text. If you have some more idea, pls drop me a line.
-
list box and text box in asp.netHi, Thanks for your answer. I also have same idea with you and I am testing it now. But there's another problem. I can put the list box item to text box but if the text are already existed in the text box, the previous text will be disappeared. I want to insert between other text. Any other idea?
-
list box and text box in asp.netHi all, I want to know how to drag an item in the list box and drop into the text box (which already have text inside). If drag and drop is not available in asp.net, how to put a listbox item to the text box. Please answer my questions. Thanks in advance!