About uploading asp.net application
-
i have developed one application in asp.net.i have to upload that file .using ftp explorer i am uploading.what and all settings i have to set in server to upload my asp.net webapplication and in mail server also to send mail. in which folder i want to upload my application?
-
i have developed one application in asp.net.i have to upload that file .using ftp explorer i am uploading.what and all settings i have to set in server to upload my asp.net webapplication and in mail server also to send mail. in which folder i want to upload my application?
anujose wrote:
i have to upload that file .using ftp explorer i am uploading.what and all settings i have to set in server to upload my asp.net webapplication and in mail server also to send mail.
It depends on the provider who provides server space for your application. They will give the settings. For sending mail you need to ask them the SMTP server details.
anujose wrote:
what and all settings i have to set in server to upload my asp.net webapplication
Upload all ASPX,ASCX,ASMX,.CONFIG files and dll's in bin. Make sure all the path you have used in your application is not physical path.
printf("Navaneeth!!") www.w3hearts.com
-
anujose wrote:
i have to upload that file .using ftp explorer i am uploading.what and all settings i have to set in server to upload my asp.net webapplication and in mail server also to send mail.
It depends on the provider who provides server space for your application. They will give the settings. For sending mail you need to ask them the SMTP server details.
anujose wrote:
what and all settings i have to set in server to upload my asp.net webapplication
Upload all ASPX,ASCX,ASMX,.CONFIG files and dll's in bin. Make sure all the path you have used in your application is not physical path.
printf("Navaneeth!!") www.w3hearts.com
After uploading my application when i am trying to open my application error is coming like Server Error in '/' Application. -------------------------------------------------------------------------------- Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. Source Error: Line 44: by Microsoft that offers a single logon and core profile services for member sites. Line 45: --> Line 46: Line 47: Line 48:
-
After uploading my application when i am trying to open my application error is coming like Server Error in '/' Application. -------------------------------------------------------------------------------- Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. Source Error: Line 44: by Microsoft that offers a single logon and core profile services for member sites. Line 45: --> Line 46: Line 47: Line 48:
It means virtual directory not created in IIS web site. First create the virtual directory then try again.
Regards R.Arockiapathinathan
-
After uploading my application when i am trying to open my application error is coming like Server Error in '/' Application. -------------------------------------------------------------------------------- Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. Source Error: Line 44: by Microsoft that offers a single logon and core profile services for member sites. Line 45: --> Line 46: Line 47: Line 48:
In your server which directory is being configured as virtual directory ? Mail me the server detail..I will do i t for you
printf("Navaneeth!!") www.w3hearts.com
-
In your server which directory is being configured as virtual directory ? Mail me the server detail..I will do i t for you
printf("Navaneeth!!") www.w3hearts.com
-
in that server i have uploaded some html files it's working properly.asp.net file only is not working properly.............what i want to do?.........my directory name is v1.1. in that directory only i uploaded my html and asp.net files.
If you trust me you can provide the user name and password for ftp and i will let you know where you went wrong
printf("Navaneeth!!") www.w3hearts.com
-
in that server i have uploaded some html files it's working properly.asp.net file only is not working properly.............what i want to do?.........my directory name is v1.1. in that directory only i uploaded my html and asp.net files.
Just set your folder as web root folder (that is same as creating virtual directory) << >>