|
|
Posted: 2/22/2010 10:32:46 AM
Hey Ron,
It was brought to my attention by a RL friend who is trying to apply with us that the app page isn't working. Just thought I'd let you know in case you weren't aware.
And for the record, this girl is a gem, so I am soooo excited that she's transferred over to play with us! I'm not sure yet how much she plans on playing- but she's east coast so I may have found you another raider =P.
|
|
|
Posted: 2/22/2010 12:51:02 PM
Any chance I can get more info than "isn't working"? I'm going through it and it's okay to me.
|
|
|
Posted: 2/22/2010 1:05:52 PM
The only obvious thing I found is the Register link on the page wasn't working. I've fixed that. Have her try it again, and if we continue to get problems, we'll need to go into more detail.
|
|
|
Posted: 2/22/2010 1:29:16 PM
Wow. You hear me come home from work and complain day in and day out about the folks I work for. "It's not working" What's that tell me or my team? More info is good! My god woman... Just wait till I get home...
"It's not workin' "... what the... grrrrr...
Jesilynn said:
Hey Ron,
It was brought to my attention by a RL friend who is trying to apply with us that the app page isn't working. Just thought I'd let you know in case you weren't aware.
And for the record, this girl is a gem, so I am soooo excited that she's transferred over to play with us! I'm not sure yet how much she plans on playing- but she's east coast so I may have found you another raider =P.
|
|
|
Posted: 2/22/2010 5:58:05 PM
lol, Sunny you're a jack ass. But I knew that already =P
Ok, here is the more info... I click the apply link and it goes to a page that says this...
Server Error in '/' Application. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
<! Web.Config Configuration File >
<configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<! Web.Config Configuration File >
<configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration>
When I open the link in IE though it works fine.
|