Click here to Skip to main content
15,897,187 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to read Excel file and show records into the Grid. Pin
Tejesh Kamble31-Oct-07 1:09
Tejesh Kamble31-Oct-07 1:09 
AnswerRe: how to read Excel file and show records into the Grid. [modified] Pin
Jintal Patel31-Oct-07 2:05
Jintal Patel31-Oct-07 2:05 
GeneralRe: how to read Excel file and show records into the Grid. Pin
Tejesh Kamble31-Oct-07 2:30
Tejesh Kamble31-Oct-07 2:30 
QuestionPaging problem in GridView [modified] Pin
Thavika31-Oct-07 0:55
Thavika31-Oct-07 0:55 
AnswerRe: Paging problem in GridView Pin
Imran Khan Pathan31-Oct-07 1:24
Imran Khan Pathan31-Oct-07 1:24 
GeneralRe: Paging problem in GridView Pin
Thavika31-Oct-07 1:31
Thavika31-Oct-07 1:31 
GeneralRe: Paging problem in GridView Pin
Imran Khan Pathan31-Oct-07 1:35
Imran Khan Pathan31-Oct-07 1:35 
QuestionLogin failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. Pin
sachinkalse31-Oct-07 0:44
sachinkalse31-Oct-07 0:44 
Dear All,
I have a web application (ASP.NET / framework 2.0 / Windows Server 2003) on one machine, i.e. Web Server and corresponding database (SQL Server 2005) on second machine.
If I access the application from Web Server, it works fine, but when I access from a third client machine it gives following error
-------------------------------------------------------
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 'NT AUTHORITY\ANONYMOUS LOGON'.
-------------------------------------------------------

I think this has some thing to do with the permissions to access DB from client machines

my Web.config file has following things added
---------------------------------------------------------
<add name="ConnString" connectionString="workstation id=MY_WORKSTATION;packet size=4096; integrated security=SSPI;data source=MY_DB; persist security info=False;initial catalog=MY_CATALOG"/>
<system.web>
.....
<identity impersonate="true"/>
.....
</system.web>
---------------------------------------------------------

Moreover, the SQL Server is configured as per following link
"http://support.microsoft.com/kb/914277"

Please guide




Regards
Sachin
QuestionHow to close a frame in a webpage? Pin
Spunky Coder31-Oct-07 0:36
Spunky Coder31-Oct-07 0:36 
AnswerRe: How to close a frame in a webpage? Pin
N a v a n e e t h31-Oct-07 1:01
N a v a n e e t h31-Oct-07 1:01 
GeneralHTML Source From URL Pin
raju melveetilpurayil31-Oct-07 0:35
professionalraju melveetilpurayil31-Oct-07 0:35 
AnswerRe: HTML Source From URL Pin
Guffa31-Oct-07 1:00
Guffa31-Oct-07 1:00 
GeneralRe: HTML Source From URL Pin
N a v a n e e t h31-Oct-07 1:04
N a v a n e e t h31-Oct-07 1:04 
GeneralRe: HTML Source From URL Pin
Guffa31-Oct-07 9:49
Guffa31-Oct-07 9:49 
AnswerRe: HTML Source From URL Pin
Guffa31-Oct-07 9:47
Guffa31-Oct-07 9:47 
Questionbutton id in gridvew Pin
Sonia Gupta31-Oct-07 0:28
Sonia Gupta31-Oct-07 0:28 
AnswerRe: button id in gridvew Pin
N a v a n e e t h31-Oct-07 0:35
N a v a n e e t h31-Oct-07 0:35 
AnswerRe: button id in gridvew Pin
InsDev31-Oct-07 0:36
InsDev31-Oct-07 0:36 
GeneralRe: button id in gridvew Pin
Sonia Gupta31-Oct-07 0:41
Sonia Gupta31-Oct-07 0:41 
GeneralRe: button id in gridvew Pin
InsDev31-Oct-07 0:49
InsDev31-Oct-07 0:49 
GeneralRe: button id in gridvew Pin
InsDev31-Oct-07 1:39
InsDev31-Oct-07 1:39 
GeneralRe: button id in gridvew Pin
Sonia Gupta31-Oct-07 1:54
Sonia Gupta31-Oct-07 1:54 
GeneralRe: button id in gridvew Pin
InsDev31-Oct-07 2:04
InsDev31-Oct-07 2:04 
GeneralRe: button id in gridvew Pin
Sonia Gupta31-Oct-07 2:18
Sonia Gupta31-Oct-07 2:18 
GeneralRe: button id in gridvew Pin
InsDev31-Oct-07 2:23
InsDev31-Oct-07 2:23 

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.