Click here to Skip to main content
15,917,568 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: check LAN status Pin
saravanan0520-Jan-08 23:16
saravanan0520-Jan-08 23:16 
GeneralRe: check LAN status Pin
Venkatesh Mookkan21-Jan-08 0:26
Venkatesh Mookkan21-Jan-08 0:26 
GeneralDuplicate Posts. Please ignore Pin
Vasudevan Deepak Kumar20-Jan-08 22:54
Vasudevan Deepak Kumar20-Jan-08 22:54 
QuestionScheduling an occasional server task [modified] Pin
chaiguy133720-Jan-08 15:23
chaiguy133720-Jan-08 15:23 
GeneralRe: Scheduling an occasional server task Pin
N a v a n e e t h20-Jan-08 19:02
N a v a n e e t h20-Jan-08 19:02 
GeneralRe: Scheduling an occasional server task Pin
chaiguy133721-Jan-08 4:19
chaiguy133721-Jan-08 4:19 
GeneralRe: Scheduling an occasional server task Pin
chaiguy133721-Jan-08 4:21
chaiguy133721-Jan-08 4:21 
GeneralPublish an ASP.Net Website Pin
mehrdadc4820-Jan-08 9:08
mehrdadc4820-Jan-08 9:08 
Hi,
I have developed an ASP.Net Website,
and now I have published it,
in first page there is no code to run, only a login page but when I want to open my website in web a Runtime Error, but yet no code is runned.
it's the first time I upload an asp.net web site.
should I do any changes in my web.config for upload?
my web.config:
<?xml version="1.0"?>
<configuration>
<appSettings/>
<connectionStrings>
<add name=".." connectionString="Data Source=.;Initial Catalog=..;User ID=..;PWD=.." providerName="System.Data.SqlClient"/>
</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="false">
</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>

Best wishes

GeneralRe: Publish an ASP.Net Website Pin
pmarfleet20-Jan-08 12:27
pmarfleet20-Jan-08 12:27 
GeneralRe: Publish an ASP.Net Website Pin
Venkatesh Mookkan20-Jan-08 17:53
Venkatesh Mookkan20-Jan-08 17:53 
Generalasp.net and silverlight Pin
smashguitars20-Jan-08 7:18
smashguitars20-Jan-08 7:18 
GeneralRe: asp.net and silverlight Pin
Mike Ellison20-Jan-08 20:22
Mike Ellison20-Jan-08 20:22 
GeneralRe: asp.net and silverlight Pin
Michael Sync21-Jan-08 4:52
Michael Sync21-Jan-08 4:52 
Generalread image from excel file.... Pin
pradeep kumarappagari20-Jan-08 6:06
pradeep kumarappagari20-Jan-08 6:06 
GeneralRe: read image from excel file.... Pin
Paul Conrad20-Jan-08 9:27
professionalPaul Conrad20-Jan-08 9:27 
AnswerRe: read image from excel file.... Pin
mohankatari20-Jan-08 19:59
mohankatari20-Jan-08 19:59 
GeneralRe: read image from excel file.... Pin
pradeep kumarappagari20-Jan-08 20:36
pradeep kumarappagari20-Jan-08 20:36 
GeneralRe: read image from excel file.... Pin
mohankatari20-Jan-08 22:13
mohankatari20-Jan-08 22:13 
GeneralRe: read image from excel file.... Pin
pradeep kumarappagari20-Jan-08 22:28
pradeep kumarappagari20-Jan-08 22:28 
GeneralIN CRYSTAL REPORT OUTPUT EACH RECORD APPEARS 3 0r 4 TIMES REPEATING Pin
mavii20-Jan-08 4:37
mavii20-Jan-08 4:37 
AnswerRe: IN CRYSTAL REPORT OUTPUT EACH RECORD APPEARS 3 0r 4 TIMES REPEATING Pin
mohankatari20-Jan-08 19:27
mohankatari20-Jan-08 19:27 
GeneralRe: IN CRYSTAL REPORT OUTPUT EACH RECORD APPEARS 3 0r 4 TIMES REPEATING Pin
mavii20-Jan-08 21:33
mavii20-Jan-08 21:33 
GeneralRe: IN CRYSTAL REPORT OUTPUT EACH RECORD APPEARS 3 0r 4 TIMES REPEATING Pin
mohankatari21-Jan-08 0:18
mohankatari21-Jan-08 0:18 
QuestionProblem with IIS. Pin
mohankatari20-Jan-08 0:09
mohankatari20-Jan-08 0:09 
GeneralRe: Problem with IIS. Pin
Christian Graus20-Jan-08 2:46
protectorChristian Graus20-Jan-08 2:46 

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.