Issues in SHarepoint 2010

HI.. I want Solutions for the following problems in sharepoint 2010

Issues
_____________________________________

1.Entering Invalid User Name / Password not showing any messages while login
2.While SignOut in Firefox and Chrome, no confirmation box coming and in IE its coming if i click yes application closing but when i click no its not redirecting to home page
3.If i signout the Application and if i dont close the browser (close only Tab ) and if i type the url in another tab previous username exists and not asking for authentication
4.How to have custom error page and also for HTTP 401, 403,404 and 500 responses also
5.How to Customise Survey Message and its design "you have already responded this survey" without any messages in that page

July 4th, 2013 7:50am

Hi Ravindranath.M,

  1. You need develop an custom login function replace the default . If the user put the wrong name or password, you can give some tops.
  2. SharePoint is not full support other browser.
  3. You neednt authentication that is your client cookie remember your account and password.
  4. Update your web.config like the following.

<customErrors defaultRedirect="404.htm" mode="On">

    <error redirect="401-c.htm" statusCode="401" />

    <error redirect="403.htm" statusCode="403" />

    <error redirect="404.htm" statusCode="404" />

    <error redirect="500.htm" statusCode="500" />

</customErrors>

    5. You should find the rightly resource file then change it.( C:\inetpub\wwwroot\wss\VirtualDirectories\80\App_GlobalResources)

 

 

Thanks,

Jack

Free Windows Admin Tool Kit Click here and download it now
July 5th, 2013 4:44am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics