MVC website deploying as folders and "Index of /"
I am deploying my website using Visual Studio FTP (as well as manually doing the upload with FileZilla) and my website is showing up as Index of / with all the folders there. I cannot for the life of...
View ArticleEncrypting Connection Strings in .config files
For a deployment on a customer site, we are looking into encrypting connection strings in the applications .config file. Reading the following article:...
View ArticleCould not load file or assembly 'ServiceStack' or one of its dependencies....
Hi,I was trying to launch my web application to server, but the following error appears:Server Error in '/salavirtual' Application.Could not load file or assembly 'ServiceStack' or one of its...
View ArticleDeploying MVC 5 Database on IIS Manager in Windows 7
Hi, I am a developer of Asp.Net MVC 5 but I am in surprised how hard it is to deploy my site in local network and not in azure. Anyways this is about my database, I have a hard time on knowing how...
View ArticleCurrent custom error settings for this application prevent the details of the...
Hi everyone, I've just uploaded my ASP.NET application on a new web host. But now whenever I load any .aspx page, I get this error:Server Error in '/' Application.Runtime ErrorDescription:An...
View ArticleIIS rewrites my location header :-(
I have the following setup.SharePoint site running in port 80 (localsite.com:80)MVC Application running on port 81In IIS I have set up a URL Rewrite so all urls that start with /MVC goes to port...
View ArticleCan i host my asp.net mvc web application with Godaddy while keep my email...
I finished working on an asp.net mvc web application which represents a public web site , and i want to host this application on their domain name suhc aswww.ABCdomain.com .now I do not have much...
View Articlewill i get an account with godaddy if i bought a godaddy domain from google app
I have the following :-One of our clients has already register a domain name from godaddy using google app 2 years ago.so in this case he have a domain name from godaddy but he get it through google...
View ArticleHow to release web application project?
I've no idea how to release or deploy the web application with database on the live server. Can anyone help me please to study on deployment or release planning.Thanks in advance.
View ArticleMy mp4 video upload page is uploading video into video folder, but am still...
Error message "Maximum request length exceeded."Meanwhile the video has uploaded into the folder but still getting the error and also am not seeing the data in the table after uploading.Code:...
View ArticleDeploying ASP.Net Web App
Hi all, My web app which has a web service, was published to a folder on my local machine using the File System option in Visual studio. Then I copied the contents of the folder to the root folder of...
View ArticleDecompiler DLL Project and The located assembly's manifest definition does...
Not sure if this is the right forum for this problem, but here it it...I have a problem in a DLL file that I need to debug. I do not have the original source code for the DLL file. I used reflector to...
View ArticleStep by Step Please
I have been told to create a web app for work which does a few basic things. For this I have gone through a tutorial on ASP.Net 5 and have created a crappy, basic website which does nothing. I have...
View ArticleConfiguring Database after Web Deploy Package on Windows 7
Hi this is my first time deploying a MVC 5 on a Windows 7 for my local network access, I followed the instructions and successfully deployed it but I realized my localdb is not included on the Web...
View ArticleSSL certifcate used at our hosting company. But how can I disable this when i...
We use a SSL certificate at our hosting company. When i try to run my MVC 5 site from Visual Studio 2013 I get an error saying the SSL is missing. I'm not real strong in this area. So my question...
View Articleascx works fine in development (MSVC) but not on server
I have created a web user control (.ascx) and put it on a page (.aspx)Everything works fine on my development box.When I copy the code up to the server the page fails to load, I don't get any error, I...
View Articlecode changes dont apply until I publish web app to website
Please help....I am running VS 2013 Pro. I have an ASP.NET web app written in VB.NET.When I set a breakpoint in my code then the breakpoint does not get hit - code does not stop at breakpoint which is...
View ArticleScalability Planning using ASP.Net with SQL
What are the most crucial features to consider using scale-out architecture?We have guys planning our newly reformed ad network system (publisher-advertiser). The system comprises of configuration db,...
View Articleweb.config: Could not load file or assembly OdbcProviders
Periodically our web.config file crashes. It may run for months or just days. I'm not very proficient with asp, C# and get lost very easily so be kind please.The error: Parser Error Message: Could not...
View ArticleHow to distinguish development and production system?
Hello,is there a way to determine in code, if my app is running on my development machine or on the production machine?I would like to do something like this:if (inDevelopmentMode) { // do things you...
View Article