Click here to Skip to main content
15,886,919 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Sending mail with excel attachment issue Pin
Prosanta Kundu online4-Aug-10 20:12
Prosanta Kundu online4-Aug-10 20:12 
GeneralRe: Sending mail with excel attachment issue Pin
Mugdha_Aditya4-Aug-10 20:24
Mugdha_Aditya4-Aug-10 20:24 
GeneralRe: Sending mail with excel attachment issue Pin
Prosanta Kundu online4-Aug-10 20:28
Prosanta Kundu online4-Aug-10 20:28 
GeneralRe: Sending mail with excel attachment issue Pin
Mugdha_Aditya4-Aug-10 20:38
Mugdha_Aditya4-Aug-10 20:38 
GeneralRe: Sending mail with excel attachment issue Pin
Prosanta Kundu online4-Aug-10 21:14
Prosanta Kundu online4-Aug-10 21:14 
QuestionMessage Removed Pin
4-Aug-10 15:27
coderclan4-Aug-10 15:27 
AnswerRe: How to create chat with asp.net, ajax and xmpp? Pin
Prosanta Kundu online4-Aug-10 18:56
Prosanta Kundu online4-Aug-10 18:56 
QuestionDo I need to keep auto generated meta information in connection string for Entity Model ? Pin
Nadia Monalisa4-Aug-10 13:17
Nadia Monalisa4-Aug-10 13:17 
Hi,

I can see that, in my web.config file, my Entity Model set created the following connection string,

<add name="ConnStrDemo" connectionString="metadata=res://*/Models.SDB.csdl|res://*/Models.SDB.ssdl|res://*/Models.SDB.msl;provider=System.Data.SqlClient;provider connection string='Data Source=SDGSDG-PC\SQLEXPRESS;AttachDbFilename=&quot;D:\Demo\WebApp\App_Data\myDb.mdf&quot;;Integrated Security=True;MultipleActiveResultSets=True'"
      providerName="System.Data.EntityClient" />


Obviously I need to change the data source part when I will deploy my web application my production server. My production server SQL Connection string should be something like this,

Server=XXX.XXX.XXX.XXX;Database=XXX;User ID=XXXX;Password=XXX;


Now, if I change the connection string from my web.config file to

<add name="ConnStrDemo" connectionString="Server=XXX.XXX.XXX.XXX;Database=XXX;User ID=XXXX;Password=XXX;" />


Will everything simply work in my production server ? I am afraid if the metadata part in the connection string is required by the Entity Framework or not. Please advice.

Regards.
QuestionMessage Removed Pin
4-Aug-10 6:03
arkiboys4-Aug-10 6:03 
AnswerRe: ajax dropdown Pin
Sandeep Mewara4-Aug-10 6:10
mveSandeep Mewara4-Aug-10 6:10 
QuestionNeed Solution to replace text with image in word 2007 and save the file in .pdf format [modified] Pin
raghvendrapanda4-Aug-10 2:55
raghvendrapanda4-Aug-10 2:55 
QuestionMessage Removed Pin
4-Aug-10 2:05
Haider M Rizvi4-Aug-10 2:05 
Answer[Cross-Post] create hirarchial page link Pin
Sandeep Mewara4-Aug-10 7:49
mveSandeep Mewara4-Aug-10 7:49 
AnswerRe: create hirarchial page link Pin
Ennis Ray Lynch, Jr.4-Aug-10 7:50
Ennis Ray Lynch, Jr.4-Aug-10 7:50 
Questionsending a mail with attachments Pin
benams4-Aug-10 1:21
benams4-Aug-10 1:21 
AnswerRe: sending a mail with attachments Pin
raju melveetilpurayil4-Aug-10 3:55
professionalraju melveetilpurayil4-Aug-10 3:55 
GeneralRe: sending a mail with attachments Pin
benams4-Aug-10 6:55
benams4-Aug-10 6:55 
GeneralRe: sending a mail with attachments Pin
raju melveetilpurayil4-Aug-10 8:23
professionalraju melveetilpurayil4-Aug-10 8:23 
GeneralRe: sending a mail with attachments Pin
benams4-Aug-10 12:56
benams4-Aug-10 12:56 
GeneralRe: sending a mail with attachments Pin
Mugdha_Aditya4-Aug-10 19:22
Mugdha_Aditya4-Aug-10 19:22 
AnswerRe: sending a mail with attachments Pin
Prosanta Kundu online4-Aug-10 20:17
Prosanta Kundu online4-Aug-10 20:17 
QuestionAjax timer error [modified] Pin
Amit Patel19853-Aug-10 20:45
Amit Patel19853-Aug-10 20:45 
AnswerRe: Ajax timer error Pin
raju melveetilpurayil3-Aug-10 21:32
professionalraju melveetilpurayil3-Aug-10 21:32 
Questionhow to Log DAL exception and showing alert to user when exception occurs? Pin
Paramhans Dubey3-Aug-10 18:58
professionalParamhans Dubey3-Aug-10 18:58 
QuestionHow to replace text with image in word 2007 and save the file in .pdf format Pin
raghvendrapanda3-Aug-10 9:00
raghvendrapanda3-Aug-10 9:00 

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.