Click here to Skip to main content
15,903,203 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Step's to upload the site on web server Pin
Christian Graus7-Oct-09 15:36
protectorChristian Graus7-Oct-09 15:36 
GeneralRe: Step's to upload the site on web server Pin
kuduva7-Oct-09 15:40
kuduva7-Oct-09 15:40 
GeneralRe: Step's to upload the site on web server Pin
Christian Graus7-Oct-09 15:50
protectorChristian Graus7-Oct-09 15:50 
GeneralRe: Step's to upload the site on web server Pin
kuduva7-Oct-09 15:55
kuduva7-Oct-09 15:55 
GeneralRe: Step's to upload the site on web server Pin
Christian Graus7-Oct-09 16:01
protectorChristian Graus7-Oct-09 16:01 
GeneralRe: Step's to upload the site on web server Pin
kuduva7-Oct-09 16:03
kuduva7-Oct-09 16:03 
GeneralRe: Step's to upload the site on web server Pin
Christian Graus7-Oct-09 16:09
protectorChristian Graus7-Oct-09 16:09 
GeneralRe: Step's to upload the site on web server Pin
kuduva7-Oct-09 16:16
kuduva7-Oct-09 16:16 
i upload my its show's error like this

 Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>

GeneralRe: Step's to upload the site on web server Pin
kuduva7-Oct-09 16:18
kuduva7-Oct-09 16:18 
GeneralRe: Step's to upload the site on web server Pin
Christian Graus7-Oct-09 16:23
protectorChristian Graus7-Oct-09 16:23 
GeneralRe: Step's to upload the site on web server Pin
kuduva7-Oct-09 16:26
kuduva7-Oct-09 16:26 
GeneralRe: Step's to upload the site on web server Pin
Christian Graus7-Oct-09 16:30
protectorChristian Graus7-Oct-09 16:30 
GeneralRe: Step's to upload the site on web server Pin
kuduva7-Oct-09 16:31
kuduva7-Oct-09 16:31 
GeneralRe: Step's to upload the site on web server Pin
kuduva7-Oct-09 16:34
kuduva7-Oct-09 16:34 
GeneralRe: Step's to upload the site on web server Pin
Christian Graus7-Oct-09 16:35
protectorChristian Graus7-Oct-09 16:35 
AnswerRe: Step's to upload the site on web server Pin
praveen.c@byzan.com8-Oct-09 0:13
praveen.c@byzan.com8-Oct-09 0:13 
QuestionMulti User At One Time Pin
HatakeKaKaShi7-Oct-09 15:03
HatakeKaKaShi7-Oct-09 15:03 
AnswerRe: Multi User At One Time Pin
Christian Graus7-Oct-09 15:10
protectorChristian Graus7-Oct-09 15:10 
GeneralRe: Multi User At One Time Pin
HatakeKaKaShi7-Oct-09 15:13
HatakeKaKaShi7-Oct-09 15:13 
GeneralRe: Multi User At One Time Pin
Christian Graus7-Oct-09 15:17
protectorChristian Graus7-Oct-09 15:17 
GeneralRe: Multi User At One Time Pin
HatakeKaKaShi7-Oct-09 15:22
HatakeKaKaShi7-Oct-09 15:22 
GeneralRe: Multi User At One Time Pin
Christian Graus7-Oct-09 15:24
protectorChristian Graus7-Oct-09 15:24 
GeneralRe: Multi User At One Time Pin
HatakeKaKaShi7-Oct-09 15:45
HatakeKaKaShi7-Oct-09 15:45 
GeneralRe: Multi User At One Time Pin
Christian Graus7-Oct-09 15:52
protectorChristian Graus7-Oct-09 15:52 
GeneralRe: Multi User At One Time Pin
HatakeKaKaShi7-Oct-09 16:10
HatakeKaKaShi7-Oct-09 16:10 

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.