Click to See Complete Forum and Search --> : Deploy an XSD file


senseasian
03-13-2008, 02:07 PM
I need to deploy an XSD file, and this file needs to be accessible via internet, I tried to put this file in one of the already existing folder of my website but I get a page not found error when I try to access it.

so for example the path is //mywebsite.com/xsdfiles/xsdfile.xsd

and when I try to access it using http://www.mywebsite.com/xsdfiles/xsdfile.xsd I get a page not found error.

any suggestions?

Thank you in advance.

Hack
03-15-2008, 04:41 AM
An XSD schema file is just a normal static resource file. There is nothing special that needs to be done with respect to putting it on a web server.

The only thing that pops to mind is checking the configuration of your web server.

Have you successfully deployed other files to your web site?

Hack
03-15-2008, 05:14 AM
I've been looking around on this topic and found this (http://msdn2.microsoft.com/en-us/library/system.net.httpwebrequest.credentials.aspx). Hopefully this will help.