problems with my web application
- From: "AmanoYaku" <bumplfritz@xxxxxxxxx>
- Date: 26 Jan 2006 16:52:57 -0800
hi,
my .aspx files run locally fine but when i deploy to webserver i get
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>
but editing my web.config didint help :(
Second when i try to edit user admin in manage users in ASP .NET
Configuration i get
The following message may help in diagnosing the problem: Procedure or
Function 'aspnet_Membership_GetUserByName' expects parameter
'@TimeZoneAdjustment', which was not supplied. at
System.Web.Administration.WebAdminPage.CallWebAdminHelperMethod(Boolean
isMembership, String methodName, Object[] parameters, Type[]
paramTypes) at ASP.security_users_edituser_aspx.Page_Load() in
c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ASP.NETWebAdminFiles\Security\Users\editUser.aspx:line
38 at System.Web.Util.CalliHelper.ArglessFunctionCaller(IntPtr fp,
Object o) at
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender,
EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at
System.Web.UI.Control.LoadRecursive() at
System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Third iam using 2 databases one of them is the default user database
that web developer express creates when using the login controls, it
has no connection string tag in web.config , only my own datbase
connection string is registered in web.config . My question is do i
need a connection string for the user db too in web.config ?? please
help iam new to this ! if needed i can send my application code
.
- Prev by Date: Re: Trouble with using User Control in different projects
- Next by Date: Cannot Install Dot Net Service Using the Installer
- Previous by thread: Event Handling
- Next by thread: Cannot Install Dot Net Service Using the Installer
- Index(es):
Relevant Pages
|