Click here to Skip to main content
15,884,298 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionNeed help from ASP.Net Developers Pin
Binoy Rajan27-Nov-08 2:54
Binoy Rajan27-Nov-08 2:54 
AnswerRe: Need help from ASP.Net Developers Pin
Abhijit Jana27-Nov-08 3:11
professionalAbhijit Jana27-Nov-08 3:11 
AnswerRe: Need help from ASP.Net Developers Pin
Paul Conrad27-Nov-08 5:32
professionalPaul Conrad27-Nov-08 5:32 
GeneralRe: Need help from ASP.Net Developers Pin
Binoy Rajan29-Nov-08 19:30
Binoy Rajan29-Nov-08 19:30 
QuestionHow to validate textboxes using java script code while using Master page and content Page Pin
Rameez Raja27-Nov-08 1:55
Rameez Raja27-Nov-08 1:55 
AnswerRe: How to validate textboxes using java script code while using Master page and content Page Pin
Abhijit Jana27-Nov-08 2:10
professionalAbhijit Jana27-Nov-08 2:10 
AnswerRe: How to validate textboxes using java script code while using Master page and content Page Pin
l.laxmikant27-Nov-08 3:31
l.laxmikant27-Nov-08 3:31 
Questionwebconfig error in webhosting server Pin
pavanip27-Nov-08 1:31
pavanip27-Nov-08 1:31 
I placed my asp.net code in my server and i placed my database stuff in web hosting server.I created a virtual directory in web hosting server to access my files from my server.I have written the code in webconfig file like this
<connectionstrings><remove name="LocalSqlServer">
<add name="localsqlserver" connectionstring="Data Source=mssql302.ixwebhosting.com;Initial Catalog=Eminoso_yellowebsite;User ID=loginid;Password=password" providername="System.Data.SqlClient">
when i run this local its working but when i am trying to run using website server address i am getting webconfig error.
"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".

<configuration><system.web><customerrors mode="Off">"

can you please help me how to resolve this ixwebhosting problem.

Thanks in advance
pavani
AnswerRe: webconfig error in webhosting server Pin
Abhijit Jana27-Nov-08 1:43
professionalAbhijit Jana27-Nov-08 1:43 
GeneralRe: webconfig error in webhosting server Pin
pavanip27-Nov-08 2:00
pavanip27-Nov-08 2:00 
GeneralRe: webconfig error in webhosting server Pin
Abhijit Jana27-Nov-08 2:04
professionalAbhijit Jana27-Nov-08 2:04 
GeneralRe: webconfig error in webhosting server Pin
pavanip27-Nov-08 2:05
pavanip27-Nov-08 2:05 
GeneralRe: webconfig error in webhosting server Pin
Abhijit Jana27-Nov-08 2:13
professionalAbhijit Jana27-Nov-08 2:13 
GeneralRe: webconfig error in webhosting server Pin
pavanip27-Nov-08 2:24
pavanip27-Nov-08 2:24 
GeneralRe: webconfig error in webhosting server Pin
Abhijit Jana27-Nov-08 2:41
professionalAbhijit Jana27-Nov-08 2:41 
GeneralRe: webconfig error in webhosting server Pin
pavanip27-Nov-08 2:51
pavanip27-Nov-08 2:51 
GeneralRe: webconfig error in webhosting server Pin
Abhijit Jana27-Nov-08 3:08
professionalAbhijit Jana27-Nov-08 3:08 
GeneralRe: webconfig error in webhosting server Pin
pavanip27-Nov-08 3:12
pavanip27-Nov-08 3:12 
GeneralRe: webconfig error in webhosting server Pin
Abhijit Jana27-Nov-08 4:28
professionalAbhijit Jana27-Nov-08 4:28 
GeneralRe: webconfig error in webhosting server Pin
pavanip27-Nov-08 4:36
pavanip27-Nov-08 4:36 
GeneralRe: webconfig error in webhosting server Pin
Abhijit Jana27-Nov-08 4:45
professionalAbhijit Jana27-Nov-08 4:45 
GeneralRe: webconfig error in webhosting server Pin
Paddy Boyd27-Nov-08 5:11
Paddy Boyd27-Nov-08 5:11 
GeneralRe: webconfig error in webhosting server Pin
pavanip27-Nov-08 18:16
pavanip27-Nov-08 18:16 
AnswerRe: webconfig error in webhosting server Pin
Paddy Boyd27-Nov-08 2:40
Paddy Boyd27-Nov-08 2:40 
GeneralRe: webconfig error in webhosting server Pin
pavanip27-Nov-08 2:44
pavanip27-Nov-08 2:44 

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.