Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am trying to connect to an Analysis service server using basic authentication from the application which already uses SQL authentication to connect to the SQL database. Can I use both SQL authentication and Basic authentication from the same application. It is a .Net application

What I have tried:

The application uses SQL authentication for login pages and for all function that uses SQL database.When ever I am changing the application pool from Integrated to classic the application is throwing error 'The page you are requesting cannot be served because of the ISAPI and CGI restrictions list settings on the web server'
Can you please tell me whether both Basic and SQL authentication works from the same application
Posted
Updated 10-Sep-19 22:13pm

1 solution

Quote:
... the application is throwing error 'The page you are requesting cannot be served because of the ISAPI and CGI restrictions list settings on the web server'


Please, read this to resolve your issue: 404.2 The page you are requesting cannot be served because of the ISAPI and CGI Restriction list settings on the Web server[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900