Runtime Error

Server Error in '/only-sawyouatsinai-simchas' 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>

How To Make Your Jewish Dating Profile Work

April 1st, 2015 Saw You At Sinai

For those who have found traditional methods of dating to be difficult or awkward, online dating allows you to “break the ice” and match yourself with someone who is compatible, and all before you go face to face.

 

Online dating websites have brought thousands of people together. Through a secured platform, singles can create a profile of themselves. From there, you can be linked to others whom you share similarities with and hopefully, you can meet and the rest be history!

 

We have developed a dating website for the Jewish Community members to find that ideal someone special who values their faith too.

Here is a top 10 list of items to make your Jewish dating profile work:

 

  1. Your dating profile is the first impression, so start off with a good profile picture. Avoid photos that are blurry, from the past, with others, or where you are too far from the camera. You want a clear face with a smile!How To Make Your Jewish Dating Profile Work
  2. To amplify your main traits, describe yourself in more than just one word adjectives. For example, I am most happiest when traveling abroad, trying out new and ethnic restaurants, meeting new people, etc.
  3. Complete your profile before you post it.
  4. Be truthful to who you are and what you want. Just as you don’t want to waste your time, neither do others viewing your profile.
  5. Distinguish between needs and wants. If you need someone who is committed to following their faith, list that. If finding someone who is 6 feet or has black hair, those are preferences, not a deal breaker.
  6. Too long wish lists are turn offs. Keep it simple, you can discuss more in person.
  7. When listing age ranges, be realistic. It is best to list for example, ages 30 to 35 rather than 27-33.
  8. Make sure you spell check.
  9. Have a list of references for authenticity (just like with a resume).
  10. Be patient. Sometimes it can take a few weeks to match. On the flip side, take risks and go for it.

 

Saw You At Sinai is an online Jewish matchmaking approach that gives members a unique edge on dating. To get started on your profile, sign up for your membership here today!

 




Leave a Reply

Runtime Error

Server Error in '/only-sawyouatsinai-simchas' 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>