تبليغاتX
دنياي آلن Alen's World
یلدا پنجشنبه بیست و نهم آذر 1386 1:21 بعد از ظهر
سلام

قراره امشب شب یلدا باشه

بلندترین شب سال

شب چله

پارسال این موقع دلگیر و ناراحت بودم

امسال این موقع دلگیر و ناراحتم

یه روال خاص تا حدود ۱۲.۳۰ - ۱ شب طی میشه و میخوابیم

و فردا شب که فقط یک دقیقه از امشب کوتاهتره دیگه یلدا نیست

شاید منم به خاطر همون یک دقیقه دیگه ناراحت نباشم

 

یلداتون به خیر

 

شاد باشید

نوشته شده توسط Alen  | لینک ثابت |

آلن تنبل!!! سه شنبه بیست و هفتم آذر 1386 5:59 بعد از ظهر
سلام

یه مدتیه خیلی تنبل شدم

البته نه به معنای عام

همه کاری میکنم الا  درس خوندن و آپ کردن بلاگ

الانم واقعا نمیدونم چرا دارم مینویسم!!!!

 

یه کامنت با مزه از یه ناشناس به نام من دارم که خیلی وقته میاد و از کسی میگه که نوشته های سابق من بوده و اون دوستش داشته

و من نمیدونم کیه

 

برام خیلی جالبه

با اینکه خیلی وقته نیستم

دوستایی دارم و دوستای ناشناسی دارم که بم سر میزنن

حالا به هر بهونه ای

 

همشون رو دوست دارم

 

یا حق

نوشته شده توسط Alen  | لینک ثابت |

 

 


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>