Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Entrep
  • Content: Threads
  • Order by date
  1. Entrep

    Session object only lasts few seconds

    Hi, When I test my asp.net website app in my win 2000 server in Administrator user mode, the session I start (Session("user_ses") = myclass) only lasts a few seconds. But if I do the same as a ‘common’ user the sessions lasts 20 minutes, which is the time I set in web.config file: <sessionState...
  2. Entrep

    Page doesn't apply css styles when rewriting an url address

    Hi, I’m rewriting url addresses like this http://myserver/mysite/user_page.aspx to this http://myserver/mysite/user_name/web , but when the page is displayed css styles aren’t applied, and errors appears in browser’s bottom bar. So, a very ugly page.. (I attach below the code I used for rewrite...
  3. Entrep

    How to use friendly url’s, performance costs, and if it’s worth

    Hi, I am building a web app (a web community) in which about 1000 users will have its own website (standard but customized), and I want that website has a friendly url like http://www.mycommunity.com/petersmith With this url in the address bar, I want to show the initial customized web page...
  4. Entrep

    Doubts in how to organize User information and its User Accounts

    Hello, I was thinking to have a main 'Users' table with a few common data such as ‘StartDate’, ‘KindOfService’, ‘DelegationsServiceIncluded’, and ‘CurrentState’. And all the other User information in separate spread tables linked to main Users table, tables such as ‘UsersCompanyName’...

Part and Inventory Search

Back
Top