Click here to Skip to main content
15,915,019 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionASP.Net FAX ? Pin
sanjay_tutu27-Aug-07 23:05
sanjay_tutu27-Aug-07 23:05 
AnswerRe: ASP.Net FAX ? Pin
Christian Graus28-Aug-07 1:47
protectorChristian Graus28-Aug-07 1:47 
QuestionWebservice Object Serialization Pin
matthias s.27-Aug-07 22:56
matthias s.27-Aug-07 22:56 
QuestionSend and receive SMS in asp.net using web services Pin
cb mehta27-Aug-07 22:40
cb mehta27-Aug-07 22:40 
AnswerRe: Send and receive SMS in asp.net using web services Pin
Vasudevan Deepak Kumar27-Aug-07 23:01
Vasudevan Deepak Kumar27-Aug-07 23:01 
QuestionLive Update of Events from Server Pin
vbss7527-Aug-07 22:13
vbss7527-Aug-07 22:13 
Questionwebconfig doubt Pin
saravanan0527-Aug-07 21:59
saravanan0527-Aug-07 21:59 
AnswerRe: webconfig doubt Pin
satyaki mishra28-Aug-07 0:16
satyaki mishra28-Aug-07 0:16 
Dear saravanan basically no changes are there in web.config file for connection string and authentication.
I am sending the code for each one,It may help you.
1.connection string
<connectionStrings>
<clear/>
<add name="xxx" connectionString="Data Source=192.168.1.3;Initial Catalog=databasename;Persist Security Info=True;User ID=saa;passWord=password" providerName="System.Data.SqlClient"/>
</connectionStrings>

2. Authentication
<authentication mode="Forms">
<forms name="myCookie" loginUrl="Login.aspx" timeout="15" path="/" slidingExpiration="true"/>
</authentication>

satyaki mishra
Questiondocument template edit Pin
mmm!@#27-Aug-07 21:58
mmm!@#27-Aug-07 21:58 
Questionclose button Pin
Sonia Gupta27-Aug-07 21:56
Sonia Gupta27-Aug-07 21:56 
AnswerRe: close button Pin
Amit.Amit.Amit...27-Aug-07 22:24
Amit.Amit.Amit...27-Aug-07 22:24 
AnswerRe: close button Pin
vidyasankar27-Aug-07 23:05
vidyasankar27-Aug-07 23:05 
QuestionError: The given path's format is not supported. Pin
pavya_Cool27-Aug-07 21:38
pavya_Cool27-Aug-07 21:38 
AnswerRe: Error: The given path's format is not supported. Pin
Vasudevan Deepak Kumar27-Aug-07 22:52
Vasudevan Deepak Kumar27-Aug-07 22:52 
QuestionHighlight selected item in a listbox Pin
manowj27-Aug-07 21:13
manowj27-Aug-07 21:13 
AnswerRe: Highlight selected item in a listbox Pin
RajeevKumarSharma27-Aug-07 21:19
RajeevKumarSharma27-Aug-07 21:19 
Questionproblem related to mail send Pin
RajeevKumarSharma27-Aug-07 21:11
RajeevKumarSharma27-Aug-07 21:11 
AnswerRe: problem related to mail send Pin
Vasudevan Deepak Kumar27-Aug-07 23:03
Vasudevan Deepak Kumar27-Aug-07 23:03 
QuestionDownloading from database [modified] Pin
BasharatAli27-Aug-07 20:51
BasharatAli27-Aug-07 20:51 
AnswerRe: Downloading from database Pin
Vasudevan Deepak Kumar27-Aug-07 23:04
Vasudevan Deepak Kumar27-Aug-07 23:04 
QuestionA general question regarding web.config Pin
anu8127-Aug-07 20:48
anu8127-Aug-07 20:48 
AnswerRe: A general question regarding web.config Pin
Deepak the Cool27-Aug-07 21:31
Deepak the Cool27-Aug-07 21:31 
GeneralRe: A general question regarding web.config Pin
anu8127-Aug-07 21:42
anu8127-Aug-07 21:42 
AnswerRe: A general question regarding web.config Pin
Sathesh Sakthivel27-Aug-07 21:50
Sathesh Sakthivel27-Aug-07 21:50 
QuestionMSSQL database for findout the ipaddress to cityname Pin
vidyasankar27-Aug-07 20:28
vidyasankar27-Aug-07 20:28 

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.