The starter kit works on my local server fine, but unfortunately when I put it on the remote server I get the following error:
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".
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.
[:(] I have changed it but I still get the same error.
could you tell me the reason?
You might have a stray character or incorrect syntax in Web.config, which could be a possible reason why you're still getting that after setting customErrors mode="Off". Double check Web.config and make sure that everything
looks OK.
I just finished the conversion to VB. Actually the Membership Provider is still in C#, but the rest of the site is in VB. I just have to package it up. I will hopefully put it up tomorrow.
Just let your know that I use some of your C# AccessHelper code for my site at
http://www.edream.org. It works great! I recommend you to everyone that don't have sql server.
I have to give credit to this forum and the people on it. I've learned quite a bit from pulling apart the Starter Kit and getting answers from the people here. The forum for VB.NET and the Amazon Movie VB Starter Kit is not well organized at all.
kretzmann
Member
10 Points
2 Posts
Re: Personal Starter Kit for MS Access
Jan 02, 2006 06:12 AM|LINK
I found the error. When I Web Alias to redirect my domain it didn't work but when I switched it to Web Forward it works fine.
Kretzmann
aymanh5
Member
35 Points
13 Posts
works localy not remotely
Jan 24, 2006 06:45 AM|LINK
The starter kit works on my local server fine, but unfortunately when I put it on the remote server I get the following error:
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".
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.
Can enybody help?
StrongTypes
All-Star
30801 Points
6013 Posts
ASPInsiders
Re: works localy not remotely
Jan 24, 2006 07:49 AM|LINK
Make sure that the customErrors node of Web.config has mode set to Off so you can see the runtime error.
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
aymanh5
Member
35 Points
13 Posts
Re: works localy not remotely
Jan 24, 2006 09:39 AM|LINK
[:(] I have changed it but I still get the same error.
could you tell me the reason?
rgibson69
Member
317 Points
65 Posts
Re: Personal Starter Kit for MS Access
Jan 27, 2006 02:31 AM|LINK
Does anyone know if this has been converted to VB?
Does anyone know if this can be converted to VB (if not why)?
I have an application that may benefit from this.
Rob
rgibson@robgibson.ca
www.robgibson.ca
StrongTypes
All-Star
30801 Points
6013 Posts
ASPInsiders
Re: works localy not remotely
Jan 27, 2006 02:59 AM|LINK
[:(] I have changed it but I still get the same error.
could you tell me the reason?
You might have a stray character or incorrect syntax in Web.config, which could be a possible reason why you're still getting that after setting customErrors mode="Off". Double check Web.config and make sure that everything looks OK.
victorcorey
Member
332 Points
104 Posts
Re: Personal Starter Kit for MS Access
Jan 27, 2006 03:53 AM|LINK
Hello Rob,
I just finished the conversion to VB. Actually the Membership Provider is still in C#, but the rest of the site is in VB. I just have to package it up. I will hopefully put it up tomorrow.
Thanks,
Victor
suegooge
Participant
1180 Points
235 Posts
Re: Personal Starter Kit for MS Access
Jan 27, 2006 01:37 PM|LINK
Victor,
Just let your know that I use some of your C# AccessHelper code for my site at http://www.edream.org. It works great! I recommend you to everyone that don't have sql server.
Sue
rgibson69
Member
317 Points
65 Posts
Re: Personal Starter Kit for MS Access
Jan 27, 2006 01:43 PM|LINK
Thanks Victor. Your work is much appreciated.
I have to give credit to this forum and the people on it. I've learned quite a bit from pulling apart the Starter Kit and getting answers from the people here. The forum for VB.NET and the Amazon Movie VB Starter Kit is not well organized at all.
victorcorey
Member
332 Points
104 Posts
Re: Personal Starter Kit for MS Access
Jan 27, 2006 04:00 PM|LINK
The MS Access conversions can be found here:
C#: http://www.victorcorey.com/personalStarterKitMSAccess.vsi
VB: http://www.victorcorey.com/personalStarterKitMSAccessVB.vsi
Please let me know if there are any problems.
Thanks,
Victor