Anas Ghanem
All about ASP.NET
-
Why The Images displayed in IE but not in FireFox ?
I noticed there is a lot of articles that is specified an incorrect images path that only works in IE , those articles used the backslash ("\") character in the Images paths , note that using backslash in the images URL is incorrect ! instead we must use the slash ("/") , for example
-
you may get "System.MethodAccessException" after installing .net 3.5 and vs 2008 sp1 Beta
After i installed the sp1 beta for Visual studio 2008 and .net 3.5 i get that exception , I'm working on windows xp sp3 .
-
Building a color selector control
-
Don't forget to check "Static content service" in IIS7 installation
Before a couple of days ,I started to work on Vista and IIS 7, and since the default installation for Vista doesn't includes IIS7 ,
-
Avoid using the Session in The Page Constructor OR in Page Local Variables
While I'm helping the Folks on asp.net forums, I noticed that there is a lot of develoeprs trying to access the Http Session in Page Constructor !
-
Preventing the Deleted Users from logging to your site
while working with Forms Authentication and Membership services , if the user selects " remember me " check box in the login dialog ,the runtime will create a persistent authentication cookie for him, the persisted cookie is responsible to keep the user logged in for a specified period(even he closed his browser) ,and the default period is 30 minutes in .Net 2.0 or later , and you can change it to some value lets say 50 minutes as follows :
-
The Differences in Profile between Web Application Projects (WAP) and website
The profile services is a very helpful and easy way to add custom properties for your users which is not contained in the Standard MembershipUser Properties...
-
Redirecting the Users to different page based on there roles
Hi,
-
Putting your website in a maintanance mode based on a weekly schedule
In this blog i will talk about how to redirect the website visitors to a page that display a " web site under maintenance" ,
-
User Profile Hive Cleanup, A service to help with slow log off and unreconciled profile problems.
did your windows XP take a long time to loggoff ? My windows was taking more that a minute to logoff the user ,it just show me logging off , but the computer is Idle...