تبليغاتX

----->اینم ایدی من behrooz_bm2000---->-به کلبه من خوش اومدین...نظر یادتون نره.... !!! > ****از نوشته هاي پيشين ديدن کنيد **** براي سال ها مينويسم ...... سال ها بعد كه چشمان تو عاشق ميشوند ....... افسوس كه قصه ي مادربزرگ درست بود ...... هميشه يكي بود يكي نبود .... ---------> من در این کلبه خوشم ، تو در آن اوج که هستی خوش باش . من به عشق تو خوشم تو به عشق هر که هستی خوش باش ---------------->آري آغاز دوست داشتن است و پايان راه ناپيدا من به پايان دگر نينديشم که همين دوست داشتن زيباست...

طلوع عشق



يا حسين ابن علي(ع)

اشکم ز هجر روي تو خوناب شد حسين ,
مويم ز غصه رشته مهتاب شد حسين.
هر جا کنار آب نشستم ز داغ تو ,
از بس که سوختم جگرم آب شد حسين.
جانسوز تر ز داغ تو ديگر کسي نديد ,
خورشيد هم ز داغ تو در تاب شد حسين...

نوشته شده در سه شنبه 17 دی1387ساعت 10:44 توسط بهروز |

 


Runtime Error

Server Error in '/' Application.

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".


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