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

ASP.NET

 
AnswerRe: cant read smtp setting from webconfig Pin
Venkatesh Mookkan9-Oct-08 0:11
Venkatesh Mookkan9-Oct-08 0:11 
QuestionOpening Excel 2007 File using Asp.net Hangs. Pin
gafooronline8-Oct-08 21:26
gafooronline8-Oct-08 21:26 
AnswerRe: Opening Excel 2007 File using Asp.net Hangs. Pin
Venkatesh Mookkan8-Oct-08 23:39
Venkatesh Mookkan8-Oct-08 23:39 
AnswerRe: Opening Excel 2007 File using Asp.net Hangs. Pin
Paddy Boyd9-Oct-08 0:50
Paddy Boyd9-Oct-08 0:50 
Questionindexing service not workiing properly for excel Pin
nikhil12348-Oct-08 20:27
nikhil12348-Oct-08 20:27 
AnswerRe: indexing service not workiing properly for excel Pin
Ashfield8-Oct-08 21:19
Ashfield8-Oct-08 21:19 
QuestionSetting the LoginView's role property using codebehind Pin
Aquardz8-Oct-08 20:22
Aquardz8-Oct-08 20:22 
QuestionAdd provider to sesionState element as we can do with profile and membership Pin
AlexeiXX38-Oct-08 10:57
AlexeiXX38-Oct-08 10:57 
Hi, thanks for looking
It kind of messy to modify connection strings when they are not in the same place

Im using sqlserver for the session
<sessionState
    mode="SQLServer"
    timeout="30"
    cookieless="AutoDetect"
    allowCustomSqlDatabase="true"
    sqlConnectionString="Data Source=(local)\SQL2005; DataBase=DB; Integrated Security=True"
    regenerateExpiredSessionId="false">
</sessionState>

I would like to add a providers section, just as we do it profiles:
<providers>
   <add name="SqlProvider"
        type="System.Web.Profile.SqlProfileProvider"
        connectionStringName="LocalSqlServer"
        applicationName="App"/>
 </providers>


But i cant find the right way to do it.
Is it even posible??

Thanks for your time

Alexei Rodriguez

QuestionSQLSession state server Pin
AlexeiXX38-Oct-08 10:33
AlexeiXX38-Oct-08 10:33 
QuestionNeed Help in Coding a GridView(Using Paging) That Display Running Total below it. Pin
RChirumamilla8-Oct-08 10:18
RChirumamilla8-Oct-08 10:18 
AnswerRe: Need Help in Coding a GridView(Using Paging) That Display Running Total below it. Pin
Venkatesh Mookkan8-Oct-08 17:08
Venkatesh Mookkan8-Oct-08 17:08 
GeneralRe: Need Help in Coding a GridView(Using Paging) That Display Running Total below it. Pin
RChirumamilla9-Oct-08 5:58
RChirumamilla9-Oct-08 5:58 
QuestionGeneric question about Template web sites.... Pin
Christopher Stratmann8-Oct-08 3:27
Christopher Stratmann8-Oct-08 3:27 
QuestionCursor of n leavel Pin
Member 46590018-Oct-08 2:44
Member 46590018-Oct-08 2:44 
AnswerRe: Cursor of n leavel Pin
Ashfield8-Oct-08 2:48
Ashfield8-Oct-08 2:48 
AnswerRe: Cursor of n leavel Pin
AlexeiXX38-Oct-08 10:36
AlexeiXX38-Oct-08 10:36 
Questionhow to show de data of a text file(csv file)in a grid view Pin
raghvendrapanda8-Oct-08 2:34
raghvendrapanda8-Oct-08 2:34 
AnswerRe: how to show de data of a text file(csv file)in a grid view Pin
Ashfield8-Oct-08 3:30
Ashfield8-Oct-08 3:30 
AnswerRe: how to show de data of a text file(csv file)in a grid view Pin
Venkatesh Mookkan8-Oct-08 17:18
Venkatesh Mookkan8-Oct-08 17:18 
Questionobject data source Pin
arkiboys8-Oct-08 1:46
arkiboys8-Oct-08 1:46 
Questionsave txt file on client computer Pin
Rinki Mukheraji8-Oct-08 1:33
Rinki Mukheraji8-Oct-08 1:33 
AnswerRe: save txt file on client computer Pin
eyeseetee8-Oct-08 2:47
eyeseetee8-Oct-08 2:47 
AnswerRe: save txt file on client computer Pin
Venkatesh Mookkan8-Oct-08 17:27
Venkatesh Mookkan8-Oct-08 17:27 
QuestionCross database compatibility Pin
Bardy858-Oct-08 0:52
Bardy858-Oct-08 0:52 
QuestionAdd control to panel Runtime Pin
omlac7-Oct-08 23:49
omlac7-Oct-08 23:49 

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.