How to Solve this Hosting Issues.

Posted by Jayakumars under ADO.NET on 10/20/2016 | Points: 10 | Views : 1757 | Status : [Member] [MVP] | Replies : 4
Hi

When i hosted to server in my asp.net project . I meet this error

Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.

How to fixed this . I set also in IIS anonymous -> Enabled but not working.
give me solution any one.

Mark as Answer if its helpful to you

Kumaraspcode2009@gmail.com



Responses

Posted by: Sheonarayan on: 10/20/2016 [Administrator] HonoraryPlatinum | Points: 25

Up
0
Down
This is the IIS security login issue. If it is shared server, talk with your hosting provider and he should be resolving this issue.

If it is private server, you will probably need to change the your database connection from Windows authentication to SQL Server userid and password authentication. Create new username and password for your database and use that in the connectionstring. Also ensure that 'Integrated security=false' in your connection string (if you still get error after changing connectionstring).

Thanks


Regards,
Sheo Narayan
http://www.dotnetfunda.com

Jayakumars, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: M_Imranbest on: 10/20/2016 [Member] Starter | Points: 25

Up
0
Down
First of all please share the version of ASP.NET, IIS and on which Windows you are deploying??
Secondly, you are facing this issue on localhost or access from other client machine?

Thanks & Regards;
Muhammad Imran Ansari

Jayakumars, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Bikeshsrivastava on: 10/20/2016 [Member] Starter | Points: 25

Up
0
Down
Uncheck login option once you deploy your project ,no need to provide authorization.

Bikesh Srivastava

Jayakumars, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Jayakumars on: 10/20/2016 [Member] [MVP] Bronze | Points: 25

Up
0
Down
Hi
Thanks for all replies by all members.

can you share your email id i send my details from hosting side.

Mark as Answer if its helpful to you

Kumaraspcode2009@gmail.com

Jayakumars, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response