Replies |
Where is the error?
Regards,
Sheo Narayan, Microsoft MVP
The Founder
http://www.dotnetfunda.com
Gow.Net, if this helps please login to Mark As Answer. |
Reply | Alert Moderator
|
ha ha ha where is the error Brother................................?
Gow.Net, if this helps please login to Mark As Answer. |
Reply | Alert Moderator
|
What is the error not defined...
ER sandeep chourasia
sandeepchrs@yahoo.com (on facebook)
http://sandeep-chourasia.blogspot.com/
Gow.Net, if this helps please login to Mark As Answer. |
Reply | Alert Moderator
|
CGN007
Posted on: 7/4/2012 2:05:57 AM
|
Level: Silver | Status: [Member] | Points: 25
|
Where is the error?
Please check and update your question with error details.
Gow.Net, if this helps please login to Mark As Answer. |
Reply | Alert Moderator
|
http://api.jquery.com/jQuery.noConflict/
ER sandeep chourasia
sandeepchrs@yahoo.com (on facebook)
http://sandeep-chourasia.blogspot.com/
Gow.Net, if this helps please login to Mark As Answer. |
Reply | Alert Moderator
|
Premalatha
Posted on: 7/4/2012 4:30:45 AM
|
Level: Starter | Status: [Member] | Points: 25
|
This is the error ..
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>
Premalatha
Software Engineer
Gow.Net, if this helps please login to Mark As Answer. |
Reply | Alert Moderator
|
Britsouls
Posted on: 7/4/2012 4:34:57 AM
|
Level: Starter | Status: [Member] | Points: 25
|
because of you do not create virtual directory in your webmail portal..
Gow.Net, if this helps please login to Mark As Answer. |
Reply | Alert Moderator
|
Gow.Net
Posted on: 7/4/2012 4:39:13 AM
|
Level: Starter | Status: [Member] | Points: 25
|
ya thanks Premalatha mam
my error
This is the error ..
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>
gowthaman8870226416
Gow.Net, if this helps please login to Mark As Answer. |
Reply | Alert Moderator
|
Premalatha
Posted on: 7/4/2012 4:51:35 AM
|
Level: Starter | Status: [Member] | Points: 25
|
mode" attribute set to "ON";
Premalatha
Software Engineer
Gow.Net, if this helps please login to Mark As Answer. |
Reply | Alert Moderator
|