Click here to Skip to main content
15,911,039 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Question.Net and COM interop Pin
TSKNaidu6-Jan-09 19:43
TSKNaidu6-Jan-09 19:43 
AnswerRe: .Net and COM interop Pin
N a v a n e e t h6-Jan-09 19:53
N a v a n e e t h6-Jan-09 19:53 
GeneralRe: .Net and COM interop Pin
TSKNaidu7-Jan-09 3:02
TSKNaidu7-Jan-09 3:02 
QuestionHow to get the reference of label control through javascript? Pin
meeram3956-Jan-09 19:41
meeram3956-Jan-09 19:41 
AnswerRe: How to get the reference of label control through javascript? Pin
N a v a n e e t h6-Jan-09 19:56
N a v a n e e t h6-Jan-09 19:56 
GeneralRe: How to get the reference of label control through javascript? Pin
Aman Bhullar6-Jan-09 20:25
Aman Bhullar6-Jan-09 20:25 
GeneralRe: How to get the reference of label control through javascript? Pin
N a v a n e e t h6-Jan-09 21:16
N a v a n e e t h6-Jan-09 21:16 
QuestionHow to Use Two Forms Autentication in One Solution Pin
Robymon6-Jan-09 19:18
Robymon6-Jan-09 19:18 
I Have One Project[Solution] Called HRMS. Under this solution two web projects one for User Side and other for Admin Side. and also different Logon Pages for these two projects. i added the following forms autentication code in the web.config file for each project. But when am compiling am getting the below mentioned error. How can i use two forms authentication for Loging differeng Logon Pages.

Solution : HRMS

Projects

Project 1[User Side] : E:\HRMS\

Web.Config

<authentication mode="Forms">
<forms name="appNameAuth" path="/" loginurl="Login.aspx" protection="All" timeout="30">



Project 2 [Admin Side]: E:\HRMS\Admin\

Web.Config

<authentication mode="Forms">
<forms name="Admin" path="~/Admin/" loginurl="~/Admin/Admin.aspx" protection="All" timeout="30">




Error 1 It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. E:\HRMS\Admin\Web.Config
AnswerRe: How to Use Two Forms Autentication in One Solution Pin
N a v a n e e t h6-Jan-09 19:40
N a v a n e e t h6-Jan-09 19:40 
Questionhow to Cache whole page Pin
kishorg16-Jan-09 19:15
kishorg16-Jan-09 19:15 
AnswerRe: how to Cache whole page Pin
N a v a n e e t h6-Jan-09 19:30
N a v a n e e t h6-Jan-09 19:30 
GeneralRe: how to Cache whole page Pin
kishorg16-Jan-09 19:37
kishorg16-Jan-09 19:37 
GeneralRe: how to Cache whole page Pin
N a v a n e e t h6-Jan-09 19:51
N a v a n e e t h6-Jan-09 19:51 
GeneralRe: how to Cache whole page Pin
kishorg16-Jan-09 20:31
kishorg16-Jan-09 20:31 
Questionscrollbar in panel Pin
Mr.Sam6-Jan-09 18:55
Mr.Sam6-Jan-09 18:55 
AnswerRe: scrollbar in panel [modified] Pin
sudhanvag7-Jan-09 17:47
sudhanvag7-Jan-09 17:47 
QuestiondialogArguments Pin
Mr.Himansu6-Jan-09 18:39
Mr.Himansu6-Jan-09 18:39 
QuestionProble with solution file. Pin
Prashant B. Lavate6-Jan-09 18:07
Prashant B. Lavate6-Jan-09 18:07 
AnswerRe: Proble with solution file. Pin
Not Active6-Jan-09 19:16
mentorNot Active6-Jan-09 19:16 
AnswerRe: Proble with solution file. Pin
N a v a n e e t h6-Jan-09 19:20
N a v a n e e t h6-Jan-09 19:20 
QuestionHow to get the width of Alphabets used? Pin
Hema Bairavan6-Jan-09 17:47
Hema Bairavan6-Jan-09 17:47 
AnswerRe: How to get the width of Alphabets used? Pin
Guffa6-Jan-09 21:25
Guffa6-Jan-09 21:25 
GeneralRe: How to get the width of Alphabets used? Pin
Hema Bairavan6-Jan-09 21:43
Hema Bairavan6-Jan-09 21:43 
AnswerRe: How to get the width of Alphabets used? Pin
Guffa6-Jan-09 21:56
Guffa6-Jan-09 21:56 
QuestionDebug asp.net application in Visual Studio.NET 2003 Pin
AndieDu6-Jan-09 16:53
AndieDu6-Jan-09 16:53 

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.