View Full Version : Trying to implement .aspx
SarahLoukota
02-04-2003, 03:19 AM
I'm a flash developer, and I have an .aspx file that reads variables from .txt files and then flash imports the .aspx file.
Everything works great in local testing (localhost) but once I've uploaded everything it does not work.
I am importing the System.IO namespace in the beginning of the .aspx file. Should I not do this?
I'm new to C# so please bear with me.
Thanks!
Sarah
bruce
02-04-2003, 05:01 AM
Post your code & error message. This will help!
[b]quote:Originally posted by SarahLoukota
I'm a flash developer, and I have an .aspx file that reads variables from .txt files and then flash imports the .aspx file.
Everything works great in local testing (localhost) but once I've uploaded everything it does not work.
I am importing the System.IO namespace in the beginning of the .aspx file. Should I not do this?
I'm new to C# so please bear with me.
Thanks!
Sarah
</blockquote id="quote"></font id="quote">
SarahLoukota
02-05-2003, 12:59 PM
Actually - thanks for the response but I figured out the error. Apparently when I uploaded to the server, I was getting an error because I had a link to the text file and it was reading the slashes "\" and terminating the script. I put a "@"before each link and it solved the problem.
Obviously it had nothing to do with the NameSpace - but I did figure out my error by setting up the web.config to show errors.
Again, thanks for your response!
vBulletin® ©Jelsoft Enterprises Ltd.