Asp.net webpart causing problem in wss when tring to link
-
Hi I am using WSS3.0 and i have a webpage (developed with asp.net+c#). The webpage contains webparts. Now i am trying to display the webpage in WSS PageViewerwebpart. But i am getting the below error when i try to do so. Error Login failed for user, the user is not associate with trusted sql server connection. I checked in event viewer and found the below error listed SSPI handshake failed with error code 0x8009030c while establishing a connection with integrated security; the connection has been closed. [CLIENT:xxx.xx.xx.xxx] I have a connection string where i give username and password of DB and authenticate the user from active directory by getting the emailid from database. Note When i try to connect the webpage without webpart, the page displays properly in WSS. If i have webpart, it gives error. If i run the page seperately out from WSS site, on visual studio, the page works fine. Thank in advance Naina
Naina
-
Hi I am using WSS3.0 and i have a webpage (developed with asp.net+c#). The webpage contains webparts. Now i am trying to display the webpage in WSS PageViewerwebpart. But i am getting the below error when i try to do so. Error Login failed for user, the user is not associate with trusted sql server connection. I checked in event viewer and found the below error listed SSPI handshake failed with error code 0x8009030c while establishing a connection with integrated security; the connection has been closed. [CLIENT:xxx.xx.xx.xxx] I have a connection string where i give username and password of DB and authenticate the user from active directory by getting the emailid from database. Note When i try to connect the webpage without webpart, the page displays properly in WSS. If i have webpart, it gives error. If i run the page seperately out from WSS site, on visual studio, the page works fine. Thank in advance Naina
Naina
What are the webparts you are using?
I know the language. I've read a book. - _Madmatt
-
What are the webparts you are using?
I know the language. I've read a book. - _Madmatt
I have a webpage, one webpart is showing RSS feed. The other one is a usercontrol which connects to db and shows the result. Naina
Naina
-
I have a webpage, one webpart is showing RSS feed. The other one is a usercontrol which connects to db and shows the result. Naina
Naina
And where are you getting the database connection string from? The more detail you give in your question/reply the better we will be able to help.
I know the language. I've read a book. - _Madmatt
-
And where are you getting the database connection string from? The more detail you give in your question/reply the better we will be able to help.
I know the language. I've read a book. - _Madmatt
Sorry for not giving a clear idea of my prob' I have the connection string in web.config. When i access the db without webpart in the webpage, i am able to load the page in wss. But if i have the webpart in the webpage, i could load the webpage normally in the browser, but in wss i couldnt load the webpage :( Naina
Naina
-
And where are you getting the database connection string from? The more detail you give in your question/reply the better we will be able to help.
I know the language. I've read a book. - _Madmatt
Was my question still not clear?
Naina