-
Posted to
IIS7 - Security
by
gavinharriss
on
06-29-2009, 1:35 AM
Oops, sorry... seems I was barking up the wrong tree! The true issue was something unrelated.
-
Posted to
IIS7 - Classic ASP
by
gavinharriss
on
06-29-2009, 1:35 AM
Oops, sorry... seems I was barking up the wrong tree! The true issue was something unrelated.
-
Posted to
IIS7 - Configuration & Scripting
by
gavinharriss
on
06-29-2009, 1:35 AM
Oops, sorry... seems I was barking up the wrong tree! The true issue was something unrelated.
-
Posted to
IIS7 - Configuration & Scripting
by
gavinharriss
on
06-25-2009, 10:17 PM
Hi,
We've migrated a number of old sites we've inherited
across to IIS7 / Windows Server 2008, however we've run in to an issue
which I believe is possibly IIS7 being locked down by default to deny
cross domain form posts.
domainA.com has a link which when
clicked posts a form with a hidden field to domainB.com. But when this
is ...
-
Posted to
IIS7 - Classic ASP
by
gavinharriss
on
06-25-2009, 10:16 PM
Hi,
We've migrated a number of old sites we've inherited
across to IIS7 / Windows Server 2008, however we've run in to an issue
which I believe is possibly IIS7 being locked down by default to deny
cross domain form posts.
domainA.com has a link which when
clicked posts a form with a hidden field to domainB.com. But when this
is ...
-
Posted to
IIS7 - Security
by
gavinharriss
on
06-25-2009, 1:32 AM
Hi,
We've migrated a number of old sites we've inherited across to IIS7 / Windows Server 2008, however we've run in to an issue which I believe is possibly IIS7 being locked down by default to deny cross domain form posts.
domainA.com has a link which when clicked posts a form with a hidden field to domainB.com. But when this is ...
-
Posted to
IIS7 - Classic ASP
by
gavinharriss
on
06-19-2009, 6:57 PM
Actually, just dug out urls...
Here's some code examples:
http://msdn.microsoft.com/en-us/library/bb266517(VS.85).aspx
And I used this info to figure out what sort of data is available to query:http://msdn.microsoft.com/en-us/library/bb419046(VS.85).aspx
-
Posted to
IIS7 - General
by
gavinharriss
on
06-19-2009, 6:54 PM
Here's some code examples:
http://msdn.microsoft.com/en-us/library/bb266517(VS.85).aspx
And I used this info to figure out what sort of data is available to query:
http://msdn.microsoft.com/en-us/library/bb419046(VS.85).aspx
-
Posted to
IIS7 - Classic ASP
by
gavinharriss
on
06-19-2009, 6:25 PM
The code I wrote was very specific to the environment I was in. However, there's some great examples on MSDN for different languages (.NET, classic asp, etc.) which I used. Can't remember the urls to examples but a quick search on MSDN should find them for you ;)
-
Posted to
IIS7 - General
by
gavinharriss
on
06-19-2009, 6:22 PM
Some people seem to think it was a 64 bit vs 32 bit issue... trying to run 32bit dll's in a 64 bit environment which makes sense from what I saw.
I actually removed Indexing Service and installed Windows Search Service instead, coding up a new solution using ADO. Was actually very easy to swap over in my case.