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...
Yes! You are great
Thank you very much
Instead of paths like this “<link href="CSSfolder/table1.css" rel="stylesheet" type="text/css">” I have put “<link href="../CSSfolder/table1.css" rel="stylesheet" type="text/css">”, so that indicate a relative path (the location of the current webpage)...
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...
I have compiled some vb files in the past from the command line, and worked fine.
But with the files downloaded of this component (http://urlrewriter.net/index.php/download), I can’t see any vb or c# file to compile. Even with Visual Studio, which are the files to compile?
Thanks Mark,
I tried to install urlrewriternet component (http://urlrewriter.net/) but I get an error in web.config file in “<configSections>” tag:
Attribute 'requirePermission' not recognized
The configuration seems very easy.. (http://urlrewriter.net/index.php/support/configuration)
I...
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...
Your idea looks simple and clear, I like it at a first glance.
But I would like to clarify some questions which I still have:
The repeated data ‘problem’ mentioned in my post will still happen in your design suggested, isn’ t it? But it will be minimum, if I understand your comment This will...
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’...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.