Click here to Skip to main content
15,890,579 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionBulk Calculation Pin
macca246-Oct-15 2:36
macca246-Oct-15 2:36 
GeneralRe: Bulk Calculation Pin
Kornfeld Eliyahu Peter6-Oct-15 21:12
professionalKornfeld Eliyahu Peter6-Oct-15 21:12 
GeneralRe: Bulk Calculation Pin
macca246-Oct-15 21:56
macca246-Oct-15 21:56 
AnswerRe: Bulk Calculation Pin
ZurdoDev13-Oct-15 2:29
professionalZurdoDev13-Oct-15 2:29 
QuestionLoading a Data file into DB using Asp.net Pin
macca246-Oct-15 1:26
macca246-Oct-15 1:26 
AnswerRe: Loading a Data file into DB using Asp.net Pin
Richard Deeming6-Oct-15 1:56
mveRichard Deeming6-Oct-15 1:56 
AnswerRe: Loading a Data file into DB using Asp.net Pin
ZurdoDev13-Oct-15 2:31
professionalZurdoDev13-Oct-15 2:31 
Questionissue while running as asp.net application over wan Pin
Member 119197225-Oct-15 21:24
Member 119197225-Oct-15 21:24 
i have requirement of running my application over wan hence i used a fixed ip addres in browser i.e(fixed ipaddress//hostmachineip address//mk(virtual directory)/xyz.aspx(cs file))...and m getting follwing error while accessing my app over wan
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".




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



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.




<configuration>
<system.web>
<customerrors mode="RemoteOnly" defaultredirect="mycustompage.htm">



i infact googled for this n made changes according to the experties advice but not able to overcome this issue ...what's wrong i am doing here?please anyone suggest me best oible solution to overcome this issue.
Thanks
AnswerRe: issue while running as asp.net application over wan Pin
Blikkies5-Oct-15 22:11
professionalBlikkies5-Oct-15 22:11 
AnswerRe: issue while running as asp.net application over wan Pin
F-ES Sitecore5-Oct-15 22:30
professionalF-ES Sitecore5-Oct-15 22:30 
GeneralRe: issue while running as asp.net application over wan Pin
Member 119197225-Oct-15 22:48
Member 119197225-Oct-15 22:48 
GeneralRe: issue while running as asp.net application over wan Pin
F-ES Sitecore5-Oct-15 22:57
professionalF-ES Sitecore5-Oct-15 22:57 
GeneralRe: issue while running as asp.net application over wan Pin
Member 119197225-Oct-15 23:20
Member 119197225-Oct-15 23:20 
GeneralRe: issue while running as asp.net application over wan Pin
Richard Deeming6-Oct-15 1:58
mveRichard Deeming6-Oct-15 1:58 
GeneralRe: issue while running as asp.net application over wan Pin
Member 119197226-Oct-15 19:33
Member 119197226-Oct-15 19:33 
GeneralRe: issue while running as asp.net application over wan Pin
Richard Deeming7-Oct-15 2:37
mveRichard Deeming7-Oct-15 2:37 
GeneralRe: issue while running as asp.net application over wan Pin
Member 119197227-Oct-15 18:45
Member 119197227-Oct-15 18:45 
GeneralRe: issue while running as asp.net application over wan Pin
Member 119197226-Oct-15 20:41
Member 119197226-Oct-15 20:41 
GeneralRe: issue while running as asp.net application over wan Pin
F-ES Sitecore6-Oct-15 23:20
professionalF-ES Sitecore6-Oct-15 23:20 
GeneralRe: issue while running as asp.net application over wan Pin
Member 119197227-Oct-15 0:10
Member 119197227-Oct-15 0:10 
QuestionI have a form with a gridview. When clicking one row I want it to pass the data to a second form that already exist. Pin
Paul Hacker5-Oct-15 7:51
Paul Hacker5-Oct-15 7:51 
QuestionCan't load data from SQL Compact Edition database - MVC 4 Pin
Member 120616005-Oct-15 0:45
Member 120616005-Oct-15 0:45 
QuestionI can download file from listbox but I want it to save in specific folder in local... Pin
Member 120161064-Oct-15 23:15
Member 120161064-Oct-15 23:15 
AnswerRe: I can download file from listbox but I want it to save in specific folder in local... Pin
JHizzle5-Oct-15 0:41
JHizzle5-Oct-15 0:41 
QuestionI want to download file from list box. Could anyone help? Pin
Member 120161064-Oct-15 20:07
Member 120161064-Oct-15 20:07 

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.