Question
Site not showing ASP pages
I am working on a site that is connecting to our SQLServer
2000 for my ASP pages. If I view the site from the server (
http://localhost), the site & asp
pages work fine. If I view the pages when developing, they work
fine.
However, when I navigate to the site from my workstation ( http://servername), which is how I need it to be for my users, the ASP pages do not work....I receive the "HTTP 500 error - page cannot be displayed" page. I know it has to do with security, because I can view the basic HTML pages.
For the site, it is using IIS 6.0, authentication is set for "Integrated Windows authentication" and "Digest Authentication for domain servers".
Here is my connection string being used: "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=QMI;Data Source=TFA_DB"
Anyone have any ideas?
However, when I navigate to the site from my workstation ( http://servername), which is how I need it to be for my users, the ASP pages do not work....I receive the "HTTP 500 error - page cannot be displayed" page. I know it has to do with security, because I can view the basic HTML pages.
For the site, it is using IIS 6.0, authentication is set for "Integrated Windows authentication" and "Digest Authentication for domain servers".
Here is my connection string being used: "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=QMI;Data Source=TFA_DB"
Anyone have any ideas?
