Ahh, the missing step.
On the secondary redirect site, create a directory to hold your asp script, give it an independent application from the root and make it non-ssl accessible to beat the endless 401.3 cycle.
Neil
Did this at USF Health to meet HIPAA compliance when implementing WSS 2.0 after a few beta sites were implemented.
1. move your "default web site" to port 8080 for http, keep 443 for https
2. create a new web site on port 80 for http, whatever you please for https
3. make the new site SSL...
Is the bigint column the identity column? Access seems to freak out over this; something about associating identity with autonumber (type int). If this is the case, tone down bigint to int if you can. Otherwise, change it to the massive uniqueidentifier with newid() and not null in place, and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.