Click here to Skip to main content
16,007,163 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# windows appliction Pin
EliottA2-Feb-09 2:46
EliottA2-Feb-09 2:46 
QuestionPrinting Pin
NamdeoWaghmare2-Feb-09 2:05
NamdeoWaghmare2-Feb-09 2:05 
AnswerRe: Printing Pin
EliottA2-Feb-09 2:25
EliottA2-Feb-09 2:25 
Questionbrowse WSDL error Pin
George_George2-Feb-09 1:28
George_George2-Feb-09 1:28 
AnswerRe: browse WSDL error Pin
MadArtSoft2-Feb-09 1:45
MadArtSoft2-Feb-09 1:45 
GeneralRe: browse WSDL error Pin
George_George2-Feb-09 2:07
George_George2-Feb-09 2:07 
GeneralRe: browse WSDL error Pin
MadArtSoft2-Feb-09 3:36
MadArtSoft2-Feb-09 3:36 
GeneralRe: browse WSDL error Pin
George_George3-Feb-09 1:16
George_George3-Feb-09 1:16 
Here is the content for web.config. Are there anything wrong? Smile | :)

<?xml version="1.0"?>
<configuration>
	<appSettings/>
	<connectionStrings/>
	<system.web>
		<!-- 
            Set compilation debug="true" to insert debugging 
            symbols into the compiled page. Because this 
            affects performance, set this value to true only 
            during development.
        -->
		<compilation debug="true">
		</compilation>
		<!--
            The <authentication> section enables configuration 
            of the security authentication mode used by 
            ASP.NET to identify an incoming user. 
        -->
		<authentication mode="Windows"/>
		<!--
            The <customErrors> section enables configuration 
            of what to do if/when an unhandled error occurs 
            during the execution of a request. Specifically, 
            it enables developers to configure html error pages 
            to be displayed in place of a error stack trace.

        <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
            <error statusCode="403" redirect="NoAccess.htm" />
            <error statusCode="404" redirect="FileNotFound.htm" />
        </customErrors>
        -->
	</system.web>
</configuration>


regards,
George
Questionstart the application at computer start Pin
sjs4u2-Feb-09 1:09
sjs4u2-Feb-09 1:09 
AnswerRe: start the application at computer start Pin
musefan2-Feb-09 1:13
musefan2-Feb-09 1:13 
AnswerRe: start the application at computer start Pin
Spunky Coder2-Feb-09 1:19
Spunky Coder2-Feb-09 1:19 
GeneralRe: start the application at computer start Pin
MadArtSoft2-Feb-09 1:51
MadArtSoft2-Feb-09 1:51 
Questionreading huge set of data from Db Pin
prasadbuddhika2-Feb-09 0:58
prasadbuddhika2-Feb-09 0:58 
AnswerRe: reading huge set of data from Db Pin
musefan2-Feb-09 1:11
musefan2-Feb-09 1:11 
GeneralRe: reading huge set of data from Db Pin
prasadbuddhika2-Feb-09 2:35
prasadbuddhika2-Feb-09 2:35 
GeneralRe: reading huge set of data from Db Pin
PIEBALDconsult2-Feb-09 4:26
mvePIEBALDconsult2-Feb-09 4:26 
AnswerRe: reading huge set of data from Db Pin
Wendelius2-Feb-09 5:16
mentorWendelius2-Feb-09 5:16 
GeneralRe: reading huge set of data from Db Pin
prasadbuddhika2-Feb-09 18:55
prasadbuddhika2-Feb-09 18:55 
GeneralRe: reading huge set of data from Db Pin
PIEBALDconsult3-Feb-09 4:34
mvePIEBALDconsult3-Feb-09 4:34 
GeneralRe: reading huge set of data from Db Pin
Wendelius3-Feb-09 7:05
mentorWendelius3-Feb-09 7:05 
Questioninput fro array list Pin
lawrenceinba2-Feb-09 0:19
lawrenceinba2-Feb-09 0:19 
AnswerRe: input fro array list Pin
S a n d y2-Feb-09 0:37
S a n d y2-Feb-09 0:37 
QuestionParse wbXML, N95 Pin
MANOJ BATRA1-Feb-09 23:48
MANOJ BATRA1-Feb-09 23:48 
AnswerRe: Parse wbXML, N95 Pin
Spunky Coder2-Feb-09 0:26
Spunky Coder2-Feb-09 0:26 
QuestionFinding the Spelling mistake in rich text box in c#.net Pin
Lijo Rajan1-Feb-09 23:33
Lijo Rajan1-Feb-09 23:33 

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.