Click here to Skip to main content
16,006,341 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Checkbox in DataGrid.Plz help its urgent. Pin
nabeelkhan25-Jun-06 22:23
nabeelkhan25-Jun-06 22:23 
GeneralRe: Checkbox in DataGrid.Plz help its urgent. Pin
_AK_25-Jun-06 22:29
_AK_25-Jun-06 22:29 
GeneralRe: Checkbox in DataGrid.Plz help its urgent. Pin
varshavmane26-Jun-06 1:09
varshavmane26-Jun-06 1:09 
QuestionCredit card Processing Pin
sparkling star25-Jun-06 19:01
sparkling star25-Jun-06 19:01 
AnswerRe: Credit card Processing Pin
minhpc_bk26-Jun-06 0:10
minhpc_bk26-Jun-06 0:10 
AnswerRe: Credit card Processing Pin
cloudking1196629-Jun-06 1:30
cloudking1196629-Jun-06 1:30 
GeneralRe: Credit card Processing Pin
sparkling star29-Jun-06 2:03
sparkling star29-Jun-06 2:03 
QuestionNewbie needs help with 2 simple questions Pin
Infernojericho25-Jun-06 18:44
Infernojericho25-Jun-06 18:44 
Here's what happened:

I created an ASP.NET eCommerce site half year ago for a school assignment, it was deployed locally on my hard drive, and everything worked.

However, I am planning to create a real eCommerce site now, so I had applied for a webhosting server that supports ASP.NET, and uploaded the assignment I did earlier and see how it would go.

To my surprise Sniff | :^) , all I get is the message:

<br />
Runtime Error <br />
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. <br />
<br />
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".<br />
<br />
<br />
<!-- Web.Config Configuration File --><br />
<br />
configuration<br />
    system.web<br />
        customErrors mode="Off"/<br />
    /system.web<br />
/configuration<br />
 <br />
<br />
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.<br />
<br />
<br />
<!-- Web.Config Configuration File --><br />
<br />
configuration<br />
    system.web<br />
        customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/<br />
    /system.web<br />
/configuration<br />
 <br />


Is there anything else I need to do when deploying an ASP.NET site to a real webhosting server?

And another question, I was planning to store database information in an access database. Here's the question I'm wondering:

I suppose I should password protect the directory where the access databases (*.mdb) are placed. I assume I have to insert the login id/password when retreiving/writing the information in the database. But where do I insert them? And if I insert them in the codes won't others will be able to see the login id/password by viewing the source codes?

Or am I completely mistaken? Confused | :confused: Confused | :confused: Confused | :confused:

Any advice would be greatly appreciated!!! Big Grin | :-D Big Grin | :-D Big Grin | :-D
AnswerRe: Newbie needs help with 2 simple questions Pin
swilly126-Jun-06 8:46
swilly126-Jun-06 8:46 
Questionlogin in sharepoint with asp.net script Pin
ritesh4web25-Jun-06 18:32
ritesh4web25-Jun-06 18:32 
Questiontree view control Pin
shantsuraj25-Jun-06 18:29
shantsuraj25-Jun-06 18:29 
AnswerRe: tree view control Pin
rajmani25-Jun-06 20:45
rajmani25-Jun-06 20:45 
QuestionIsNumeric Pin
Uma Kameswari25-Jun-06 18:07
Uma Kameswari25-Jun-06 18:07 
AnswerRe: IsNumeric Pin
Aurelius166427-Jun-06 14:02
Aurelius166427-Jun-06 14:02 
Question"bubble event" Pin
ravikiranreddydharmannagari25-Jun-06 17:58
ravikiranreddydharmannagari25-Jun-06 17:58 
QuestionCreate A Open file Dialog In ASP 3.0 !!! Pin
HatakeKaKaShi25-Jun-06 15:32
HatakeKaKaShi25-Jun-06 15:32 
QuestionASP to COM HOW TO? Pin
Dave_Roach25-Jun-06 14:41
Dave_Roach25-Jun-06 14:41 
Questionbrowser within an asp.net page Pin
oceanexplorer25-Jun-06 9:33
oceanexplorer25-Jun-06 9:33 
AnswerRe: browser within an asp.net page Pin
swilly126-Jun-06 8:26
swilly126-Jun-06 8:26 
QuestionDot Net Screen Scrapping Error Pin
Dot Net25-Jun-06 8:56
Dot Net25-Jun-06 8:56 
Questionhey guys any good videos abt session & application state ? Pin
Mohammed Amine25-Jun-06 7:17
Mohammed Amine25-Jun-06 7:17 
Questioncan we close the application with code ? [modified] Pin
Mohammed Amine25-Jun-06 7:13
Mohammed Amine25-Jun-06 7:13 
Questionhelp me guys to know how to handle a textbox_changed event Pin
Mohammed Amine25-Jun-06 7:10
Mohammed Amine25-Jun-06 7:10 
AnswerRe: help me guys to know how to handle a textbox_changed event Pin
swilly126-Jun-06 8:37
swilly126-Jun-06 8:37 
GeneralRe: help me guys to know how to handle a textbox_changed event [modified] Pin
Mohammed Amine26-Jun-06 10:03
Mohammed Amine26-Jun-06 10: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.