Re: [DotNetDevelopment] help help.....

2010-02-11 Thread KeidrickP
in addition if you are using IE as your browser to test make sure you disable friendly error messages, but this error is directly related to your web.config file. what host are you using? On Thu, Feb 11, 2010 at 5:50 AM, Maddy wrote: > U just turn the custom erropage off in web config so that u

Re: [DotNetDevelopment] help help.....

2010-02-11 Thread Maddy
U just turn the custom erropage off in web config so that u can find error from remote

Re: [DotNetDevelopment] help help.....

2010-02-11 Thread Kiran Raj
hi Atul set customErrors mode="Off" in your web.config file to see the actual error. On Thu, Feb 11, 2010 at 5:12 PM, Atul Setu wrote: > hi to every one. > > > I am working on asp.net 1.1, the application is running well on my local > host. but not running well at the server. I am using Vi

Re: [DotNetDevelopment] help help.....

2010-02-11 Thread Pablo Erba
Effectively, you can change web.config setting in order to view the exact error message, or you can view error accessing that page from the server itself (logged in via Terminal Services or Remote Desktop), if you have access. Best regards! Pablo. 2010/2/11 Jamie Fraser > Did you try READING t

Re: [DotNetDevelopment] help help.....

2010-02-11 Thread Jamie Fraser
Did you try READING the error message? Specifically "To enable the details of this specific error message to be viewable on remote machines, please create a tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "

[DotNetDevelopment] help help.....

2010-02-11 Thread Atul Setu
hi to every one. I am working on asp.net 1.1, the application is running well on my local host. but not running well at the server. I am using Visual Studio 2003 with sql server 2000. I am getting this kind of problem. Please help me... Server Error in '/' Application.

[DotNetDevelopment] Help help for the mail function

2010-02-07 Thread Atul Setu
i am using asp.net 1.1 version. i want to send a dynamic ASp.net page as a body of the mail. Please help me. With Warm Regards === Atul Setu atuls...@gmail.com

[DotNetDevelopment] help help

2010-02-03 Thread Atul Setu
hi to all, with the regards of the day, I am working on asp.net 1.1, currently working on mail server. i wan to send asp.net page in the body of mail. i am using CDO object for sending mail I am sending the mail code too, Please see this and help me Dim objMail, objMailConf, my