Click here to Skip to main content
15,913,242 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionUsing Yahoo Site Explorer API to get uniqe domain. Pin
Henrik Bergstrom4-Jan-10 11:11
Henrik Bergstrom4-Jan-10 11:11 
QuestionDatalist won't display Pin
jboyd1114-Jan-10 5:51
jboyd1114-Jan-10 5:51 
AnswerRe: Datalist won't display Pin
Vimalsoft(Pty) Ltd4-Jan-10 6:15
professionalVimalsoft(Pty) Ltd4-Jan-10 6:15 
GeneralRe: Datalist won't display Pin
jboyd1114-Jan-10 7:31
jboyd1114-Jan-10 7:31 
GeneralRe: Datalist won't display Pin
Manas Bhardwaj4-Jan-10 7:37
professionalManas Bhardwaj4-Jan-10 7:37 
QuestionASPNETDB.MDF Pin
Abdulhafeezo4-Jan-10 4:09
Abdulhafeezo4-Jan-10 4:09 
AnswerRe: ASPNETDB.MDF Pin
Vimalsoft(Pty) Ltd4-Jan-10 6:25
professionalVimalsoft(Pty) Ltd4-Jan-10 6:25 
AnswerRe: ASPNETDB.MDF Pin
Abhishek Sur4-Jan-10 6:48
professionalAbhishek Sur4-Jan-10 6:48 
Do not attach file when you are in the production server, rather do like this :

1. Create a Login for ASPNET Account to the SQL Server instance
2. Attach the ASPNET.MDF file to the SQL Server itself using
CREATE DATABASE [ASPNET] ON <br />
( FILENAME = N'D:\Documents and Settings\Abdulhafeez\Desktop\Runningcodes\App_Data\ASPNETDB.MDF' ),<br />
( FILENAME = N'D:\Documents and Settings\Abdulhafeez\Desktop\Runningcodes\App_Data\ASPNETDB_log.LDF' )<br />
 FOR ATTACH<br />
Run it in Master Database.


Smile | :)

Abhishek Sur
Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->

Windows7 API Code Pack

Simplify Code Using NDepend
Basics of Bing Search API using .NET

GeneralRe: ASPNETDB.MDF Pin
Abdulhafeezo4-Jan-10 7:37
Abdulhafeezo4-Jan-10 7:37 
GeneralRe: ASPNETDB.MDF Pin
Abhishek Sur4-Jan-10 20:52
professionalAbhishek Sur4-Jan-10 20:52 
AnswerRe: ASPNETDB.MDF Pin
suyogm6-Jan-10 1:07
suyogm6-Jan-10 1:07 
QuestionAspect Oriented Programming for Beginners Pin
Brendan Vogt4-Jan-10 2:28
Brendan Vogt4-Jan-10 2:28 
AnswerRe: Aspect Oriented Programming for Beginners Pin
Roger Alsing4-Jan-10 4:11
Roger Alsing4-Jan-10 4:11 
QuestionI Have Problem in ASP.NET Deployment Pin
Mohamed_Khalil4-Jan-10 0:42
Mohamed_Khalil4-Jan-10 0:42 
AnswerRe: I Have Problem in ASP.NET Deployment Pin
Abhijit Jana4-Jan-10 0:57
professionalAbhijit Jana4-Jan-10 0:57 
AnswerRe: I Have Problem in ASP.NET Deployment Pin
Vimalsoft(Pty) Ltd4-Jan-10 6:35
professionalVimalsoft(Pty) Ltd4-Jan-10 6:35 
AnswerRe: I Have Problem in ASP.NET Deployment Pin
Jeneesh K. Velayudhan6-Jan-10 1:29
Jeneesh K. Velayudhan6-Jan-10 1:29 
Questionuserrole Pin
mylogics4-Jan-10 0:23
professionalmylogics4-Jan-10 0:23 
AnswerRe: userrole Pin
Not Active4-Jan-10 1:06
mentorNot Active4-Jan-10 1:06 
GeneralRe: userrole Pin
Abhijit Jana4-Jan-10 3:23
professionalAbhijit Jana4-Jan-10 3:23 
QuestionApplication Variable dissappearing Pin
markymark823-Jan-10 23:50
markymark823-Jan-10 23:50 
AnswerRe: Application Variable dissappearing Pin
Dinesh Mani4-Jan-10 0:31
Dinesh Mani4-Jan-10 0:31 
QuestionSending SMS from C# .net Pin
Hema Bairavan3-Jan-10 23:32
Hema Bairavan3-Jan-10 23:32 
AnswerRe: Sending SMS from C# .net Pin
Deepak the Cool4-Jan-10 0:06
Deepak the Cool4-Jan-10 0:06 
AnswerRe: Sending SMS from C# .net Pin
Dinesh Mani4-Jan-10 0:24
Dinesh Mani4-Jan-10 0:24 

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.