Why doesnt it work in a remote server ?
I have simple asp.net page that goes like
<%Response.Write ("Hello World")%>
This page works ok at my local server running both Win2K Pro and WinXP Pro (IIS5, .NET Enabled)
However, when I upload it to my site (IIS 5, also .NET enabled), it returns the aspx customerror crap...Seems to me every aspx page that works on my localhost doesnt work over at my remote site. And the ASP.NET Custom error page is proof that .NET is installed on their server.
http://www.softwaremaker.net/swmwebt...t/debugok.aspx
Can anyone tell me what is missing at their server that I should tell them abt ? Thanks for any help. I appreciate it.