# XML server-side?

**URL:** https://forum.kirupa.com/t/xml-server-side/278070
**Category:** flash
**Created:** [December 21, 2008, 7:29pm UTC](https://forum.kirupa.com/t/xml-server-side/278070 "2008-12-21T19:29:38Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![slhm1](https://avatars.discourse-cdn.com/v4/letter/s/278dde/32.png) [@slhm1](https://forum.kirupa.com/u/slhm1)
#### Post date: [December 21, 2008, 7:29pm UTC](https://forum.kirupa.com/t/xml-server-side/278070/1 "2008-12-21T19:29:38Z")

</div>

Hi.

Hope I’ve hit the correct forum.  
My question is, can server-side .asc files load and read XML files?  
I got the process to do this in AS3, but naturally that’s an .as file, not an .asc file.

The reason I am asking is that I want client-side to input and send login-details to server-side, server-side loads and reads XML file containing this data, matches it, and either accepts or rejects the connection.

Is there a way to make it read an XML file? Or do I have to write a standalone .as file as a manager for doing this? And if so, how do I make the server-side .asc file “include” this manager to make use of its XML-reading and processing functions?

Regards,  
slhm1
