Click here to Skip to main content
15,901,122 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Best way for bulk data Pin
osaleem25-Aug-08 17:49
osaleem25-Aug-08 17:49 
Question.NET Static Code Analysis Pin
dybs16-Aug-08 15:46
dybs16-Aug-08 15:46 
AnswerRe: .NET Static Code Analysis Pin
Scott Dorman16-Aug-08 16:37
professionalScott Dorman16-Aug-08 16:37 
GeneralRe: .NET Static Code Analysis Pin
dybs16-Aug-08 17:07
dybs16-Aug-08 17:07 
GeneralRe: .NET Static Code Analysis Pin
Scott Dorman16-Aug-08 18:11
professionalScott Dorman16-Aug-08 18:11 
GeneralRe: .NET Static Code Analysis Pin
dybs16-Aug-08 18:39
dybs16-Aug-08 18:39 
QuestionSet aspx page as Login to login status Pin
Leena Guntakal Patil16-Aug-08 10:34
Leena Guntakal Patil16-Aug-08 10:34 
AnswerRe: Set aspx page as Login to login status Pin
Pete O'Hanlon17-Aug-08 8:53
mvePete O'Hanlon17-Aug-08 8:53 
You should ask this in the ASP.NET forum rather than here. However, what you need to do is set your authentication to Forms in the web.config file and set the login page here.
<configuration>
    <system.web>     
        <authentication mode= "Forms">
            <forms name=".ASPXAUTH" loginUrl="Login.aspx" />
        </authentication>
    </system.web>
</configuration>


Deja View - the feeling that you've seen this post before.

My blog | My articles



QuestionDatagrid Pin
karthisidhu16-Aug-08 3:42
karthisidhu16-Aug-08 3:42 
Questiondownloading a file Pin
Zafar Sultan16-Aug-08 1:25
Zafar Sultan16-Aug-08 1:25 
AnswerRe: downloading a file Pin
Giorgi Dalakishvili16-Aug-08 6:02
mentorGiorgi Dalakishvili16-Aug-08 6:02 
AnswerRe: downloading a file Pin
vikas amin19-Aug-08 11:58
vikas amin19-Aug-08 11:58 
GeneralRe: downloading a file Pin
Zafar Sultan21-Aug-08 4:33
Zafar Sultan21-Aug-08 4:33 
QuestionCommunity Coding Contest - Win Free MSDN Subscription Pin
Chris Pietschmann, MVP15-Aug-08 7:28
Chris Pietschmann, MVP15-Aug-08 7:28 
AnswerRe: Community Coding Contest - Win Free MSDN Subscription Pin
Pete O'Hanlon15-Aug-08 8:26
mvePete O'Hanlon15-Aug-08 8:26 
AnswerRe: Community Coding Contest - Win Free MSDN Subscription Pin
Giorgi Dalakishvili15-Aug-08 8:27
mentorGiorgi Dalakishvili15-Aug-08 8:27 
GeneralRe: Community Coding Contest - Win Free MSDN Subscription Pin
Pete O'Hanlon15-Aug-08 9:04
mvePete O'Hanlon15-Aug-08 9:04 
GeneralRe: Community Coding Contest - Win Free MSDN Subscription Pin
Chris Pietschmann, MVP15-Aug-08 10:52
Chris Pietschmann, MVP15-Aug-08 10:52 
GeneralRe: Community Coding Contest - Win Free MSDN Subscription Pin
Pete O'Hanlon15-Aug-08 11:08
mvePete O'Hanlon15-Aug-08 11:08 
QuestionShockwaveFlashObjects Pin
caradri14-Aug-08 5:45
caradri14-Aug-08 5:45 
QuestionHow to retrieve a system error message Pin
KeesVer14-Aug-08 2:32
KeesVer14-Aug-08 2:32 
AnswerRe: How to retrieve a system error message Pin
Mark Salsbery14-Aug-08 5:14
Mark Salsbery14-Aug-08 5:14 
QuestionInstalling SQL Server along with C# app Pin
Richard Blythe13-Aug-08 8:36
Richard Blythe13-Aug-08 8:36 
AnswerRe: Installing SQL Server along with C# app Pin
Mark Salsbery13-Aug-08 9:17
Mark Salsbery13-Aug-08 9:17 
GeneralRe: Installing SQL Server along with C# app Pin
Wendelius13-Aug-08 9:26
mentorWendelius13-Aug-08 9:26 

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.