Implement interface method in class
Apart from directly editing my class file to implement an interface method which is newly added in my interface, anyother way to do? The site is in production.
View ArticleNeed to Add and Edit Key Value to Config File Dynamically in ASP.Net
I need to store some File Paths and other Settings parameter, in Config file or XML , so that using a web page i can dynamically change, which can be read and used in global.asax
View ArticleWeb App Freezes under Virtualised Windows 2012 Server
We have an intranet web application using dotnet 4 framework which compiles in VS2010 with no problems and runs perfectly under windows server 2003. The application has now been ported over to a...
View ArticleCOM Errors on page
using ASP.NET 4.0there is a COM Dll I am using on a page. I have deployed this on test servers (the website) and also on my local dev environment with NO problems at all. However on the live site after...
View ArticleHow can I publish my database to Godaddy using SQL Server 2012 server...
Hi I am trying to publish my database to Godaddy.. I’ve found an article that uses the “Generate And Publish Scripts” dialog box. My problem is I don’t know what to put in the “Web Service Address”...
View ArticleIs gzipping de rigeur among web hosting services?
For asp.net sites/apps, is gzip compression something that must be enabled via a setting in web.config or something, or is it up to the host (assuming one uses a web hosting service) to "turn on" the...
View ArticleSystem.Security.Principal is giving Netwrok Service
Hi,The code System.Security.Principal.WindowsIdentity.GetCurrent().Nameis working fine in my dev machine. If i copy to iis it is returning Network service.How to fix it Any Idea?I tried by using...
View ArticleReportViewer - "Error Creating Control"
When I drag reportviewer to my aspx page, instead of the smart tag populating with options to select, I get a box stating "Error Creating Control - ReportViewer1 Failed to create designer...
View ArticleErro when running the page in IIS 7
Hi expert. I have a question for the aspx page running in IIS 7. I moved all of the pages to the computer of OS windows 7, added the virtual directory. But the page will not be displayed and it has...
View Articleupload database
how to upload database to the plesk panel and connect to the web pages developed
View ArticleReference error for 'System.Net.Http, Version=2.0.0.0,
Hi There,I recently changed the default .net version of my project from 4.5 -> 4.0 as my host does not support the new version as yet. I have a reference to the System.Net.Http, Version=4.0.0.0 in...
View ArticleHow to reference a dll file
Dear,i want to reference a dll file from my project when i am doing it in my localhost it is working fine but when i upload it in the hosting server it is not able to find the dll in the bin folder and...
View ArticleServer Error in '/' Application.
Could not load file or assembly 'DBAccessLayer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.Description:An unhandled...
View ArticleReading multipart form data using vb.net
I've been googling this since yesterday and today and still could not find a working practical example of reading multi-part form data... I'm just wondering if any of you guys can show me an example of...
View ArticleHow can I solve this "Runtime Error" in my Web.Config file?
Hi, I’ve just deployed my site and got an error message: Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag...
View ArticleNeed help with SMTP configuration
I do have a PasswordRecovery control with the following code:<asp:PasswordRecovery ID="PasswordRecoveryBox" Runat="Server" ContinueDestinationPageUrl="~/Default.aspx" BackColor="#E3EAEB"...
View ArticleInternal Server Error When publish in IIS
Hi,I buid a sample web application and published to a folder in desktop.Configures virtual directory and converted to an application in IIS 7.I am getting below error.HTTP Error 500.19 - Internal...
View ArticleParser Error Message: Unrecognized attribute 'targetFramework'. Note that...
I have developed the website in netframe 4.0 and tried using web hosting connection string,I have uploaded the website on friends hosting server with his ipaddress it was working 100% ok and my own web...
View ArticleHotfix 2600088
My dev server was having issues with IE10 not displaying content correctly. Turns out it's the browser definitions, so I found Hotfix 2600088 and that fixed everything on my development server.Now I'm...
View Articleyet another file upload question...
running windows server 2008 SP2 - 64 bit -- IIS 7.5I need to upload a file just over 100MB.web.config: <httpRuntime maxRequestLength="2000000000" executionTimeout="1000000"...
View Article