Does DiscountASP allow remote debugging sessions with Visual Studio and if...
Visual Studio 2012 and 2010. Using remote debugger. http://www.microsoft.com/en-us/download/details.aspx?id=2728 If this is not allowed what do people use to debug server side code besides log files ?...
View ArticleChanging maxJsonLength Property
Hello, I am getting the following error when loading strings from a .xml file: " Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the...
View ArticleASP.NET site... cannot authenticate when deployed
Created an asp.net site with Forms authentication. (aspnet user tables, etc...) When the site is running on localhost (and accessing the LIVE SQL 2012 server), the logins I created work fine. Users,...
View ArticleHome page url restructred
My website is Asp.net platform,initially website url was e.g www.abc.com but after some changes we modifies those url and now in this formatwww.abc.com/homepage.aspx . so is it possible i can...
View ArticleASP.Net temporary folder delte files
Hi I get below errors even after deleting the ASP.Net Temporary folder any suggestions please. Warning 4 The type 'DacsOnlineWebParts.DacsOnlineControls.CountrySelector' in...
View ArticleMySQL - Server does not support 4-byte encoded UTF8 characters
Ever since the upgrade to the newer web servers, I haven't been able to get my asp.net pages to save data to my MySQL database. They all get the error: ERROR [HY000] [MySQL][ODBC 5.2(w)...
View Article"This type of page is not served." with BlogEngine.NET
I've installed BlogEngine.NET under my website, turned off inheritance in the parent site's web.config file (that got the site up and running), and added the following to BlogEngine.NET's web.config...
View ArticleWebsite works with IE, firefox and chrome on PC/Windows but not MacOS
With Firefox/Chrome on MacOS platform users are not able to login. They can select which committee (CEAA or CETAA) but then they will not be able to enter Username or Password....
View ArticleWhat is the Recommended way to import large xlsx files?
I suppose I should say up front that this all works fine on my development environment, but doesn't behave correctly in production. I opened a support ticket thinking that my issue may be caused by a...
View ArticleAllowing users to upload files: security, backup
(I've seen a few threads but they'e older and closed.) I have clients who want to be able to upload documents to the site and 'link' them to their records. These are clients who are registered users;...
View ArticleScheduled Task - This Task Has Expired and May Be Purged at Any Time
Hi, My scheduled task now has the following in red underneath the last result title. Can you tell me what this means and why it has not been run recently? Thanks, Will View attachment 431
View ArticleMVC 6 Visual Studio 2014
Just trying out VS 2014 and MVC 6, but can't publish test site using Publish Web tool (and publish profile file). Is there a support for this, and if so, how? The error I get is...
View ArticlePlz Help - Publishing Web API with Webforms not working
I have a ASP.Net web forms application to which I have added Web API. I did this by creating a new Web Application via VS2013 (Update 4). I checked the Web API option during the creation process and it...
View ArticleCDN - 1st Time File Request Performance
Hi, I am using Rackspace for my CDN. Is the time taken to serve a file the slowest the first time it is requested from a CDN? And is this because the file has to be requested from the Cloud File...
View ArticleMoving from asp.net server to normal shared hosting
I have two websites: http://supportstofamilies.org and http://mofamilytofamily.org (well, there are a few other static one-page websites in this space as well..) These were developed on a space at...
View ArticleCan't Load Digital Certificate File using X509Certificate2
I am trying to load a digital certificate by putting the certificate on the site. I verified it is there. I then get the path to the cert with the MapPath call, which resolves to file name...
View ArticleCan't resolve "LocalSqlServer was not found in the application" error
I updated one of my subdirectories which is written in C# on my remote server and when I bring up the webpage of the updated directory on my remote server and try to access my database, I get the...
View ArticleSwitching Between InProc and SQL Server Session State
I originally tried InProc SessionState, then had the SQL Server SessionState objects added to my database (in an effort to debug a persistent Authorization problem). Is it possible to switch back to...
View ArticleHow to use a subdirectory as a root for domain
I'm very new to setting up web.config files so I'm hoping this is a simple fix. I have two domains for an account: www.primarydomain.com - points to root www.secondarydomain.com I'd like to have...
View ArticleSMTP Email not reaching all recipients
This code started having problems last week - after about 2 years of no problem, 2 recipients out of 5 aren't receiving the email. They are on 2 different domains, so it's mysterious. Anyone have any...
View Article