Click here to Skip to main content
16,015,040 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDisplay Data in GridView Asp.Net 2.0 Pin
Jay_se30-Aug-06 2:23
Jay_se30-Aug-06 2:23 
AnswerRe: Display Data in GridView Asp.Net 2.0 Pin
immori30-Aug-06 2:37
immori30-Aug-06 2:37 
GeneralRe: Display Data in GridView Asp.Net 2.0 Pin
Jay_se30-Aug-06 3:18
Jay_se30-Aug-06 3:18 
GeneralRe: Display Data in GridView Asp.Net 2.0 Pin
ToddHileHoffer30-Aug-06 4:02
ToddHileHoffer30-Aug-06 4:02 
GeneralRe: Display Data in GridView Asp.Net 2.0 Pin
Jay_se31-Aug-06 2:16
Jay_se31-Aug-06 2:16 
JokeRe: Display Data in GridView Asp.Net 2.0 (Thanks) Pin
Jay_se1-Sep-06 23:02
Jay_se1-Sep-06 23:02 
QuestionSql express and ASP.net configuration tools Pin
y_mmohd30-Aug-06 2:09
y_mmohd30-Aug-06 2:09 
AnswerRe: Sql express and ASP.net configuration tools Pin
Bruno M.T. Sousa30-Aug-06 10:40
Bruno M.T. Sousa30-Aug-06 10:40 
Hi
SQL Express is configured by default to allow only local connections using windows authentication. From what that looks is that the IIS is running under an user that the SQL Server does not accept.

While I'm no IIS/SQL Server expert, and thus can not really help you to configure them to work like that, what I suggest is that you setup SQL Server to allow both Windows Authentication and SQL Server.

Using the SQL Server Management Studio (http://www.microsoft.com/downloads/details.aspx?familyid=C243A5AE-4BD1-4E3D-94B8-5A0F62BF7796&displaylang=en) log in to the server and under the server's "Properties" choose Security and select "SQL Server and Windows Authentication". Then create a user and password with access to your database (in your database "Security" -> "Logins" -> Right click -> "New Login...") and adjust your connection string to use this login, for example:
"server=Earthquake\\SqlExpress; user id=UserName; password=Password; database=Database"

This should allow you to use both SQL Express for the final site.

Bruno Sousa
Software Consultant
http://www.luasys.com

QuestionINPUT file like INPUT folder HTML control Pin
248912830-Aug-06 1:44
248912830-Aug-06 1:44 
AnswerRe: INPUT file like INPUT folder HTML control Pin
_AK_30-Aug-06 1:46
_AK_30-Aug-06 1:46 
AnswerRe: INPUT file like INPUT folder HTML control Pin
ToddHileHoffer30-Aug-06 2:50
ToddHileHoffer30-Aug-06 2:50 
JokeRe: INPUT file like INPUT folder HTML control Pin
Guffa30-Aug-06 3:16
Guffa30-Aug-06 3:16 
QuestionProblem in GridView Pin
Murtuza Husain Miyan Patel30-Aug-06 1:32
professionalMurtuza Husain Miyan Patel30-Aug-06 1:32 
AnswerRe: Problem in GridView Pin
immori30-Aug-06 2:49
immori30-Aug-06 2:49 
AnswerRe: Problem in GridView Pin
ToddHileHoffer30-Aug-06 2:49
ToddHileHoffer30-Aug-06 2:49 
QuestionMeta Tags Pin
kirthikirthi30-Aug-06 1:15
kirthikirthi30-Aug-06 1:15 
AnswerRe: Meta Tags Pin
CWIZO30-Aug-06 1:18
CWIZO30-Aug-06 1:18 
AnswerRe: Meta Tags Pin
_AK_30-Aug-06 1:34
_AK_30-Aug-06 1:34 
QuestionI can't see other pages from the same folder Pin
CWIZO30-Aug-06 0:49
CWIZO30-Aug-06 0:49 
AnswerRe: I can't see other pages from the same folder Pin
minhpc_bk30-Aug-06 1:30
minhpc_bk30-Aug-06 1:30 
GeneralRe: I can't see other pages from the same folder Pin
CWIZO30-Aug-06 1:38
CWIZO30-Aug-06 1:38 
GeneralRe: I can't see other pages from the same folder Pin
minhpc_bk30-Aug-06 15:03
minhpc_bk30-Aug-06 15:03 
Questiona connection with the server could not be estabilished' Pin
nishant barsainyan30-Aug-06 0:43
nishant barsainyan30-Aug-06 0:43 
AnswerRe: a connection with the server could not be estabilished' Pin
CWIZO30-Aug-06 1:03
CWIZO30-Aug-06 1:03 
QuestionCsharp Discussion Board needed Pin
Trance Junkie30-Aug-06 0:39
Trance Junkie30-Aug-06 0:39 

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.