connection string problems
Hello,I have problems connecting to local mdf database. I'm using VS2012 Express. Below is connection string: <add name="CompanyDataConnectionString" connectionString="Data...
View Articlenet.4.5.2 identity database to script or bak file for deployment
asp2015 net.4.5.2 identityhellofor deploy identity to host server i need to get the file as script or bak file -i have tried to attach the mdf to my sql2012 and got "An error occurred when attaching...
View Article.net Web application and Sharepoint 2013
Hi we are running sharepoint 2013 on a server I've tried to copy the folder of a web application from our old web server, into the www root folder on the sharepoint server In IIS I have made the...
View Articlexlsm not opening after publishing to IIS version 8.5
Background:I haven an xlsm (Excel Macro Enabled file) used a template placed in the server (Windows Server 2012 R2).If I will run my website locally (meaning in my hard disk), I could open the template...
View ArticleUnable to access Virtual directory - IIS 6.1 [Hosted on Windows 7]
Unable to access Virtual directory - IIS 6.1 [Hosted on Windows 7]When application is opened from VS debugger mode then I am able to access the virtual directory through application,but when opened...
View ArticleHow to disable vb.net for roslyn
Just added the roslyn codedom provider to an existing asp.net 4.6 mvc application. (Nuget package: Microsoft.CodeDom.Providers.DotNetCompilerPlatform)The package create two new entry in the...
View Articlemake a website offline
Hi,i have some errors with my web.config that show some errors,because i dont have time to check the problem i have created index.html that i want to show as a default page on my site .i have renamed...
View ArticleChange web.config
I heard that ASP.NET web.config gets updated, the whole application gets restarted which means the web.config gets reloaded. Just wonder, during the transition time, any data lost? For example, we...
View Articleprofile common could not be foundql
I am trying to update a site that worked a year ago using visual studio 2012. I have not hooked up the sql database yet. Not sure if that is the problemBelow is the file that is causing the...
View ArticleDeploy web application locally
Hi all,im trying to deploy a web application ( 3 tier application not mvc) in my local iis.Here is the configuration.iis 10.0window 10visual studio is 2013 but im getting an error.What i'm doing is ,i...
View ArticleConnection string issues using (LocalDb)\v11.0
Hello,I've been using Visual Studio 2013 Express to develop an ASP.NET MVC web application. When running in debug mode it loads just fine.I'd now like to run it directly from IIS (Windows 8.1). I've...
View ArticleHow to upload a site to localhost
Hi,I want to deploy an website through publish website in VS 2015. I have ISS installed on my win 10 computer. I want to publish the site to the wwwroot map on my c drive so I can test it and friends...
View ArticleI'm having problem uploading pages to server, please help
I'm lately having problem uploading pages to server. This is something going on like for a month or so. I've never had problem with this before. I do have MWD Express and to upload pages I do the...
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 ArticleVideo dont play after puplishing
I have some mp4 videos which play fine in the local computer in a web site done by webmatrix,but when i publish my site in azure the videos dont play.Please any help.
View Articledll not loaded from bin directory
Hi,i have some troubles on using firebird embedded in my application .if i reference it with the full path in web.config it workpart of the connectionstring :client...
View ArticleWeb deployment task failed issue when going to publish Asp.Net MVC site.
Hello,I have project which created in Asp.net MVC4. It was working fine till yesterday. But today when I tried to publish it to made some changes in code then it was giving the following error...Web...
View ArticleWebsite not responding properly to a .aspx page and only downloads the .aspx...
So I'm trying to publish my .net application using `Visual Studio 2015`, and every time that i upload the files to the website, and then I enter the URL to my browser, it just automatically downloads...
View ArticleASPX page doesn't recognize authentication until an HTML page loads
I am building a site that will use windows authentication. When I publish the site, navigating directly to any aspx page on the site results in a Forms Authenticate login redirect, which produces a...
View ArticleProcess.start() not invoke on after deployment project in iis 8
Hi friends,i need to start one exe file in my web application,for that i write code process.start("Notepad.exe").its works on locally.but not working after deployment on iis 8.pls any one give me solution
View Article