deploy asp.net core with sql server 2016 to local iis got Error msg: An error...
I use Visual Studio Community 2015(with asp.net core and SQL Server 2016 Express) to develop a CRUD application, everything works fine when I launch from Visual Studio with IIS express. But when I...
View ArticleHow can i host my web app without IIS installed ?
Hi ,I have developed a web application which has a number of web pages . I have a connection to a localdb which retrieves data and displayes on the web page.The development was done using Visual...
View ArticleApplication written I. VS2010 running in our company intranet not on IIS
There is an old application written in VS2010 that is accessed in our mvc project as URL link. Don't see it in IIS. What other alternatives are there where this could be hosted?
View ArticleHow to resolve ERROR_DESTINATION_NOT_REACHABLE error during Web deploy onto a...
I am trying to deploy an application onto a remote server. I am encountering ERROR_DESTINATION_NOT_REACHABLE error.List of things I verfied:1. I have administrator rights on the remote server,2. Web...
View ArticleNeed to start IIS few times everyday to maintain sql connection in asp.net...
This is an asp.net website built with Visual Studio 2010 Premium. The purpose is just for event registration with very small work load like only few people to maximum 10 people use it at the same time....
View ArticleSSL connection between Windows 2012 R2 and IBM Http Server was failed...
Hi, I have written some code for making http request to other server. What I used was HttpWebRequest object. But I have met an issue recently. I found that code was sometimes return an error "Could not...
View ArticleNot a valid script name error
We are trying to move a website from a test server to a remote production server. We created the website using VS 2015 Community and it works perfectly on the test server. We are using the .net 4.5.2...
View ArticleRouteTable is not declared
I am getting the following exception when we try to run our net 4.5.2 website. How can I resolve this issue? Exception type: HttpCompileException Exception message:...
View ArticleHow can i setup instance names for sql in deploying my web application?
Hi ,I have developed a web application that connects to mdf file. On the development machine the connection string is as follows."Data Source = (LocalDB)\\MSSQLLocalDB; AttachDbFilename =...
View ArticleMVC program running fail because of lack of ASP.NET environment setup
Currently I just copy all the content of web content from development workstation into a networkless testing workstation. After I manually create all the virtual directory for all the web services in...
View ArticleDatabase deployment to hosting server
Hi,I am trying to deploy my web application to my hosting service provider. They do not allow access to their database servers, so I have to send them my database and they will create it. As part of...
View Articleconfiguration problem
hii have to migrate from vs 2005 under vista to vs 2013 under windows 8.1 .when i targeted my application (build initially with asp net2.0) to work with net 2.0 on vs2013, the compilation displays me...
View ArticlePublish website create the "controls" folder with no file.
Hi every oneWhen i try to publish my website in a folder in my computer everything was fine for many years, but its a few day, the "Controls" folder in published directory is empty and the control...
View ArticleSecure ConnectionString
hi everybodyHowto createa secure connectionSting in webConfig ? I Need a Good Sample .thanks a lot .
View Articlehelp with connection string in webconfig
Hello I have been given the below connection string format by database admin to add to my connection string in wenconfig...how do i do that?Server Name: 12345.abcd.com\XAT_12,306Database Name:...
View ArticleError when trying to upload mp4 - Maximum request length exceeded
please how do i correct thisServer Error in '/' Application. Maximum request length exceeded. Description: An unhandled exception occurred during the execution of the current web request. Please review...
View ArticleDecryption key error
Getting the following error."Decryption key specified has invalid hex characters"We are trying to test a new website that we have put in a new application directory. For example the current is in...
View Articleneed to publish web application
Hello All,I have been told to send my project in zipped file to the department and they will put it on thr default site...how do I do that? do I have to publish my application to run on server or can I...
View ArticleWindows Authentication
What is the correct way to configure windows authentication? When I make a change to the source and put a new build on production, the authentication disables windows and enables anonymous.This is what...
View ArticleASP.NET web application form, web deploy error: The...
Hi, I'm trying to deploy a web application (form) project. It works with IIS localhost debugging, but as soon as 'n try to deploy it it gives me the error: The "EscapeTextForRegularExpressions" task...
View Article