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

ASP.NET

 
QuestionError Message While Opening a Page Pin
specialdreamsin16-Sep-09 18:05
specialdreamsin16-Sep-09 18:05 
AnswerRe: Error Message While Opening a Page Pin
Christian Graus16-Sep-09 18:26
protectorChristian Graus16-Sep-09 18:26 
AnswerRe: Error Message While Opening a Page Pin
Prabhakar Parihar18-Sep-09 22:34
Prabhakar Parihar18-Sep-09 22:34 
QuestionHow can I get the local machine's IP address in a Test.aspx form ?[modified] Pin
Rahad Rahman16-Sep-09 17:23
professionalRahad Rahman16-Sep-09 17:23 
AnswerRe: IP Address Pin
Christian Graus16-Sep-09 17:27
protectorChristian Graus16-Sep-09 17:27 
AnswerRe: How can I get the local machine's IP address in a Test.aspx form Pin
sashidhar16-Sep-09 18:31
sashidhar16-Sep-09 18:31 
AnswerRe: How can I get the local machine's IP address in a Test.aspx form Pin
rakesh_choudhury16-Sep-09 21:16
rakesh_choudhury16-Sep-09 21:16 
QuestionHow to do this configuration programatically Pin
vishwjeet16-Sep-09 10:42
vishwjeet16-Sep-09 10:42 
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.runtime.remoting>
<application name="AuthorizationApp">
<service>
<wellknown mode="SingleCall"
type="Server.SampleService, Server"
objectUri="Server.rem"/>
</service>

<channels>
<channel ref="tcp" port="8001" secure="true" impersonate="true" authorizationModule="Server.AuthorizationModule,Server"/>
</channels>
</application>
</system.runtime.remoting>
</configuration>

how to set the properties "impersonation" and "authorizationModule" inside my program .. im not using the configuration files.
AnswerRe: How to do this configuration programatically Pin
Christian Graus16-Sep-09 11:11
protectorChristian Graus16-Sep-09 11:11 
AnswerRe: How to do this configuration programatically Pin
Not Active16-Sep-09 11:14
mentorNot Active16-Sep-09 11:14 
AnswerRe: How to do this configuration programatically Pin
sashidhar16-Sep-09 18:33
sashidhar16-Sep-09 18:33 
GeneralRe: How to do this configuration programatically Pin
vishwjeet16-Sep-09 19:16
vishwjeet16-Sep-09 19:16 
AnswerRe: How to do this configuration programatically Pin
vishwjeet17-Sep-09 0:10
vishwjeet17-Sep-09 0:10 
QuestionUpdateModel vs Request.Form.. Pin
Quake2Player16-Sep-09 10:02
Quake2Player16-Sep-09 10:02 
QuestionUnable to Add Service Reference to Consumer Project in ASP.Net Pin
AndyASPVB16-Sep-09 9:46
AndyASPVB16-Sep-09 9:46 
GeneralRe: Unable to Add Service Reference to Consumer Project in ASP.Net Pin
carlosbourque16-Sep-09 11:26
carlosbourque16-Sep-09 11:26 
GeneralRe: Unable to Add Service Reference to Consumer Project in ASP.Net Pin
AndyASPVB16-Sep-09 12:15
AndyASPVB16-Sep-09 12:15 
GeneralRe: Unable to Add Service Reference to Consumer Project in ASP.Net Pin
carlosbourque17-Sep-09 9:50
carlosbourque17-Sep-09 9:50 
Questiondeploying server without visual studio and sql server -- only framework 3.5 Pin
vishwjeet16-Sep-09 8:38
vishwjeet16-Sep-09 8:38 
AnswerRe: deploying server without visual studio and sql server -- only framework 3.5 Pin
Manas Bhardwaj16-Sep-09 8:48
professionalManas Bhardwaj16-Sep-09 8:48 
GeneralRe: deploying server without visual studio and sql server -- only framework 3.5 Pin
vishwjeet16-Sep-09 8:51
vishwjeet16-Sep-09 8:51 
GeneralRe: deploying server without visual studio and sql server -- only framework 3.5 Pin
vishwjeet16-Sep-09 9:13
vishwjeet16-Sep-09 9:13 
GeneralRe: deploying server without visual studio and sql server -- only framework 3.5 Pin
Abhishek Sur16-Sep-09 9:43
professionalAbhishek Sur16-Sep-09 9:43 
QuestionLosing Session Variables within Frames Pin
mjc22516-Sep-09 8:33
mjc22516-Sep-09 8:33 
AnswerRe: Losing Session Variables within Frames Pin
Steve van Niman16-Sep-09 12:21
Steve van Niman16-Sep-09 12:21 

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.