Author: Sathiya
-
Could not load file or assembly ‘App_Code’ or one of its dependencies
To resolve this below issue Recompiled your application and depoloy it again Could not load file or assembly ‘App_Code’ or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded. Description: An unhandled exception occurred during the execution of the current web request. Please review…
-
How to create Domain Forwarding
Please note that you can follow the below procedure to forward the domain domain1.com to domain2.com 1> Login to your plesk control panel.2> Click on subscriptions.3> Click on open in control panel.4> Click on website and domains5> Click on the domain name at the bottom.6> Click on change hosting and enter the domain name for…
-
How to create a customer account for existing domain in plesk
Please note that you need to use the below procedure for creating the customer account for the domains which is already exist in the control panel. 1> Create the customer account.During the creating of this uncheck the subscription option.That is dont create the subscription option.Now you have created only the customer account with out any…
-
How to move a database to the different database server within Plesk?
How to move a database to the different database server within Plesk on Motherhost Server? Log into Plesk Navigate to the Domains > example.com > Databases: Click on the Copy button under the database that should be moved to another database server Select the desired target database server in the Destination database server field: Specify the same name to the Destination…
-
How to set up a Auto-Reply in Email
Please note that to follow the below procedure to enable the Auto-Reply: 1.Login to the plesk control panel.2.Click on the customer.3.Click on the domain.4.Click on the “Open with control panel”5.Click on the mail tab.6.Click on that mail id7.Click on Auto-Reply.8.Enter your massages in the auto-reply.9.Click on ok.
-
IIS shows 500 Internal server error on everything
try check with your asp.net version enable properly in plesk To configure ASP.NET Settings for a site:
-
Importing Databases
Importing Databases To import an existing database: If you are subscribed to several hosting packages and have access to several webspaces associated with your account, in the Subscription menu at the top of the screen, select the required webspace. Go to the Websites & Domains tab > Databases(in the Advanced Operations group) > Add New Database. Enter a name for the database. We…
-
List of SMTP, POP3 and IMAP Server
Default Ports: Server: Authentication: Port: Host Address SMTP Server (Outgoing Messages) Non-Encrypted AUTH 25 (or 587) yourdomain.com Secure (TLS) StartTLS 587 india.windowshostingdns.com Secure (SSL) SSL 465 india.windowshostingdns.com POP3 Server (Incoming Messages) Non-Encrypted AUTH 110 yourdomain.com Secure (SSL) SSL 995 india.windowshostingdns.com MAP Server (Incoming Messages) Non-Encrypted AUTH 143 yourdomain.com Secure (TLS) StartTLS…
-
Permalinks without mod_rewrite for WordPress
“Pretty” permalinks usually require mod_rewrite, and IIS (common on Windows servers) does not support mod_rewrite. (If you are using Apache 2.0.54, on Windows, mod_rewrite may work, provided it is enabled in apache\conf\httpd.conf.) If you are using IIS 7 and have admin rights on your server, you can use Microsoft’s URL Rewrite Module instead. Though not completely compatible with mod_rewrite, it does support WordPress’s…