.net 4.5 framework backward compatibility
HiĀ Currently i have .net framework 4 is installed on the server and got few applications built targeting this framework.I have a new assignment to build a web api to be deployed to this server. I want...
View ArticleIssue getting network user id - svc-webapps account comes up instead
I have an aspx page that uses some code behind to populate a textbox with the network user id...Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā System.Security.Principal.WindowsIdentity a =...
View ArticleAsp.Net web application on sharepoint 2013
Attempt by security transparent method 'Microsoft.ScriptManager.MSAjaxv45.PreApplicationStartCode.Start()' to access security critical method 'System.Web.UI.ScriptManager.get_ScriptResourceMapping()'...
View ArticleHide asp.net extension from URL problem
I wanted to hide my asp.net extension in URL. So, I usedĀ URL Rewriting and URL Routing to hide it (asax file). When I publish to server (Win 2008), it didn't work but I can run it if I publish to my...
View ArticleIssue while publishing site on local IIS server.
Hi All,Hope you are well.I am trying to publish a web application on my local IIS but I am getting following error.HTTP Error 500.19 - Internal Server ErrorThe requested page cannot be accessed because...
View ArticlePublishing to a web site
I have recently updated from Windows XP Pro and Visual Studio 2008 to Windows 10 and VS 2015. I have used the same hosting company for nearly ten years and I never had any problem making web sites this...
View ArticleConfigure to restart application pool at midnight
Is it really best practice to restart application pools at midnight? In our application, we restart the applications pools at 2 O' clock in the night. My concerns are:1. Restarting it every midnight...
View ArticleNo ASP object displayed after File System Publishing to IIS
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="EnterTimeKeeper.aspx.vb" Inherits="MTE_4.EnterTimeKeeper" %><!DOCTYPE html><html...
View Articlehow to publish an app and deploy it using IIS
Hello experts;So i am learning on how to publish an app. I created the app on my local machine.1) I created a location on my local machine on the c-drive.Ā 2) I then went into visual studio to publish...
View ArticleConfiguration Error
Hello My name is wajdi and i'm asp.net developeur. Im building a web application that use MySql database. when i run it on Ā my local machine eerything work pretty fine but when i deploye it on the...
View ArticleVisual Studio restoring staff
Say that i have the following linkĀ <li><a href='<%= FriendlyUrl.GenerateLink("home") %>'><i class="fa fa-home fa-fw"></i> Home</a></li>and i change to...
View Articleurl for my asp.net deployment
Hello expert;I was finally able to get my asp.net application deployed using IIS. However to be able to navigate to the link. I have to using my server IP in this manner...
View Articledeploying my MVC application on IIS 7
I'm trying to deploy my MVC 5 application on the IIS server in my work.I created a new web site in the IIS Manager, set the site name and the physical path as well as the port numkber and now I have an...
View Articlemy websitepanel host not showing aspx files
hi.i just got a windows host with websitepanel panel. i published my website on my pc and uploaded it to wwwroot of my host. i have a html index page. my host just opens this html file and not other...
View ArticleThe compiler failed with error code 1 after each updateCompilation Error
Hi,i am developping an asp.net Web Application, and i am in the stage of deployement and testingafter eah update (wich are frequent), i copy the modified files into the hosting space+ the assembly into...
View ArticlePre-Compile vs. Dynamic Compiling
Until now, I have only PreCompiled my sites.I have recently started using Umbraco and I see that they do not.This makes editing my source code so much easier, as I do not need to upload the entire bin...
View ArticleWeb.Config and Transformations.
We have just started to use Octopus and a deployment method.One of our configuration managers has updated one of the web.config files to use variable substitution:...
View ArticleRelative URLs when published
I'm adding some error pages to various applications, some web forms and some MVC. When published, these are often sub-domains that have an extra segment added to the URL, so when trying to load my...
View ArticleurlMappings: Dynamic URL Mapping? possible to get from a database?
I am working on a e-commerce site, using c# and asp.net 2.0. I would like the client to be able to add or delete items to this online store Im pretty sure I can figure that part out.... but I would...
View Article"Unable to connect to the remote server"
Hi All,I am trying to send mail through C#, but it shows inner exception "Unable to connect to the remote server".Below is my code, please help. MailMessage msgMail = new MailMessage("xx@xx.xxx",...
View Article