Configuring runtime in web.config
How does executionTimeout in web.config: <httpRuntime executionTimeout="250" targetFramework="4.7.1"/> Relate to 'Connection Time-out' in IIS?
View ArticleRe: Copy websit to commercial hosting
If you are using a SQL Server database (mdf file), that needs to be attached to a SQL Server to work. If SQL Server is included in your hosting package, your hosting company should provide instructions...
View ArticleCopy websit to commercial hosting
Hi,I've created a very simple website in vs2010 with a ASPNETDB.MDF db (basically the starter site you get when you create an asp.net website, and you get the 'My Asp.Net Application' Default.aspx.)I...
View ArticleDebug via VS a deployed web app
Hi, is there a way for me to debug an already deployed to Production Environment Web App via Visual Studio 2017?If yes, how?Thanks
View ArticleConnecting to SQL Server with windows authentication. Get errors: Failed to...
I have connected to my local database: DESKTOP-3FN63QO\SQLEXPRESS in Microsoft SQL Server Management Studio usingWindows Authentication. I have also added the following connection string to the...
View ArticleTried to duplicate entire folder of working website, it only shows fiiles,...
We have windows server, in a directory there is a folder of the project/solution that is loaded to write the code. Trying to branch and take the working version but modify it, I made a copy, pasted it...
View ArticleObject reference & Could not load file or assembly
we have asp.net application(.net 2.0) published in IISwindows server 2012 and working fine but in last week a new errors appeared and the site become down until we rest the iis pool sample of errors :...
View ArticlePublic key tokens for 4.0
How do I get the public key tokens for 4.o. I have 2.0 now and need to update. I have 2 web config files and canpart of web config:<authentication mode="Forms"> <forms...
View ArticleWord Math Equations to LateX conversion
Hi Everyone,I have created one Open XML application in asp.net, where I need to convert the Math Equations from Word document to LateX with a Web project. For conversion, I am using 3rd party DLL as...
View ArticleIIS publish multiple projects
Hi folks, I have created IIS url and known as BPA (localhost/bpa). And I have two projects (Front End and Back End) in Visual Studio 2017. Is it possible to publish them at the same time? if yes, then...
View Articlechange from 2.0 to 4.0 using visual studio 2017
I need to change from 2.0 to 4.0. I do not have the wizard conversion and can't seem to get it. I am trying to get the new token keys for my config files. I am still using xml 1.0. Do I need to...
View ArticleUpdate Asp.NET Core configuration file
HiThere is any solution in Asp.NET Core to have a configuration file like there are Settings is in .NET winforms: adding a new value will update the client file too.In deploy how to avoid overwrite...
View ArticleIIS 8.5 on Win Server 2012 R2 trouble
Hi,I'm trying to debug a web app (let's say named, "webapp1") on our production server (not yet live). I'm getting an error, "Unable to launch the IIS Express Web server". However, I have another web...
View ArticleVisual Studio 2017 project deployed to IIS ...configuration data for the page...
I've just downloaded Visual Studio 2017 and created a project using the Angular template. Everything works perfectly from VS17 and from the command line dotnet with IIExpress.When I publish it without...
View ArticleERR_TOO_MANY_REDIRECTS
Hi all,I have the following situation: I have a website with asp.net 2.0 no MVC in Visual Studio 2010. When I run the website in the debugger the asp.net development server is started and the website...
View ArticleMVC save date to format MM/dd/yyyy in entity framework
hi. i cant seem to understand why my data saves in a yyyy/MM/dd h:m:s format in database but i declared in my class [DataType(DataType.Date), DisplayFormat(DataFormatString = "{0:MM/dd/yyyy}",...
View ArticleMVC Populate input text with ViewBag
Hi. I have another problem wherein I have a method in controller that gets a certain data and place it to the view. Controllerpublic ActionResult Index() { var data = (from p in db.eTransactions...
View ArticleInstalling and Configuring Web Deploy on IIS 8.0 or Later
Hello everyone,https://docs.microsoft.com/en-us/iis/install/installing-publishing-technologies/installing-and-configuring-web-deploy-on-iis-80-or-laterTowards the end, it reads : The non-administrator...
View ArticleData Center cannot provide application anymore
Hello,my application is running in a data center (IT service provider) for years now. Since yesterday there are problems. And because I never knew exactly what's going on in the data center, I cannot...
View Articlesimple question...
Ok, so I have a simple .NET Core 2.0 application, that requires a login to view the page(s). I have tried to set it up so that the login page is the first page you see when you go to the site. This...
View Article