Server Error in '/' Application in c# -


छवि दर्ज करें यहाँ विवरण

  & lt; system.web & gt; & Lt; customErrors मोड = डिफ़ॉल्ट रूप से "बंद" = रीडायरेक्ट = "~ / सामग्री / error.aspx" & gt; & Lt; / customErrors & gt; & Lt; सत्रस्टेट मोड = "इनप्राक" कुकीज = "उपयोग कुकीज़" समयबाह्य = "20" & gt; & Lt; / sessionState & gt; & LT; /system.web>   

जोड़ा गया सिस्टम web.config code.i को customErrors mode = "पर" में बदल दिया गया है। फिर भी एक ही त्रुटि। कृपया इन कोड को भी जांचें। कोई मुझे इस त्रुटि को हल करने में मदद कर सकता है।

यदि आप त्रुटि पढ़ते हैं, तो यह आपको बताता है कि विशेषता "रिमोटऑनली, ऑन, ऑफ" होने की आवश्यकता है आपको मोड = "बंद" से मोड = "बंद" को बदलने की आवश्यकता है।

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -