Click here to Skip to main content
15,905,679 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: asp.net and access database Pin
ling_luv18-Jun-07 20:27
ling_luv18-Jun-07 20:27 
GeneralRe: asp.net and access database Pin
ling_luv18-Jun-07 16:50
ling_luv18-Jun-07 16:50 
GeneralRe: asp.net and access database Pin
Christian Graus18-Jun-07 20:26
protectorChristian Graus18-Jun-07 20:26 
Questionpass values Pin
seemamltn18-Jun-07 13:03
seemamltn18-Jun-07 13:03 
AnswerRe: pass values Pin
Christian Graus18-Jun-07 13:10
protectorChristian Graus18-Jun-07 13:10 
AnswerRe: pass values Pin
Tarik Guney18-Jun-07 16:36
Tarik Guney18-Jun-07 16:36 
AnswerRe: pass values Pin
Sathesh Sakthivel18-Jun-07 16:47
Sathesh Sakthivel18-Jun-07 16:47 
QuestionLogin failed for user 'DIGITAL-NB\ASPNET'. Pin
aransiola18-Jun-07 9:43
aransiola18-Jun-07 9:43 
I have this error when testing my aspx page on intranet.

Server Error in '/smartproject' Application.
-----------------------------------------------------------------------------
Login failed for user 'DIGITAL-NB\ASPNET'.
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 'DIGITAL-NB\ASPNET'.

Source Error:
Line 22: oCnn = New SqlConnection(strConn)
Line 23: If oCnn.State = ConnectionState.Closed Then
Line 24: oCnn.Open()
Line 25: End If
Line 26:

Source File: C:\WebSites\SmartProject\App_Code\SmartPTier.vb Line: 24

I assigned the user ASPNET to Administrator group, and the thing worked.

1. What is the implication of this?
2. Is there any other way to solve this problem without assigning the ASPNET user to Administrator?
3. What is the function of the user ASPNET?

thank u for your response



t.aransiola
AnswerRe: Login failed for user 'DIGITAL-NB\ASPNET'. Pin
Not Active18-Jun-07 12:33
mentorNot Active18-Jun-07 12:33 
Questiondate time difference Pin
seemamltn18-Jun-07 7:36
seemamltn18-Jun-07 7:36 
AnswerRe: date time difference Pin
Not Active18-Jun-07 7:58
mentorNot Active18-Jun-07 7:58 
Questionasp.net help Pin
jonniebigodes18-Jun-07 6:50
jonniebigodes18-Jun-07 6:50 
AnswerRe: asp.net help Pin
Christian Graus18-Jun-07 12:52
protectorChristian Graus18-Jun-07 12:52 
GeneralRe: asp.net help Pin
jonniebigodes18-Jun-07 22:32
jonniebigodes18-Jun-07 22:32 
QuestionASP tags in VS2005 Pin
Heavy Storm18-Jun-07 6:21
Heavy Storm18-Jun-07 6:21 
AnswerRe: ASP tags in VS2005 Pin
Christian Graus18-Jun-07 12:58
protectorChristian Graus18-Jun-07 12:58 
QuestionProblem with Dataset Pin
anshina@advantech.ca18-Jun-07 6:05
anshina@advantech.ca18-Jun-07 6:05 
AnswerRe: Problem with Dataset Pin
Heavy Storm18-Jun-07 6:26
Heavy Storm18-Jun-07 6:26 
GeneralRe: Problem with Dataset Pin
anshina@advantech.ca18-Jun-07 6:32
anshina@advantech.ca18-Jun-07 6:32 
AnswerRe: Problem with Dataset Pin
Not Active18-Jun-07 7:55
mentorNot Active18-Jun-07 7:55 
QuestionPowerPoint Pin
deepaks318-Jun-07 5:18
deepaks318-Jun-07 5:18 
AnswerRe: PowerPoint Pin
Christian Graus18-Jun-07 13:08
protectorChristian Graus18-Jun-07 13:08 
Questionhow to convert value to boolean Pin
asifbhura18-Jun-07 4:01
asifbhura18-Jun-07 4:01 
AnswerRe: how to convert value to boolean Pin
Christian Graus18-Jun-07 13:01
protectorChristian Graus18-Jun-07 13:01 
QuestionDataView Problems with web service Pin
Fatbuddha 118-Jun-07 3:58
Fatbuddha 118-Jun-07 3:58 

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.