Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
e_polhemus
Starting Member
1 Post |
Posted - 2002-04-08 : 22:35:00
|
| Hey all - I am currently running SQL Server 2000 with Service Pack 2 and SQL XML WebRelease 1. Everything was working well until today. Now I am unable to run any XML Queries. When I attempt to open an XML page that is in the SQL Virtual Directory in IIS, I get a 404 Page Not Found Error. I did download the latest HotFixes for IIS today, and I am wondering if anyone might be aware of any conflicts there might be. Any thoughts are greatly appreciated.Thanks in advance,Erin |
|
|
AjarnMark
SQL Slashing Gunting Master
3246 Posts |
Posted - 2002-04-09 : 00:20:54
|
| If you are truly getting a 404 error, then I would be VERY surprised if it had anything to do with SQL. But perhaps something in the HotFix altered an IIS setting, perhaps messing up the virtual folder pointer. I'd suggest you look in the Internet Services Manager on your IIS machine and make sure that the virtual folder is there. Next, do an OS level search for the page that you are trying to browse, and any files that it "includes" or otherwise references in links, form tags, etc.Did any file/user permissions change in the process? Perhaps, the IUSR_MachineName or the Everyone accounts were restricted.------------------------GENERAL-ly speaking... |
 |
|
|
|
|
|