Sharepoint Portal site is showing [System Account] instead of my username


Problem: After installation of my MOSS testing server when I login with my username & password into SharePoint Portal site, it was showing me "System Account" instead of my username on the top right corner of the Site.
Any activity which I was performing like updating system, updating lists, creating new document was stamping system account instead of “Tariq Younas”

Reason: While installation if you will use your account, it will be used to create SharePoint db. At that time you account will be marked as system account.
Solution:
If you face such type of problem then use stsadm utility and run this command
stsadm -o updatefarmcredentials -identitytype NetworkService
After running command restart your IIS

Also set your pool identity as NetWorkService account by performing these steps
1- Go to run
2- Write “inetmgr” and press OK
3- Here under application pools, select your application pool and right click
4- On identity tab select radio “predefined” Network service

This will not occur again.

RampUp - New Community-based Learning Program



Another good community for Microsoft products learning.
Here number of different tracks will help you build your professional portfolio and development skills.
So, Just start by clicking here to visit....or click on image

Redirect to a custom page after entering item in SharePoint List

Most of the time we need to redirect user after submitting on list on our custom page like Thanks You page.
Here i have custom list by name of "Feedback" and basic page "Thanks".

When user will submit his/her feedback in library he/she will be redirected to thanks page.

1- Create a basic page for Thanks Message.


2- Name it and press create



3- Go to site navigation Site Settings-> Modify Navigation


4- Select the link of library where you want to submit new item and then want to rout on another thanks page



5- As i have Feedback is List and i am giving path..................
To redirect users to your Thanks/Custom page after they have completed the feedback, simply add ?SOURCE=Your_Thanks_Page.

as i am doing below in this link
http://Tariqsite/Feedback/newform.aspx?source=http://Tariqsite/Feedback/Thankyou.aspx


6- Now click on new in Feedback List

7- Fill the form and press ok



8- After pressing ok instead of routing in your Feedback library....you will be redirected on Thank You page.