PDA

View Full Version : سوال: مشكل در load سايت



payam_igi
جمعه 08 شهریور 1387, 12:28 عصر
سلام.من يه پروژه دارم كه با Visual Studio درست كار مي كنه .وقتي كه Publish مي كنم و سايت رو Upload مي كنم Load نمي شه.
روي Loacal هم وقتي داخل iis ميذارم كار مي كنه اما روي host كار نمي كنه و اين پيغام رو مي ده
This is a marker file generated by the precompilation tool, and should not be deleted!

كسي مي تونه كمك كنه؟

payam_igi
جمعه 08 شهریور 1387, 13:15 عصر
توي تاپيك ها نگاه كردم آقا راد فرمودند موقع Publish اگر گزينه دوم را انتخاب كنيد بعد لازم نيست هر بار كه Upload مي كنيد كل پروژه Upload بشه .من دايركتوري Bin رو هم Upload كردم اما كل پروژه رو Upload نكردم.مشكل Error قبلي برطرف شده اما 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".

<!-- 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>

كسي مي تونه كمك كنه

payam_igi
جمعه 08 شهریور 1387, 13:38 عصر
من شرمنده ام جناب راد.
مشكل برطرف شد.يكي از dll هم Upload نشده بود.

kezack
جمعه 08 شهریور 1387, 14:05 عصر
در وب كانفيك هم اينو قرار بده
<system.web> <customErrors mode="Off"/> </system.web>

mehdi58
جمعه 08 شهریور 1387, 15:51 عصر
http://www.odetocode.com/Articles/417.aspx