Re: problems with my web application



Have you gone into IIS and created it as an application?
Go into Administrative Tools, right click the folder of your webapp, select
properties, and click on [Create] on the Application Name line

This happens automatically on your local web serve when you create a new
project, but you need to do that manually on your production server if you
use xcopy deployment.
I haven't played around with the other deployment option, though.

I hope that helps.

Arnd Hurlbrink


"AmanoYaku" <bumplfritz@xxxxxxxxx> wrote in message
news:1138323177.864588.304960@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
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



.



Relevant Pages

  • problems with my web application
    ... my .aspx files run locally fine but when i deploy to webserver i get ... An application error occurred on the server. ... This tag should then have its ... connection string is registered in web.config. ...
    (microsoft.public.dotnet.csharp.general)
  • problems in placing an ASP.NET page on a website
    ... I can only access this server by uploading files to it via an ftp program. ... To enable the details of this specific error message to be viewable ... This <customErrors> tag should then have its "mode" attribute ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: ASP.NET Configuration Error under Windows Server 2003 R2
    ... After I finished replacing the beta version of the .NET Framework v2.0 ... website on the new Windows Server 2003 R2 test server, ... This <customErrors> tag should then have its ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Page Authentication
    ... Logon button on the main.aspx, ... An application error occurred on the server. ... This <customErrors> tag should then have its ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: ASP.NET 2.0 on Windows 2000
    ... properly on the other Windows 2000 server. ... viewable on remote machines, please create a tag within a ... This <customErrors> tag should then have its ...
    (microsoft.public.dotnet.framework.aspnet)