When looking into setting up SQLXML 3.0 I found this:

1.. Download SqlXml 3.0 (this test was done with Sp2 Beta 1).
2.. Run the installation program. You will need to also install the SOAP
toolkit if you want to use the SqlXml SOAP features.
3.. Open the IIS Virtual Directory Management tool under Start ->
Programs -> SqlXml 3.0 -> Configure IIS.
4.. Create a new virtual directory. Enter the information on the General
tab and the Security tab. When you go to the Data Source tab you should be
able to browse the databases on the server. If you can't then you need to
check your security settings.
5.. Turn on Allow sql= queries so that you can test your setup. Make sure
you turn this off when you are done testing.

I am finding however that i cant browse to my index page in the new virual
directory. This index page is basic aspx for login, no sql connection
required until login started.

note: win 2003 web edition, sql 2005 express.

Thanks for any help
Scott

Re: browse index page after SQLXML3.0 install ? by scott

scott
Fri Aug 25 05:52:00 CDT 2006

I setup a VD using "VD Managment for SQLXML 3.0", changed VD to ASP.2.0 and
now get this error on my login page (can someone help ?)

Configuration Error
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.

Parser Error Message: It is an error to use a section registered as
allowDefinition='MachineToApplication' beyond application level. This error
can be caused by a virtual directory not being configured as an application
in IIS.

Source Error:

Line 30: -->
Line 31: <!-- Set Authentication mode -->
Line 32: <authentication mode="Forms">
Line 33: <forms name="FrontEnd" loginUrl="LoginPage.aspx"
protection="All" timeout="10" path="/">
Line 34: </forms>

Source File: c:\inetpub\wwwroot\three\web.config Line: 32


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET
Version:2.0.50727.42



Re: browse index page after SQLXML3.0 install ? by scott

scott
Fri Aug 25 06:07:32 CDT 2006

actually, asp code should not reside in the SQLXML dir. is this correct ?



Re: browse index page after SQLXML3.0 install ? by scott

scott
Fri Aug 25 06:28:42 CDT 2006

got it working i think.