Configuration :: Website Works Fine Locally But Makes Error On Shared Hosting?

Apr 20, 2010

The error is mentioned below, the cssfriendly.dll is in bin, and browser file is in there app_browsers folder. And it is working in same PC (developping PC), on remote server that belong to my company (i just installed .net 3.5 on that server)

I tried uploading the same site on 2 dufferents hosting, and finally i got the same error. What could gone wrong ? I tried contacting the hosting support but they work in ticketing system and this is extremely slow.

Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Could not load type 'CSSFriendly.MenuAdapter'.

Source Error:

[Code]....

View 4 Replies


Similar Messages:

Configuration :: Local Works Fine But Published Website Fails With Error?

Dec 7, 2010

I have a solution that has 2 projects in it... Project #1 is a class I created some time back to deal with the basic data connection and passing data back and forth.

The 2nd project is the new current project (web site).

Everything works fine in local mode but after I have compiled Project #1 and created a referance in Project #2 then compiled Project #2 and published to the server...

I am running on Windows 7 64bit, .NET 4.0, Access 2010, SQLExpress (loging only), C#... I have rebuilt Project #1 several times as an x86, AnyCPU, and x64... they all give the same result...

I get the following error when the web site is run.

[Code]....

View 4 Replies

Web Forms :: Locally It Works Fine - But Deployed To The Web Serve It Gives A Windows Prompt?

Jan 6, 2010

This is very strange behaviour from my login control - locally it works fine - But deployed to the web server (With an external hosting company) it gives a windows prompt, even though the authorisation is set to "Forms".Here is my web.config file:

[Code]....

View 13 Replies

Configuration :: Error While Hosting The Website In IIS 7?

Jan 13, 2011

I have created sample site and it is hosted in IIS7. When i try to use the website from some other machine, It shows page cannot be displayed.

But with same machine if i logged in as adminstrator and try to use the website, it is working fine.

Normal user - Unable to view the web page

Admin user - Able to view the web page.

Is there any configuration setting i need to modify to host the site in IIS 7?

View 5 Replies

Configuration :: Menu Works Locally But Not On Server?

Oct 8, 2010

I have a menu that uses a sitemap. The menu works locally, but not on the server. Below is my code for the menu, data source, and the sitemap. why I can run it locally and use the menu, but I cannot use the menu on the server?

[Code]....

View 9 Replies

Configuration :: Web Service Works Locally But Not When Deployed?

May 28, 2010

When I deploy my web service, I get the following error:

There is no build provider registered for the extension '.svc'. You can register one in the <compilation><buildProviders> section in machine.config or web.config. Make sure is has a BuildProviderAppliesToAttribute attribute which includes the value 'Web' or 'All'.

I found one thread ([URL] that a solution but, I can not get it to work. If I make the changes to my web config file as in the thread, I then get a configuration error. One odd thing is that, if I check the machine.config file on my machine, located at C:WINDOWSMicrosoft.NETFrameworkv2.0.50727CONFIGmachine.config, I don't see any of the config settings described in the thread. As a matter of fact, there is no mention of "compilation" or "buildProviders" at all.

Here is my entire config file listing:

[Code]....

View 2 Replies

Configuration :: Hosting ASP Website - Always Getting Runtime Error

Feb 24, 2011

I have built some ASP.NET websites in the past, mostly for local web applications. But this time I am looking to build a public website based on ASP.NET. The hosting and domain name is already in place but it is my job to create the site. I would like to use ASP.NET because I am most framiliar with it. I am just not positive the webserver supports it. I have tried creating a few different sites using different Net.Framework versions, but I always get a Runtime Error when I'm trying to access it across the internet. It tells me to change the customErrors value to OFF so I can see the error remotely. But I do that and for some reason its like its not seeing the Web.Config file I have. Because nothing changes and I still get the error. Any help would be great in figuring out if it supports ASP.NET. On another note I tried an ASP file which worked fine, but I'm not sure if theres a difference. Also if I make up a random url say [URL] I get the same error.

View 4 Replies

Differences Hosting A Website On Some Remote Server VS Running It Locally On Dev Environment

Jul 4, 2010

some differences hosting a website on some remote server VS running it locally on dev environment.The reason why i am asking is, If I run my website locally it works fine no exceptions, runs smooth. But when deployed on a remote hosting server. Its like a nightmare to me :(very often i get object Instance not set to instance of object..... I am ok with the error message, But the same situation should happen locally,

View 6 Replies

Configuration Works Fine Only On Local Server?

Jun 22, 2010

i got this error on live server after uploading. On local server it's working fine Unable to validate data.ource:

System.WebTargetSite: Byte[] GetDecodedData(Byte[], Byte[], Int32, Int32, Int32 ByRef)
StackTrace: at System.Web.Configuration.MachineKeySection.GetDecodedData(Byte[] buf, Byte[] modifier, Int32 start, Int32 length, Int32& dataLength)
at System.Web.UI.ObjectStateFormatter.Deserialize(String inputString

View 6 Replies

Configuration :: Upload Via FTP Works When Code Runs Locally But Not From A Remote Server?

Nov 15, 2010

I have a page which uploads a file from server A to server B. The user first uploads the file to server A, where it's saved into a diretory, then once the file is safely stored there, I'm transferring it to a second server, server B, using the following code:

[code]....

So, in summary, the only difference I can see between the working case and the non-working case is the server that'ssending the file.

View 4 Replies

Configuration :: Database Is Not Working In Shared Hosting?

Jul 13, 2010

i have just completed my website in asp.net using visual studio 2008 with sql server 2005 express edition.

my database is mdf file based..

i have uploaded my website in godaddy with the help of cute ftp..

but the problem is that my database is not working..

Is it ok to upload complete website along with database using cute ftp? or i have to create separate database for it and make connections...

i read somewhere that file based website doesnot required any connection, database is simply uploaded along with website..

View 2 Replies

Security :: Website Not Allowing To Login Through IE But Works Fine With Firefox?

Aug 6, 2010

I have an ASP.net application hosted on Win2003 server. When I set the Authenticated Access to just Integrated Windows Authentication, IE7 & IE8 started failing in loging into the site with an error 401.1 ("You are not authorized to view this page"). But Firefox has no issues in loging into the site. why IE is failing to login with Integrated Windows Authentication where FireFox works perfectly?

View 1 Replies

Configuration :: Session Value Becomes Null On Deploying - Works Fine With Development?

Aug 16, 2010

My Session gets null after redirecting to other page,

Below written is my code in login page:

protected
void btnLogin_Click(object
sender, ImageClickEventArgs e)
{
// saving login history calling submit function to save login details in database
callsubmitfunctionofDatalayer();
//saving session
Session["Username"] = txtUsername.Text;

[Code]....

View 3 Replies

Configuration :: Code Works Fine On Test, Crashes On Server?

Nov 5, 2010

I can't believe the number of issues that seem to work fine on test but completely crash and burn on production.I have a situation where the code works fine in the test/development environment, but when you press a button in production, it crashes with:

[Code]....

Its just a button push, that is suppose to rebind a quantity change back to the database that the user has changed in a textbox in Gridview Edit.

[Code]....

[Code]....

View 3 Replies

Configuration :: Web Hosting In IIS - Error - HPPT 403 Forbidden - The Website Declined To Show This Webpage?

Jan 9, 2011

I am a begineer in ASP.Net programming. After learning the basics, I tried to host a simple website in a virtual directory. But the explorer returns error mentioned in the subject. Background tools used:

Operating system - Windows XP SP 3

IIS Server - 5.1

Internet explorer - 8

Visual Studio 2010

.Net Frame Work - 4

I have tried numerous ways described in various articles including those posted in this site to get the error solved, but in vain.

View 2 Replies

C# - Sending Bulk Emails From Website Through Shared Hosting?

Jul 1, 2010

I am using gmail server settings to send emails for my asp.net website. Since there is a limitation on number of mails sent per day and limitations on sending to number of users, I cant use this service for long. Even If I use an idea to make sure I use multiple id's to send thousands of emails it will still not work.

I am taking care of all norms of subscribe and unsubscribe options, so that only registered users will receive mails.

I need to build a system which send mails accross thousands of emails * thousands of users per day. . I think this is possible, as emailers in twitter,facebook, orkut, linkeden work on same basis. Many of them use MailChimp Email Service.

But I am hosting my website on shared hosting (www.crystaltech.com) rather than dedicated server (Host Provider suggested me to go to dedicated server for my mail requirement). This host provider charges a lot to me if I include a dll, so I am not able to use dll. Is there any I can send bulk emails without using a dedicated server or dll.(Will use it in only in worst case scenario).My host providers said that they will be able to give service of sending only 800 mails per day. Are there any api providers for that. I have already checked with [URL]

View 2 Replies

Configuration :: Deployment To Shared Hosting Godaddy Account

Dec 16, 2010

I have in the past used Godaddy shared hosting with .net 4.0 and had no problems viewing and logging into the administration pages of a asp.net 4.0 website, using the default ASPNETDB.MDF. I don't remember if there was any changes to the web.config file. I can view the site but can't log into the site throws a error which has no detail just the custom error message explaining to change the custom tags for a more detailed message and even then it don't work get same message.

View 2 Replies

IIS Configuration :: Configuring Connection String In Shared Hosting

Mar 24, 2013

I have developed an e-comm web site in asp.net with sql server as a database. Now I want to upload that web site with DB to hosting server. This is my first web hosting and I don't know how to do it.

I've created the DB script to recreate the DB at the hosting server, but I don't know how to run it on server.

What changes need to be done in my connection string in web.config file for connecting the DB which will be on hosting server.

I also have ftp client "Filezilla" which i am able to use for uploading static html pages on server.

My connection string is:

<add name="DBCS" connectionString="data source=(local)SQLEXPRESS;database=LAAFOOD;Integrated Security=SSPI;" providerName="System.Data.SqlClient"/>

View 1 Replies

IIS Configuration :: Uploading Files Not Working On Shared Web Hosting

May 7, 2015

I am using below link to upload files , the code wrking fine on my system with win 8 and studio2012 but when i put code on my hosting with shared hosting package the page giving error . my hosting runs on iis7.5. what to keep in web.config and what to remove. URL...

View 1 Replies

IIS Configuration :: Upload Large Files Through FTP In Shared Hosting

Jan 13, 2014

I am uploading file through ftp using asp.net,c#. If my file size is small(3 MB) then it is uploading file bit if my file size is large then it is not uploading all file. it is uploading only about 3500 kb. i am using the following code. 

try
{
string Path = Server.MapPath("~");
string filename = System.IO.Path.GetFileName(fImage1.PostedFile.FileName);
string ftpfullpath = ftpurl + filename;
FtpWebRequest ftp = (FtpWebRequest)FtpWebRequest.Create(ftpfullpath);

[code]....

How i will upload the large size file through ftp.

View 1 Replies

IIS Configuration :: URL Routing Not Working On Shared Hosting Server

May 7, 2015

i have implemented URL Routing in asp.net website using article (URL...) and it working file offline on my local system but when im trying to run online (from my hosting site) then it is showing error..

HTTP Error 404.0 - Not Found..

The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.

View 1 Replies

IIS Configuration :: How To Get Connection String Of Database On Shared Hosting

Apr 28, 2014

What will change in connection string after upload database to hosting?

View 1 Replies

Configuration :: Create And Storing Files In Shared Path After Hosting?

Feb 15, 2011

I have hosted a website in Client's Server.

One of the functionality of the site is to create a PDF File on a Specific Shared Path.

The Shared path is mentioned in the Web.Config File.

If the given shared path exists in the same machine then the PDF File is created and stored in the shared path.

If the Shared path exists in the other shared network System then the PDF is not created and not stored in the shared path.

View 3 Replies

IIS Configuration :: Unable To Connect To SQL Server Database Hosted In Shared Hosting

May 27, 2013

i have database that is stored on local.user should also be able to upload the database to online server . i am able to save it on local .But it is not saving on server.It shows request time out. Is it due to server not allowing external access.

View 1 Replies

IIS Configuration :: Membership Forms Remember Me Is Not Retained When Hosted On Shared Hosting

Jan 17, 2013

Why remember me doesn't work? As you can see in picture below Expire date is at the end of session although I set expiration to 1 month. This is my login button codes

protected void btn_login_Click(object sender, EventArgs e) {
if (!Page.User.Identity.IsAuthenticated) {
if (GetMemberAuthenticate(txt_uname.Text, FormsAuthentication.HashPasswordForStoringInConfigFile(txt_pass.Text, "MD5")))

[Code] ....

And this is in global.asax

And in web.config

<authentication mode="Forms">
<forms loginUrl="Default.aspx" defaultUrl="~/" name="MyCookieName"
slidingExpiration="true"
timeout="43200"></forms>
</authentication>
 
[Code] ....

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved