Click here to Skip to main content
15,908,013 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Download filr form SQl server Pin
Kumar0028-Jul-08 0:02
Kumar0028-Jul-08 0:02 
GeneralRe: Download filr form SQl server Pin
N a v a n e e t h8-Jul-08 0:19
N a v a n e e t h8-Jul-08 0:19 
Questionhow a grid view header problem is solved Pin
lakshmichawala7-Jul-08 22:54
lakshmichawala7-Jul-08 22:54 
AnswerRe: how a grid view header problem is solved Pin
Herman<T>.Instance8-Jul-08 3:06
Herman<T>.Instance8-Jul-08 3:06 
QuestionNameSpace for ConfigurationNamingContext Pin
sumit70347-Jul-08 22:46
sumit70347-Jul-08 22:46 
QuestionUnable to go to the break point Pin
indian1437-Jul-08 22:25
indian1437-Jul-08 22:25 
AnswerRe: Unable to go to the break point Pin
N a v a n e e t h7-Jul-08 22:59
N a v a n e e t h7-Jul-08 22:59 
GeneralRe: Unable to go to the break point Pin
indian1437-Jul-08 23:22
indian1437-Jul-08 23:22 
Hi,

Yes I am trying to run it through VS only still it is not going to the break point. Even I am also wondering. And below given is my Web.config file

&lt;?xml version="1.0"?&gt;

&lt;configuration&gt;
&lt;appSettings&gt;
&lt;add key="PathToWriteXML" value="E:/Aleem/"/&gt;
&lt;add key="passWordXMLPath" value="E:/Aleem/"/&gt;
&lt;/appSettings&gt;
&lt;connectionStrings/&gt;
&lt;system.web&gt;
&lt;!--
Set compilation debug="true" to insert debugging
symbols into the compiled page. Because this
affects performance, set this value to true only
during development.
--&gt;
&lt;compilation debug="true"/&gt;
&lt;!--
The &lt;authentication&gt; section enables configuration
of the security authentication mode used by
ASP.NET to identify an incoming user.
--&gt;
&lt;authentication mode="Windows"/&gt;
&lt;!--
The &lt;customErrors&gt; 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.

&lt;customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm"&gt;
&lt;error statusCode="403" redirect="NoAccess.htm" /&gt;
&lt;error statusCode="404" redirect="FileNotFound.htm" /&gt;
&lt;/customErrors&gt;
--&gt;
&lt;/system.web&gt;
&lt;/configuration&gt;

Thanks,
Aleem Mohammad

S/W Engineer
Akebono Soft Technologies
aleem_abdul@akebonosoft.com.
GeneralRe: Unable to go to the break point Pin
N a v a n e e t h7-Jul-08 23:26
N a v a n e e t h7-Jul-08 23:26 
GeneralRe: Unable to go to the break point Pin
indian1437-Jul-08 23:32
indian1437-Jul-08 23:32 
GeneralRe: Unable to go to the break point Pin
N a v a n e e t h7-Jul-08 23:38
N a v a n e e t h7-Jul-08 23:38 
GeneralRe: Unable to go to the break point Pin
indian1438-Jul-08 0:22
indian1438-Jul-08 0:22 
QuestionDebugging no longer works in Visual Studio - HELP!! Pin
Member 34028867-Jul-08 21:50
Member 34028867-Jul-08 21:50 
AnswerRe: Debugging no longer works in Visual Studio - HELP!! Pin
eyeseetee7-Jul-08 21:57
eyeseetee7-Jul-08 21:57 
GeneralRe: Debugging no longer works in Visual Studio - HELP!! Pin
Member 34028867-Jul-08 22:10
Member 34028867-Jul-08 22:10 
GeneralRe: Debugging no longer works in Visual Studio - HELP!! Pin
eyeseetee7-Jul-08 22:24
eyeseetee7-Jul-08 22:24 
AnswerRe: Debugging no longer works in Visual Studio - HELP!! Pin
_AK_7-Jul-08 23:33
_AK_7-Jul-08 23:33 
GeneralRe: Debugging no longer works in Visual Studio - HELP!! Pin
Sherin Iranimose8-Jul-08 0:02
Sherin Iranimose8-Jul-08 0:02 
GeneralRe: Debugging no longer works in Visual Studio - HELP!! Pin
_AK_8-Jul-08 0:38
_AK_8-Jul-08 0:38 
GeneralRe: Debugging no longer works in Visual Studio - HELP!! Pin
Sherin Iranimose8-Jul-08 1:04
Sherin Iranimose8-Jul-08 1:04 
GeneralRe: Debugging no longer works in Visual Studio - HELP!! Pin
_AK_8-Jul-08 1:13
_AK_8-Jul-08 1:13 
GeneralRe: Debugging no longer works in Visual Studio - HELP!! Pin
Member 34028868-Jul-08 2:32
Member 34028868-Jul-08 2:32 
GeneralRe: Debugging no longer works in Visual Studio - HELP!! Pin
_AK_8-Jul-08 2:41
_AK_8-Jul-08 2:41 
Questionconvert database column values into Row and display in gridview in asp.net2.0 Pin
Bharani_Ram7-Jul-08 21:50
Bharani_Ram7-Jul-08 21:50 
AnswerRe: convert database column values into Row and display in gridview in asp.net2.0 Pin
Sherin Iranimose8-Jul-08 0:03
Sherin Iranimose8-Jul-08 0:03 

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.