A private assembly and a shared assembly


Can anyone explain what is the difference between a private assembly and a shared assembly?

Yes sure , Location and visibility: A private assembly is normally used by a single application, and is stored in the application’s directory, or a sub-directory beneath. A shared assembly is normally stored in the global assembly cache, which is a repository of assemblies maintained by the .NET runtime. Shared assemblies are usually libraries of code which many applications will find useful, e.g. the .NET framework classes.
Versioning: The runtime enforces versioning constraints only on shared assemblies, not on private assemblies.

Reseller web hosting info.


hi,
By purchasing a Reseller web hosting plan from cpwebhosting.net, i want to start a web hosting company. can i advertises my own web hosting company as the actual service provider?

yes, u can do it.

when the hosting reseller advertises his company as the actual service provider, and does not use the name of the actual underlying web-host provider it is called Private Labeling. This way the customers do not know who the actual provider is, and do not try to go around the reseller for a better price. In most cases, the customer does not even know that he is using a reseller.

 

Satellite Assemblies


What are Satellite Assemblies?

Satellite assemblies are often used to deploy language-specific resources for an application. These language-specific assemblies work in side-by-side execution because the application has a separate product ID for each language and installs satellite assemblies in a language-specific subdirectory for each language. When uninstalling, the application removes only the satellite assemblies associated with a given language and .NET Framework version. No core .NET Framework files are removed unless the last language for that .NET Framework version is being removed.

customer orders check


hi,
I have purchase a Reseller web hosting plan from cpwebhosting.net and start my own web hosting company.A customer signed up for services.How can i check this customer is legitimate or fraud?

For screen all incoming orders for credit card fraud Check:-

1.Order IP Location Match with Billing Address
2. Email Address Verification

Fraudulent orders are often placed for the highest dollar amount possible. In hosting this might mean that a customer is trying to pre-pay for 6 months or a full year. Stolen credit cards tend to be used to buy a longer period since the thief knows the credit card will be canceled and is hoping that it just takes a while so that he can use the hosting account for more criminal activity.

check the information such as customer name and address appear to be formatted correctly? Criminals placing a fraudulent order often don’t take the time to use proper writing/spelling. They just use lower case writing for the entire name and address information. Or they might just use all caps. Watch for both as they are good indicators if the order is placed from a real customer or not. Anyone taking a little pride in himself uses proper upper case / lower case writing for his personal name and address.

Cookieless Session


What is cookie less session? How it works?

By default, ASP.NET will store the session state in the same process that processes the request, just as ASP does. If cookies are not available, a session can be tracked by adding a session identifier to the URL. This can be enabled by setting the following:
<sessionState cookieless=”true” />

Control over my resold accounts ?


hello,
I want to purchase a Reseller web hosting account from cpwebhosting.net.As a reseller, how much control do I have over my resold accounts?
When you signup as a reseller, your primary reseller account will be setup with software called Web Host Manager, this host manager will allow you to activate accounts, delete accounts, suspend accounts, un-suspend accounts, upgrade or downgrade accounts.

cpwebhosting.net give you TOTAL control over your resold accounts.

Is cpwebhosting.net allow to upgrade Reseller Plan, in the future if anyone want to?

Yes, cpwebhosting.net allow you to upgrade your package at any time in the future, or you can even move up to one of our dedicated servers plans

What is smart navigation?


Can anybody tell me what is smart navigation?

Yes sure , When a page is requested by an Internet Explorer 5 browser, or later, smart navigation enhances the user’s experience of the page by performing the following:
• eliminating the flash caused by navigation.
• persisting the scroll position when moving from page to page.
• persisting element focus between navigations.
• retaining only the last page state in the browser’s history.

Protect webservice


How you will protect / secure a web service?

For the most part, things that you do to secure a Web site can be used to secure a Web Service. If you need to encrypt the data exchange, you use Secure Sockets Layer (SSL) or a Virtual Private Network to keep the bits secure. For authentication, use HTTP Basic or Digest authentication with Microsoft® Windows® integration to figure out who the caller is.
these items cannot:
•Parse a SOAP request for valid values
•Authenticate access at the Web Method level (they can authenticate at the Web Service level)
•Stop reading a request as soon as it is recognized as invalid

Support from your end


Can I just send my customers to your helpdesk for support ?

Well, we can, but, how will you be concealing our name, we will try to do this from our end. Rest is upto you.